Thanks for your advice.
If you code the following line in /etc/fstab, you will be able to issue theI already have following line on /etc/fstab
command 'mount /dev/fd0', and the system will figure out the file type for you. The "noauto,user" specification means that anyone (not just root) can
mount/umount this floppy, but it will never be mounted automatically.
/dev/fd0 /mnt/floppy auto noauto,user 0 0
/dev/fd0 /mnt/floppy auto noauto,owner,kudzu 0 0
# mount /mnt/floppy # mount -t vfat /dev/fd0 /mnt/floppy all can't work. However this line works on other distro
Then I made following change /dev/fd0 /mnt/floppy auto noauto,user 0 0
# mount /mnt/floppy mount: your must specify the filesystem type
# mount -t vfat /dev/fd0 /mnt/floppy mount: wrong fs type, bad option, bad superblock on /dev/fd0 or too many mounted file systems
I can't understand???
Remark: my /etc/fstab /dev/hde1 /boot ext3 noauto,noatime 1 2 /dev/hde3 / reiserfs noatime 0 1 /dev/hde2 none swap sw 0 0 /dev/cdroms/cdrom0 /mnt/cdrom iso9660,udf noauto,ro 0 0 proc /proc proc defaults 0 0
# proc /dev/shm tmpfs defaults 0 0
What will be the use of last/bottom line
B.R. Stephen
B.R. Stephen
-- [EMAIL PROTECTED] mailing list
