LinuxSA Mailing list archives

Index: [thread] [date] [subject] [author]
  From: Dave Lawrence <philaw@camtech.net.au>
  To  : Mun Heng Ow <mhow@lincoln.college.adelaide.edu.au>
  Date: Sun, 01 Nov 1998 22:44:15 +1030

Re: Can't seem to mount floppy

Mun Heng Ow wrote:
> 
> Hi All,
>         I'm a newbie and this is my third post in this list. I still have
> not gotten sound to work in my redhat-5.1 system. A friend suggested that
> I try and recompile a new kernel(linux-2.0.35.tzr.gz). I was doing that
> but then(because I am booting Linux from a boot diskette as LILO cannot be
> placed in the mbr of hda (I tried but it came out with the letter L and
> hangs there. I guess this is because I placed the root fs near the end of
> the hard-disk(g: in a 6.4GB hard disk which means it's > 1024 cylinders)
> 
>         Anyway, when I tried to transfer the image to the floppy, that's
> when I found out that I cannot access(mount) the floppy. All it does is
> that it justs sit there and the light on the floppy drive would be lit. It
> does that for (longest I waited - 7-10 minutes) then I ejected the disk(I
> know I shouldn't do that) I even tried to format the disk using the
> command - mke2fs /dev/fd0 This also just hangs there like before until I
> eject the disk.
> 
>         FYI - I mount using the command(tried all these)
>                 mount -t msdos /dev/fd0 /mnt/floppy
>                 mount -t vfat /dev/fd0 /mnt/floppy
>                 mount -t msdos /dev/fd0H1440 /mnt/floppy
>                 mount -t vfat /dev/fd0H1440 /mnt/floppy
> 
> I need to access the floppy to get the new kernel(boot disk) image to it.
> Or else I cannot boot to the new kernel(linux-2.0.35) and get to configure
> the sound from there.

Since you booted off a floppy, I would say the floppy is already
mounted. Try umount /dev/fd0 before mounting another one (you may need
to change directory to do this). I think the reason the sound doesn't
work because 2.0.35-1 doesn't have sound loadable as a module whilst
2.0.35-2 does. Either change kernel versions or recompile 2.0.35-1. I
had this problem, and recompiling with sound inside the kernel fixed it
up.

Dave Lawrence

PS Try fiddling around in BIOS and see if you have the option of using
the disk as type LBA. That should allow you to boot off the HD which is
a little easier than using a floppy all the time.

-- 
Check out the LinuxSA web pages at http://www.linuxsa.org.au/
To unsubscribe from the LinuxSA list:
  mail linuxsa-request@linuxsa.org.au with "unsubscribe" as the subject


Index: [thread] [date] [subject] [author]
Return to the LinuxSA Mailing List Information Page