Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux? |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
![Reply](https://www.linuxquestions.org/questions/images/buttons/reply.gif) |
11-22-2003, 06:50 AM
|
#1
|
Senior Member
Registered: Aug 2003
Location: Barcelona, Catalunya
Distribution: Gentoo
Posts: 1,079
Rep:
|
mounting floppy hangs PC
Hi all
Well, the topic says all....I'm not able to mount any floppy disk, as i press the enter on the "mount /mnt/floppy" command, all the system is hanged up, so reset button must be pressed.
Here's my entry on the fstab, i think is correct, but anyway....
/dev/fd0 /mnt/floppy auto noauto,owner,kudzu 0 0
I don't know if putting the "user" option will help....
Any ideas?
Thanx in advance
|
|
|
11-22-2003, 08:43 AM
|
#2
|
Member
Registered: Oct 2003
Distribution: Debian GNU/Linux 11 (amd64) w/kernel 6.0.15
Posts: 299
Rep:
|
What type of motherboard do you have? What kernel are you running? What does the dmesg say about the detection of the floppy drive?
|
|
|
11-22-2003, 08:51 AM
|
#3
|
Senior Member
Registered: Aug 2003
Location: Barcelona, Catalunya
Distribution: Gentoo
Posts: 1,079
Original Poster
Rep:
|
The motherboard is ASUS P4S8X-X. I use kernel 2.4.22 "custom made" and dmesg recognise the floppy
Floppy drive(s): fd0 is 1.44M
There are no error messages pointing to fd0....
|
|
|
11-22-2003, 10:03 AM
|
#4
|
Member
Registered: Oct 2003
Distribution: Debian GNU/Linux 11 (amd64) w/kernel 6.0.15
Posts: 299
Rep:
|
Weird. This is something new -- I haven't got a clue what to try next.
|
|
|
11-22-2003, 01:51 PM
|
#5
|
Member
Registered: Jan 2002
Location: Missoula. Montana, USA
Distribution: Slackware (various)
Posts: 464
Rep:
|
Can you mount the floppy from the command line rather than using the gui? Either as root or a standard user? Are there any diagnostic messages in /var/log/messages? What do you mean exactly when you say "hang"? Do you have another machine from which you can access the hung machine? If a command line mount hangs, you might try from run level 3. Also, have you verified that the floppies you are trying to mount are viable --- do they work on another machine? What is their format?
OK, that is all for now.
|
|
|
11-22-2003, 06:38 PM
|
#6
|
Senior Member
Registered: Aug 2003
Location: Barcelona, Catalunya
Distribution: Gentoo
Posts: 1,079
Original Poster
Rep:
|
Ok, let's go for parts....
I always mount in console. i don't use automount
I never tried in root mode, but i think it will happen the same (i will try)
I was unable to find anything usefull in /var/log/messages....
When i mean hang up, i mean that NOTHING is responding, the only way to reboot the computer is via reset button.
Unfortunately, i haven't any more PCs to check out....
The floppies works on windows (dual boot RH9 - WinXP) and are vfat format.
I'm a newbie, could you explain to me how i can do it in run level 3?
Thanks for all the effort you're taking in this.
|
|
|
11-22-2003, 07:53 PM
|
#7
|
Member
Registered: Jan 2002
Location: Missoula. Montana, USA
Distribution: Slackware (various)
Posts: 464
Rep:
|
To switch to runlevel 3, simply do "telinit 3". Check out "man telinit". I am less inclined to think that X is the problem in that I misread your post and assumed you were using the point and click method. bad. But it still might be worth trying.
Trying as root might be useful, I'll look for the results. It may be related to the "user" option, since on this machine (slackware), I do not have the user option and must be root (sudo usually) to mount a floppy, while on a redhat system I use I do have the user option and do not need root permissions. What is the output of ls -l /dev/fd0?
To see whether it is a floppy problem or a vfat issue with your kernel, the following might work:
"dd if=/dev/fd0 bs=1440 of=/tmp/floppy.image"
"mount -oloop /tmp/floppy/image /mnt/floppy"
You might also try "mount -oloop -tvfat /tmp/floppy/image /mnt/floppy". I've noticed that mtab shows a different option if the type (-tvfat) is explicitly specified. This could BTW be a (tiresome) workaround If you can do this but you can't solve the mount floppy problem itself.
|
|
|
All times are GMT -5. The time now is 08:57 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|