[SuSE Linux] Re: Floppy disk and FSTAB
Hi, On Thu, Feb 04, 1999 at 09:09 +0000, A.Crowe@OPENMAIL1.TSEA-E.sukepabe.simis.com wrote:
Add a line something like
/dev/fd0 /floppy ext2 defaults 0 0
I tend to have two lines in my /etc/fstab - one for FAT FDs and one for ext2 FDs. I dunno if it's absolutely necessary, but it works for me. The line for FAT disks looks something like
/dev/fd0 /mnt/floppy vfat defaults 0 0
You could also use something like /dev/fd0 /mnt/floppy auto defaults 0 0 This way the file system is detected automatically. Ciao, Stefan - To get out of this list, please send email to majordomo@suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <A HREF="http://www.suse.com/Support/Doku/FAQ/"><A HREF="http://www.suse.com/Support/Doku/FAQ/</A">http://www.suse.com/Support/Doku/FAQ/</A</A>> and the archiv at <A HREF="http://www.suse.com/Mailinglists/suse-linux-e/index.html"><A HREF="http://www.suse.com/Mailinglists/suse-linux-e/index.html</A">http://www.suse.com/Mailinglists/suse-linux-e/index.html</A</A>>
When I do put that line in and try to mount it by giving the command mount /floppy/ it says that only root can do that... However when I change the fstab entry to...... /dev/fd0 /floppy auto rw,noauto,user,exec,umask=000 and issue a mount /floppy/ command it says...... zuli@L31:/home/zuli > mount /floppy/ mount: wrong fs type, bad option, bad superblock on /dev/fd0, or too many mounted file systems And also when I issue just the mount command to see what is mounted it says........ zuli@L31:/home/zuli > mount /dev/hda5 on / type ext2 (rw) proc on /proc type proc (rw) It's werid :-) I don't think the AUTO entry works. When I change it to ext2 or msdos, it works just fine
You could also use something like
/dev/fd0 /mnt/floppy auto defaults 0 0
This way the file system is detected automatically.
- To get out of this list, please send email to majordomo@suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <A HREF="http://www.suse.com/Support/Doku/FAQ/"><A HREF="http://www.suse.com/Support/Doku/FAQ/</A">http://www.suse.com/Support/Doku/FAQ/</A</A>> and the archiv at <A HREF="http://www.suse.com/Mailinglists/suse-linux-e/index.html"><A HREF="http://www.suse.com/Mailinglists/suse-linux-e/index.html</A">http://www.suse.com/Mailinglists/suse-linux-e/index.html</A</A>>
Hello Here is the entry for your fstab file /dev/fd0 /floppy ext2 rw,noauto,user 0 0 Note: You must creat the directory /floppy before trying to mount the floppy disk. Also this will only mount a linux formatted floppy. To mount the floppy from the command line 1. Make sure a format floppy is in drive A 2. Issue this command: mount /dev/fd0 3. To change disk you must unmount the floppy and then remount the floopy disk. umount /dev/fd0 now change disks and then mount /dev/fd0 Christopher At 10:45 AM 2/4/99 -0500, you wrote:
When I do put that line in and try to mount it by giving the command mount
/floppy/ it
says that only root can do that...
However when I change the fstab entry to......
/dev/fd0 /floppy auto rw,noauto,user,exec,umask=000
and issue a mount /floppy/ command it says......
zuli@L31:/home/zuli > mount /floppy/ mount: wrong fs type, bad option, bad superblock on /dev/fd0, or too many mounted file systems
And also when I issue just the mount command to see what is mounted it says........
zuli@L31:/home/zuli > mount /dev/hda5 on / type ext2 (rw) proc on /proc type proc (rw)
It's werid :-)
I don't think the AUTO entry works. When I change it to ext2 or msdos, it works just fine
You could also use something like
/dev/fd0 /mnt/floppy auto defaults 0 0
This way the file system is detected automatically.
- To get out of this list, please send email to majordomo@suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <A HREF="http://www.suse.com/Support/Doku/FAQ/"><A HREF="http://www.suse.com/Support/Doku/FAQ/</A">http://www.suse.com/Support/Doku/FAQ/</A</A>> and the archiv at <A HREF="http://www.suse.com/Mailinglists/suse-linux-e/index.html"><A HREF="http://www.suse.com/Mailinglists/suse-linux-e/index.html</A">http://www.suse.com/Mailinglists/suse-linux-e/index.html</A</A>>
- To get out of this list, please send email to majordomo@suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <A HREF="http://www.suse.com/Support/Doku/FAQ/"><A HREF="http://www.suse.com/Support/Doku/FAQ/</A">http://www.suse.com/Support/Doku/FAQ/</A</A>> and the archiv at <A HREF="http://www.suse.com/Mailinglists/suse-linux-e/index.html"><A HREF="http://www.suse.com/Mailinglists/suse-linux-e/index.html</A">http://www.suse.com/Mailinglists/suse-linux-e/index.html</A</A>>
Hi, On Thu, Feb 04, 1999 at 10:45 -0500, Zulfiqar Naushad wrote:
However when I change the fstab entry to......
/dev/fd0 /floppy auto rw,noauto,user,exec,umask=000
and issue a mount /floppy/ command it says......
zuli@L31:/home/zuli > mount /floppy/ mount: wrong fs type, bad option, bad superblock on /dev/fd0, or too many mounted file systems [...] It's werid :-)
Indeed. When I put it in, it works. The mount man page says that with the auto option the superblock gets probed and that the heuristics used for the probing sometimes fails. Ciao, Stefan - To get out of this list, please send email to majordomo@suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <A HREF="http://www.suse.com/Support/Doku/FAQ/"><A HREF="http://www.suse.com/Support/Doku/FAQ/</A">http://www.suse.com/Support/Doku/FAQ/</A</A>> and the archiv at <A HREF="http://www.suse.com/Mailinglists/suse-linux-e/index.html"><A HREF="http://www.suse.com/Mailinglists/suse-linux-e/index.html</A">http://www.suse.com/Mailinglists/suse-linux-e/index.html</A</A>>
On Fri, 5 Feb 1999, Stefan Troeger wrote:
Hi,
On Thu, Feb 04, 1999 at 10:45 -0500, Zulfiqar Naushad wrote:
However when I change the fstab entry to......
/dev/fd0 /floppy auto rw,noauto,user,exec,umask=000
and issue a mount /floppy/ command it says......
zuli@L31:/home/zuli > mount /floppy/ mount: wrong fs type, bad option, bad superblock on /dev/fd0, or too many mounted file systems [...] It's werid :-)
Indeed. When I put it in, it works. The mount man page says that with the auto option the superblock gets probed and that the heuristics used for the probing sometimes fails.
I get the same error, but I've found that it works if I use the "defaults" option. Of course then the system tries to mount /floppy at boot time, which leads to a different error message in the syslog. Phil -- Philip Stokes Email: phil@stokes.demon.co.uk Fax: +44 (0)870 164 1242 - To get out of this list, please send email to majordomo@suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <A HREF="http://www.suse.com/Support/Doku/FAQ/"><A HREF="http://www.suse.com/Support/Doku/FAQ/</A">http://www.suse.com/Support/Doku/FAQ/</A</A>> and the archiv at <A HREF="http://www.suse.com/Mailinglists/suse-linux-e/index.html"><A HREF="http://www.suse.com/Mailinglists/suse-linux-e/index.html</A">http://www.suse.com/Mailinglists/suse-linux-e/index.html</A</A>>
Hi, On Thu, Feb 04, 1999 at 10:45 -0500, Zulfiqar Naushad wrote:
However when I change the fstab entry to......
/dev/fd0 /floppy auto rw,noauto,user,exec,umask=000
and issue a mount /floppy/ command it says......
zuli@L31:/home/zuli > mount /floppy/ mount: wrong fs type, bad option, bad superblock on /dev/fd0, or too many mounted file systems
Try /dev/fd0 /floppy auto rw,noauto,user,exec If the umask=000 option is given, (v)fat disks can be mounted (that's what I tried), but ext2 disks not, because this option does not make sense with ext2. Ciao, Stefan - To get out of this list, please send email to majordomo@suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <A HREF="http://www.suse.com/Support/Doku/FAQ/"><A HREF="http://www.suse.com/Support/Doku/FAQ/</A">http://www.suse.com/Support/Doku/FAQ/</A</A>> and the archiv at <A HREF="http://www.suse.com/Mailinglists/suse-linux-e/index.html"><A HREF="http://www.suse.com/Mailinglists/suse-linux-e/index.html</A">http://www.suse.com/Mailinglists/suse-linux-e/index.html</A</A>>
So, am I blind, or is there somewhere that gives me some idea on how I go about moving from 5.3 to 6.0? The US SuSE site doen't even mention 6.0 being available yet. . .hmm. . . . ------------------------------------------ E-Mail: Chris Martin <camst65@pitt.edu> Date: 07-Feb-99 Time: 16:55:32 ** Powered by SuSE Linux. You want it?! ** <A HREF="http://www.suse.com"><A HREF="http://www.suse.com</A">http://www.suse.com</A</A>> | <A HREF="http://www.linux.org"><A HREF="http://www.linux.org</A">http://www.linux.org</A</A>> ------------------------------------------ - To get out of this list, please send email to majordomo@suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <A HREF="http://www.suse.com/Support/Doku/FAQ/"><A HREF="http://www.suse.com/Support/Doku/FAQ/</A">http://www.suse.com/Support/Doku/FAQ/</A</A>> and the archiv at <A HREF="http://www.suse.com/Mailinglists/suse-linux-e/index.html"><A HREF="http://www.suse.com/Mailinglists/suse-linux-e/index.html</A">http://www.suse.com/Mailinglists/suse-linux-e/index.html</A</A>>
Hi, On Sun, 7 Feb 1999, Chris Martin wrote:
So, am I blind, or is there somewhere that gives me some idea on how I go about moving from 5.3 to 6.0? The US SuSE site doen't even mention 6.0 being available yet. . .hmm. . . .
You can move from 5.3 to 6.0 as usual, using the upgrade procedure. Bye, LenZ -- ------------------------------------------------------------------ Lenz Grimmer SuSE GmbH <A HREF="mailto:grimmer@suse.de">mailto:grimmer@suse.de</A> Schanzaeckerstr. 10 <A HREF="http://www.suse.de/~grimmer"><A HREF="http://www.suse.de/~grimmer</A">http://www.suse.de/~grimmer</A</A>> 90443 Nuernberg, Germany - To get out of this list, please send email to majordomo@suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <A HREF="http://www.suse.com/Support/Doku/FAQ/"><A HREF="http://www.suse.com/Support/Doku/FAQ/</A">http://www.suse.com/Support/Doku/FAQ/</A</A>> and the archiv at <A HREF="http://www.suse.com/Mailinglists/suse-linux-e/index.html"><A HREF="http://www.suse.com/Mailinglists/suse-linux-e/index.html</A">http://www.suse.com/Mailinglists/suse-linux-e/index.html</A</A>>
participants (6)
-
camst65+@pitt.edu
-
grimmer@suse.de
-
oceansand@mindspring.com
-
phil@stokes.demon.co.uk
-
stefan.troeger@wirtschaft.tu-chemnitz.de
-
zulfiqar@shaw.wave.ca