Hitokiri_X
03-18-2002, 09:48 PM
Having problems mounting newly formatted floppies,and names are getting cut off at about 8 letters.This was after a newly compiled kernel.
This is what I have in my fstab:
/dev/fd0 /floppy auto defaults,user,noauto 0 0
I used fdformat /dev/fd0 to format a floppy and got this error with mount:
mount: you must specify the filesystem type.
I have tried mount -t ext2 /dev/fd0 /floppy and
mount -t vfat /dev/fd0 /floppy and none of them work.
This is what I have in my fstab:
/dev/fd0 /floppy auto defaults,user,noauto 0 0
I used fdformat /dev/fd0 to format a floppy and got this error with mount:
mount: you must specify the filesystem type.
I have tried mount -t ext2 /dev/fd0 /floppy and
mount -t vfat /dev/fd0 /floppy and none of them work.