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-14-2002, 06:53 PM
|
#1
|
Member
Registered: Dec 2002
Location: SLC Utah USA
Distribution: SuSe 9.1
Posts: 102
Rep:
|
Floppy Mount Problems
I looked around for an answer to this and didn't see anything like what's happening on mine.
I'm not able to mount my floppy.
When I type:
mount /mnt/floppy
I get the message:
mount: can't find /mnt/floppy in /etc/fstab or /etc/mtab
When I type:
mount -t vfat /dev/fd0 /mnt/floppy
I get the message:
mount: mount point /mnt/floppy does not exist
Looking in /etc/fstab, there is no entry for /dev/fd0 with a related /mnt/floppy. Should I put one in? If so, with what parameters? Or should this be populated by Linux? I'm running RH8.
I have been looking in my book (  ) about detecting hardware, and it says file /etc/syscofig/hwconf stores the information from kudzu regarding my hardware. When looking in that file, it does have a floppy paragraph. It says:
class: FLOPPY
bus: MISC
detached: 1
device: fd0
driver: unknown
desc: "3.5" 1.44MB floppy drive"
Do I maybe need to install a driver? I'm not sure what I need to do to get the floppy to mount.
Thanks.
|
|
|
12-14-2002, 10:13 PM
|
#2
|
Member
Registered: Dec 2002
Location: Western Australia
Distribution: OpenSuSe 11.x
Posts: 35
Rep:
|
Mandrake does it this way. Put this in your /etc/fstab and see how you go.
/dev/fd0 /mnt/floppy supermount fs=auto,--,iocharset=iso8859-15,sync,codepage=850,umask=0 0 0
make sure the /mnt/floppy path exists. All users should be able to access the floppy.
|
|
|
12-15-2002, 10:11 AM
|
#3
|
Moderator
Registered: Aug 2002
Posts: 26,522
|
Curious as to why RH didn't create a mount point and a fstab entry for it. You will need to create a directory called /mnt/floppy and an entry for your /etc/fstab. The above should work but leave out the supermount.
|
|
|
12-15-2002, 12:01 PM
|
#4
|
Member
Registered: Dec 2002
Location: SLC Utah USA
Distribution: SuSe 9.1
Posts: 102
Original Poster
Rep:
|
Thanks for the replies.
Being new to this, I'm not sure what each column is. I did add the /mnt/floppy directory, and am trying to add the entry in /etc/fstab. However, not knowing what is supposed to go there is preventing me from knowing exactly what to put.
I put in the exact statement
/dev/fd0 /mnt/floppy supermount fs=auto,--,iocharset=iso8859-15,sync,codepage=850,umask=0 0 0
However, I don't know if the commas go in or not. Also, after putting that in completely, it did say supermount not supported by kernal. Taking that out, it told me fs type unmask=0 not supported by kernel.
I don't know what else to put in or take out. Any reference to an explination of the meaning of the entires and columns would be greatly appreciated.
I don't know why RH didn't put this in when I installed... maybe I missed a setting.
Thanks.
|
|
|
12-15-2002, 12:04 PM
|
#5
|
Senior Member
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590
Rep:
|
Try pasting the following,
Code:
/dev/fd0 /mnt/floppy vfat noauto,users,rw,umask=000 0 0
|
|
|
12-15-2002, 02:53 PM
|
#6
|
Member
Registered: Dec 2002
Location: SLC Utah USA
Distribution: SuSe 9.1
Posts: 102
Original Poster
Rep:
|
Okay I inserted that line.
The response I get is:
mount: wrong fs type, bad option, bad superblock on /dev/fd0, or too many mounted file systems.
I have checked the floppy on my Win98 machine, formated it, put one file on, and it checked out clean.
Thanks.
|
|
|
12-15-2002, 07:21 PM
|
#7
|
Senior Member
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590
Rep:
|
Have you tried it as root?
|
|
|
12-15-2002, 09:03 PM
|
#8
|
Member
Registered: Dec 2002
Location: SLC Utah USA
Distribution: SuSe 9.1
Posts: 102
Original Poster
Rep:
|
Everything I've done is as root. I don't think I could change those files if I were not root.
|
|
|
12-15-2002, 09:11 PM
|
#9
|
Senior Member
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590
Rep:
|
Ok, give me as much info about your floppy drive as you can, type, connection etc....
|
|
|
12-17-2002, 05:20 PM
|
#10
|
Member
Registered: Dec 2002
Location: SLC Utah USA
Distribution: SuSe 9.1
Posts: 102
Original Poster
Rep:
|
Okay.. I'll have to look all this up and get back to you.  I got ftp working... internal to my network only, so the floppy is not top priority anymore. 
|
|
|
12-17-2002, 07:06 PM
|
#11
|
Member
Registered: Dec 2002
Location: NC (no comment)
Distribution: Psyche (RH8.0) / LFS / OS X.2 / MDK 9.0 / Win2k Server
Posts: 49
Rep:
|
Now, this won't help your floppy question; but, why do you need a floppy drive? None of my three linux servers, nor my windows or mac have a floppy in them. I hate sneakernet
|
|
|
All times are GMT -5. The time now is 01:55 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
|
|