You are not logged in.

#1 2003-01-30 21:37:40

beniro
Member
From: St. Petersburg, FL, USA
Registered: 2002-12-31
Posts: 313

Floppy won't mount...

Hello.  Me again.  smile

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?  smile

Any help would be greatly appreciated!

Thanks...

Offline

#2 2003-01-30 23:11:16

jlvsimoes
Member
From: portugal
Registered: 2002-12-23
Posts: 392
Website

Re: Floppy won't mount...

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

#3 2003-01-30 23:15:51

beniro
Member
From: St. Petersburg, FL, USA
Registered: 2002-12-31
Posts: 313

Re: Floppy won't mount...

Thanks very much!  big_smile

Offline

#4 2003-01-30 23:16:08

apeiro
Daddy
From: Victoria, BC, Canada
Registered: 2002-08-12
Posts: 771
Website

Re: Floppy won't mount...

Does /dev/floppy/0 exist?  Is /dev mounted?

If not, it should be...

# mount -t devfs none /dev

Offline

#5 2003-01-30 23:22:24

beniro
Member
From: St. Petersburg, FL, USA
Registered: 2002-12-31
Posts: 313

Re: Floppy won't mount...

/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!  big_smile

...

Put up with me long enough, and I'll be able to dish out help here.  smile

Offline

#6 2003-01-30 23:22:52

jlvsimoes
Member
From: portugal
Registered: 2002-12-23
Posts: 392
Website

Re: Floppy won't mount...

nice to see the ( man ) here tongue 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

#7 2007-02-17 16:54:14

reaper
Member
Registered: 2007-02-16
Posts: 27

Re: Floppy won't mount...

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

Board footer

Powered by FluxBB