You are not logged in.
Pages: 1
Hello. Me again.
PIII 833, 192 megs RAM, Arch .4...
When I try to mount /mnet/fl, I get:
special device /dev/floppy/0 does not exist
How would I go about resolving this issue? Is there something I'm missing? I made the /mnt/fl dir manually, and dev/floppy/0 is designated in fstab. I don't see much docs on floppy-related stuff on the net...probably since floppies are such a nightmare to work with?
Any help would be greatly appreciated!
Thanks...
Offline
this will work
mount /dev/fd0u1440 /mnt/floppy/
you can tell if u need to the filesistem
mount -t " filesystem here " /dev/fd0u1440 /mnt/floppy/
-----BEGIN GEEK CODE BLOCK-----
Version: 3.1
GU/ d- s: a- C L U P+ L+++ E--- W+
N 0+ K- W-- !O !M V-- PS+ PE- V++ PGP T 5 Z+ R* TV+ B+
DI-- D- G-- e-- h! r++ z+ z*
------END GEEK CODE BLOCK------
Offline
Thanks very much!
Offline
Does /dev/floppy/0 exist? Is /dev mounted?
If not, it should be...
# mount -t devfs none /dev
Offline
/dev might not be mounted? Hmmm...I'll check when I get home. However, I think it is; I have no problems with any other /dev/* stuff (sound works fine, cd mounts).
Or am I misunderstanding?
Thanks for your help!
...
Put up with me long enough, and I'll be able to dish out help here.
Offline
nice to see the ( man ) here did it worked ?
-----BEGIN GEEK CODE BLOCK-----
Version: 3.1
GU/ d- s: a- C L U P+ L+++ E--- W+
N 0+ K- W-- !O !M V-- PS+ PE- V++ PGP T 5 Z+ R* TV+ B+
DI-- D- G-- e-- h! r++ z+ z*
------END GEEK CODE BLOCK------
Offline
i have load module ide-floppy (modprobe ide-floppy)
but if i want to mount floppy..
[root@jezek Desktop]# mount -t vfat /dev/fd0 /mnt/fl
mount: special device /dev/fd0 does not exist
in fstab i have this:
/dev/fd0 /mnt/fl vfat user,noauto 0 0
Offline
Pages: 1