Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
floppy fd0 not recognized
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
rubing
Tux's lil' helper
Tux's lil' helper


Joined: 10 Aug 2008
Posts: 77
Location: Bham, AL

PostPosted: Sun Aug 10, 2008 10:43 pm    Post subject: floppy fd0 not recognized Reply with quote

I just installed gentoo off the LiveCD onto an Dell GX240. I can't seem to access my floppy. I inserted a 3.5 that was formatted on xp and tried mounting it as ntfs, but nothing happened. When i insert a disk I don't even hear the typical whirring start up noises.
Back to top
View user's profile Send private message
Janne Pikkarainen
Veteran
Veteran


Joined: 29 Jul 2003
Posts: 1143
Location: Helsinki, Finland

PostPosted: Mon Aug 11, 2008 5:26 am    Post subject: Re: floppy fd0 not recognized Reply with quote

rubing wrote:
I just installed gentoo off the LiveCD onto an Dell GX240. I can't seem to access my floppy. I inserted a 3.5 that was formatted on xp and tried mounting it as ntfs, but nothing happened. When i insert a disk I don't even hear the typical whirring start up noises.


... and the floppy drive is physically connected ...? ;)
_________________
Yes, I'm the man. Now it's your turn to decide if I meant "Yes, I'm the male." or "Yes, I am the Unix Manual Page.".
Back to top
View user's profile Send private message
rubing
Tux's lil' helper
Tux's lil' helper


Joined: 10 Aug 2008
Posts: 77
Location: Bham, AL

PostPosted: Mon Aug 11, 2008 12:35 pm    Post subject: Reply with quote

extremely connected :!: I can boot from it or use in XP
Back to top
View user's profile Send private message
tmasscool
Apprentice
Apprentice


Joined: 27 Jul 2005
Posts: 151

PostPosted: Mon Aug 11, 2008 12:41 pm    Post subject: Reply with quote

Didn't you forget to add floppy disk support in your kernel ?
try :
Code:
zgrep CONFIG_BLK_DEV_FD /proc/config.gz

if it is not set, you have to activate it in the kernel...

Is your ntfs driver loaded ?
Back to top
View user's profile Send private message
rubing
Tux's lil' helper
Tux's lil' helper


Joined: 10 Aug 2008
Posts: 77
Location: Bham, AL

PostPosted: Mon Aug 11, 2008 6:05 pm    Post subject: Reply with quote

when i type the zgrep command, it outputs the following line:

CONFIG_BLK_DEV_FD=m

so, i can load it as a module with modprobe?
Back to top
View user's profile Send private message
tmasscool
Apprentice
Apprentice


Joined: 27 Jul 2005
Posts: 151

PostPosted: Mon Aug 11, 2008 7:12 pm    Post subject: Reply with quote

yes you can load it :
Code:
modprobe floppy

don't forget to check if the ntfs is loaded
Code:
lsmod | grep ntfs


if you want to be able to write on an ntfs disk, you need to install ntfs3g...

Now when the ntfs and floppy modules are loaded, you should be able to mount the floppy disk
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