LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   problem mouting floppy with mandrake 10.0 (https://www.linuxquestions.org/questions/linux-newbie-8/problem-mouting-floppy-with-mandrake-10-0-a-170902/)

snailman 04-16-2004 09:26 AM

problem mouting floppy with mandrake 10.0
 
Hello !
I recently installed mdk 10.0 and my laptop. In order to mount
floppy I usually used "mount /mnt/floppy" with mdk 9.2 without using supermount in the /etc/fstab nor the mtools. But with 10.0 the mount doesn't recognize the file system type. When I edit the /etc/fstab
the floppy parameters are exactly the same than in the 9.2! The /proc/filesystems and /etc/filesystems files are similar too, in the 2 releases. Of course the floppy is readable with the 9.2. So I don't understand! So shall I now use the mtools with the 10.0 or can I continue to use the mount command ??

AutOPSY 04-16-2004 11:36 PM

mount -t vfat /dev/fd0 /mnt/floppy


replace vfat with the filesystem type of the floppy.
vfat here is Windows/DOS Virtual FAT.

beejayzed 04-17-2004 05:11 AM

With my system(Mandrake 10), I don't need to mount it, I just put the floppy in and I can access it.

Mr.Bill.Gates 04-17-2004 05:19 AM

That's probably supermount. But snailman doen't want to use that stuff :)

beejayzed 04-17-2004 06:22 AM

Doesn't supermount automatically mount stuff? My floppy is ALWAYS mounted.

Mr.Bill.Gates 04-17-2004 07:18 AM

It's because your /etc/fstab is configured that way :)

beejayzed 04-18-2004 02:02 AM

I'm confused :confused: Maybe I need an explanation of the entries in /etc/fstab.

Mr.Bill.Gates 04-18-2004 02:34 AM

Have a look at your fstab file:

$ cat /etc/fstab

and read this:

http://www.mandrakeuser.org/docs/admin/amount2.html

beejayzed 04-18-2004 04:43 AM

Thanks for that link :)


All times are GMT -5. The time now is 02:53 PM.