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.
|
|
12-04-2003, 07:47 AM
|
#1
|
LQ Newbie
Registered: Dec 2003
Location: St Albans, England
Posts: 9
Rep:
|
mounting floppy drive
I have installed a floppy drive into my Suse 9 system, and am having trouble mounting it. When I click on the floppy icon I get the following message -
Could not mount device.
The reported error was
/dev/fd0: input/output error
mount: block device /dev/fd0 is write protected, mounting read only
/dev:fd0: input/output error
mount: I could not determine the filesystem type and none was specified.
Where am I going wrong and what should I do next?
|
|
|
12-04-2003, 08:09 AM
|
#2
|
Member
Registered: Jun 2003
Location: Dublin, Ireland
Distribution: Slackware, LFS, Ubuntu, RedHat, Slamd64
Posts: 507
Rep:
|
Is the floppy formatted?
What's in /etc/fstab?
John
|
|
|
12-04-2003, 01:27 PM
|
#3
|
LQ Veteran
Registered: Mar 2003
Location: Boise, ID
Distribution: Mint
Posts: 6,642
Rep:
|
Have you tried mounting it from the command line? Open a console session and enter: mount /dev/fd0 /mnt/floppy
That should mount your floppy, which would then make its contents visible when you click on the floppy icon in your GUI. When you're done with it, unmount the floppy with: umount /mnt/floppy
-- J.W.
|
|
|
12-04-2003, 01:31 PM
|
#4
|
Moderator
Registered: Aug 2002
Posts: 26,185
|
Is this a regular floppy drive?
|
|
|
12-04-2003, 02:39 PM
|
#5
|
LQ Newbie
Registered: Dec 2003
Location: St Albans, England
Posts: 9
Original Poster
Rep:
|
John
The /etc/fstab reads -
/dev/fd0 /media/floppy. auto. noauto,user,sync 0 0
|
|
|
12-05-2003, 04:44 AM
|
#6
|
Member
Registered: Jun 2003
Location: Dublin, Ireland
Distribution: Slackware, LFS, Ubuntu, RedHat, Slamd64
Posts: 507
Rep:
|
Hi Nigel,
Ok, then, from the command line, try "mount /dev/fd0" or "mount /media/floppy".
As J.W. says, unmount before removing the disk from the drive with the command "umount <whichever_you_used_above>".
I've never used SUSE, so what you have in your fstab may be specific to that distro, but if the above doesn't work, you could try changing the line to...
/dev/fd0 /media/floppy auto noauto,user,sync 0 0
... (i.e. the dots are changed to spaces or tabs), and then try again.
Also, if you know that the floppy has been formatted, and works, in a MS-Win machine, you could try changing the first "auto" to "vfat".
All this stuff is explained in "man fstab" if you want to better understand what's going on.
John
|
|
|
All times are GMT -5. The time now is 02:04 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
|
|