I have two entries in /etc/fstab, for DOS floppies and for Linux ones. I simply do: mount /mnt/dosfloppy mount /mnt/ext2floppy Regards, Razvan --- Razvan Sandu <[EMAIL PROTECTED]> Network Administrator at I.R. COLOURS PROD S.R.L. Tel. +40 (94) 629867 ICQ# 46380005 WWW: http://www.rsandu.go.ro Powered by RedHat Linux release 6.1 (Cartman) On Sun, 6 Feb 2000, Dale Morris wrote: > > Hi, hope I'm posting this the correct way. > I installed Mandrake 7.0 today and am having a couple of problems. Maybe > someone > can tell me what I'm doing wrong? > > 1) I was using Redhat 6.1 prior and saved some files to floppy. Now, 7.0 > > won't mount the floppy, I get a 'wrong filesystem..' error. I'm sure the > > floppy is working correctly because it made the boot floppy during > install. What do I do? > > 2) How do I configure my fstab file to read dos floppies? I would like > to be able to read the text files and jpeg files I have on some > floppies. > > 3) Then there's configuring Postfix... but guess I'll leave that for > another post. > thanks > dale > > > > > - > To unsubscribe from this list: send the line "unsubscribe linux-newbie" in > the body of a message to [EMAIL PROTECTED] > Please read the FAQ at http://www.linux-learn.org/faqs >
/dev/hda7 / ext2 defaults 1 1 /dev/hda5 /boot ext2 defaults 1 2 /dev/hda1 /mnt/dos1 vfat defaults 0 0 /dev/hda8 /mnt/dos2 vfat defaults 0 0 /dev/hda6 swap swap defaults 0 0 /dev/fd0 /mnt/ext2floppy ext2 noauto,user 0 0 /dev/fd0 /mnt/dosfloppy msdos noauto,user 0 0 /dev/cdrom /mnt/cdrom iso9660 noauto,user,ro 0 0 none /proc proc defaults 0 0 none /dev/pts devpts gid=5,mode=620 0 0
