Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
no floppy drive??
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
dn1282
n00b
n00b


Joined: 21 Jul 2002
Posts: 26
Location: California

PostPosted: Wed Jul 24, 2002 9:42 pm    Post subject: no floppy drive?? Reply with quote

Hi...I am using kde and on the desktop i right click and select "new link to floppy device" but the /mnt/floppy doesn't exist and neither does /dev/fd0. This can't be right because I have a floppy attached. I cd to /dev and fd0 is listed under there. I'm using devfs so i guess it added fd0 to /dev but how come I can't link to it?

what do i need to do to get floppy access?
thanks in advance for any help.
Back to top
View user's profile Send private message
madpenguin8
n00b
n00b


Joined: 19 Jun 2002
Posts: 38
Location: Detroit MI

PostPosted: Wed Jul 24, 2002 11:17 pm    Post subject: Reply with quote

Maybe it's in /etc/fstab, the entry for /dev/fd0 may need the 'users' flag, not sure, dont have a floppy drive and havent had to configure it.
_________________
Have you ever stopped to think...............and never start again?
Back to top
View user's profile Send private message
pjp
Administrator
Administrator


Joined: 16 Apr 2002
Posts: 20589

PostPosted: Thu Jul 25, 2002 2:54 am    Post subject: Reply with quote

Open a terminal and /bin/su - (login as root). With a floppy inserted into the drive, type
Code:
mount /dev/floppy/0 /mnt/floppy
where /mnt/floppy is the mount point. What happens?
_________________
Quis separabit? Quo animo?
Back to top
View user's profile Send private message
delta407
Bodhisattva
Bodhisattva


Joined: 23 Apr 2002
Posts: 2876
Location: Chicago, IL

PostPosted: Thu Jul 25, 2002 2:57 am    Post subject: Re: no floppy drive?? Reply with quote

dn1282 wrote:
/mnt/floppy doesn't exist and neither does /dev/fd0


1. Are you using devfs? (You are by default.)

2. Did you enable floppy support in your kernel configuration?
_________________
I don't believe in witty sigs.
Back to top
View user's profile Send private message
dn1282
n00b
n00b


Joined: 21 Jul 2002
Posts: 26
Location: California

PostPosted: Thu Jul 25, 2002 3:33 am    Post subject: Reply with quote

Okay thanks to everyone to replied.

I figured it out. I had to add
Code:
/dev/fd0     /mnt/floppy     auto     noauto,user     0 0
to my /etc/fstab file. For some reason it wasn't there, 8O
Back to top
View user's profile Send private message
delta407
Bodhisattva
Bodhisattva


Joined: 23 Apr 2002
Posts: 2876
Location: Chicago, IL

PostPosted: Thu Jul 25, 2002 3:43 am    Post subject: Reply with quote

...I thought /dev/fd0 didn't exist?

:?:

...
_________________
I don't believe in witty sigs.
Back to top
View user's profile Send private message
pjp
Administrator
Administrator


Joined: 16 Apr 2002
Posts: 20589

PostPosted: Thu Jul 25, 2002 3:53 am    Post subject: Reply with quote

delta407 wrote:
...I thought /dev/fd0 didn't exist?

:?:

...
Good point... then I reread and am more confused.

dn1282 wrote:
/mnt/floppy doesn't exist and neither does /dev/fd0.

...

I cd to /dev and fd0 is listed under there.

_________________
Quis separabit? Quo animo?
Back to top
View user's profile Send private message
dn1282
n00b
n00b


Joined: 21 Jul 2002
Posts: 26
Location: California

PostPosted: Thu Jul 25, 2002 4:36 am    Post subject: Reply with quote

delta407 wrote:
...I thought /dev/fd0 didn't exist?

:?:

...


for some reason before adding /dev/fd0 to my /etc/fstab file, everytime i tried to do "mount /dev/fd0 /mnt/floppy" it tells me that /dev/fd0 does not exist, but when i cd to /dev it was there. So i don't understand why it told me the fd0 device didn't exist. But oh well, it works now. :roll:
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum