Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[solved] mount /dev/floppy -> system hangs
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
mistermock
n00b
n00b


Joined: 12 Jan 2005
Posts: 12

PostPosted: Thu Jun 23, 2005 12:22 pm    Post subject: [solved] mount /dev/floppy -> system hangs Reply with quote

Hi there,

when mounting my floppy drive (mount /dev/floppy) I hear a short "klack" (I think my HD spins down) and after a few seconds the whole system hangs. Before that I can still switch to different consoles, but not much more.
On ALT-F12 I get "hdb: dma_timer_expiry: dma status == 0x61" and some related messages, but these messages are not written to the log file (so I think my HD does not work any more at this point).

The facts:
- (normal) FD support is enabled in the (self compiled) kernel (2.6.10).
- /etc/fstab contains "/dev/fd0 /mnt/floppy auto noauto 0 0"
- mounting as root
- system hangs

can anyone help?

thanx
Mister Mock


Last edited by mistermock on Fri Jun 24, 2005 12:51 pm; edited 1 time in total
Back to top
View user's profile Send private message
F-0_ICE
l33t
l33t


Joined: 06 Dec 2004
Posts: 679

PostPosted: Thu Jun 23, 2005 6:49 pm    Post subject: Reply with quote

first:
Code:
mount /mnt/floppy

even if you could mount /dev/floppy nothing would happen. besides you mount drives/partitions by the mount point listed in fstab

second:
Code:
auto noauto

whats up with that? they contradict each other that might cause a problem.
use
Code:
noauto,user
in your fstab or
Code:
auto,user

if you want your floppy mounted when your system boots

third:
if you wanted to write to floppy through a GUI you will need to emerge mtools package
or you can cp/mv files to floppy through terminal

lastly if the above doesn't doesn't work post the whole floppy line of your fstab and we can work from there
_________________
~AMD64
AMD: Athlon64 X2 3800+
2G PC3200
ATI: RADEON HD 4350
Linksys: WMP54G

True Knowledge is Best Acquired Through Experience.
Back to top
View user's profile Send private message
F-0_ICE
l33t
l33t


Joined: 06 Dec 2004
Posts: 679

PostPosted: Fri Jun 24, 2005 1:17 am    Post subject: Reply with quote

forgot this but do you have support for the vfat file system in your kernel?
_________________
~AMD64
AMD: Athlon64 X2 3800+
2G PC3200
ATI: RADEON HD 4350
Linksys: WMP54G

True Knowledge is Best Acquired Through Experience.
Back to top
View user's profile Send private message
mistermock
n00b
n00b


Joined: 12 Jan 2005
Posts: 12

PostPosted: Fri Jun 24, 2005 12:51 pm    Post subject: Reply with quote

First of all: It's working now :lol: I switched to kernel 2.6.11 and after some failures again, now it works. And I compiled vfat in the kernel, not as a module (also tried it on 2.6.10, but it didn't help). Don't know if it belongs to the new kernel or whatever. So please don't ask me how I solved it :-/

Quote:
first:
Code:
mount /mnt/floppy
even if you could mount /dev/floppy nothing would happen. besides you mount drives/partitions by the mount point listed in fstab


my posting was wrong, but actually I did the right job.

Quote:
second:
Code:
auto noauto
whats up with that? they contradict each other that might cause a problem.


auto refers to the filesystem type
noauto means not to mount the drive automatically
so this is right!

But after all: Thanx for you help!!!

cu MisterMock
Back to top
View user's profile Send private message
F-0_ICE
l33t
l33t


Joined: 06 Dec 2004
Posts: 679

PostPosted: Fri Jun 24, 2005 1:02 pm    Post subject: Reply with quote

my bad i must have mis read it :wink: hasta luego
_________________
~AMD64
AMD: Athlon64 X2 3800+
2G PC3200
ATI: RADEON HD 4350
Linksys: WMP54G

True Knowledge is Best Acquired Through Experience.
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