On Mon, 13 Oct 2003 00:48:18 +0800 Stephen Liu <[EMAIL PROTECTED]> wrote:
> Hi Collins, > > Thanks for your advice. > > >If you code the following line in /etc/fstab, you will be able to issue the > >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 > > > > > I already have following line on /etc/fstab > > /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??? > The only time I get this result is if I have an unformatted or damaged floppy. Can you really mount this floppy successfully on another system? -- Collins Richey - Denver Area if you fill your heart with regrets of yesterday and the worries of tomorrow, you have no today to be thankful for. -- [EMAIL PROTECTED] mailing list
