Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
| 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.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
08-29-2003, 02:36 PM
|
#1
|
|
Member
Registered: Aug 2003
Location: Akron, OH
Distribution: Fedora Core 3
Posts: 185
Rep:
|
Automount Floppy Not Working
CD automounts but floppy doesn't, why? any help would be greatly appreciated, thanks in advance.
OS is RedHat V9.
Following is the relevant info:
--------------------------------------------------------------------------------------
/etc/init.d/autofs status:
Configured Mount Points:
------------------------
/usr/sbin/automount --timeout 60 /misc file /etc/auto.misc
Active Mount Points:
--------------------
/usr/sbin/automount --timeout 60 /misc file /etc/auto.misc
--------------------------------------------------------------------------------------
fstab:
/dev/fd0 /mnt/floppy auto noauto,owner,kudzu 0 0
--------------------------------------------------------------------------------------
auto.master:
/misc /etc/auto.misc --timeout=60
--------------------------------------------------------------------------------------
automount.misc:
cd -fstype=iso9660,ro,nosuid,nodev :/dev/cdrom
floppy -fstype=vfat :/dev/fd0
|
|
|
|
08-29-2003, 02:38 PM
|
#2
|
|
Senior Member
Registered: Oct 2002
Location: Belgium
Distribution: Debian, Free/OpenBSD
Posts: 1,123
Rep:
|
I could be wrong here as I never used automount before, but how can a floppy be automounted? You still have to put the floppy in and the floppydrive doesn't have any sensors to know there's a floppy in it.
|
|
|
|
08-29-2003, 04:03 PM
|
#3
|
|
Member
Registered: Aug 2003
Location: Akron, OH
Distribution: Fedora Core 3
Posts: 185
Original Poster
Rep:
|
Well, if that's the case it would go a long way toward explaining why I can't get it to work!
I thought it would automount whenever a floppy was inserted into the drive but obviously that can't happen if the drives don't detect that.
|
|
|
|
08-29-2003, 04:36 PM
|
#4
|
|
Member
Registered: May 2003
Location: Mt. Prospect, Illinois
Distribution: Fedora Core 2, SuSE 9.1 Professional
Posts: 189
Rep:
|
That is correct. Floppies won't automount...so the automount notation in fstab is useless. However, if you are using KDE, a simple double-click on the floppy icon will mount the floppy.
Here is something more important about floppies. Unmounting. DO NOT...repeat DO NOT take the floppy out without unmounting it first!
The reason for this is that, in UNIX/Linux, if you write to a floppy, sometimes the writing doesn't actually occur until the unmount!! So...make sure you get into the habit of unmounting it first. You can do this by right-clicking the floppy icon and selecting unmount, or
$ umount /mnt/floppy
and then you are OK.
Note that the command is umount, not unmount.
Have fun!
|
|
|
|
08-09-2004, 09:25 AM
|
#5
|
|
Member
Registered: Jun 2004
Location: Leeds, England
Distribution: Gentoo, IPCop
Posts: 54
Rep:
|
NO NO NO!!!
autofs works this way round:
(eg floppy set op in autofs to mount to /mnt/floppy)
1) you try to access /mnt/floppy
2) autofs makes the directory
3) autofs mounts the floppy
4) when you've not accessed the device for longer than the timeout, autofs umounts the device
5) the directory dissappears
You will not find the floppy unless you navigate to where it should appear
With autofs you do not create the directory a device mounts into. You will only see the directories a device mounts to when you have already navigated there
You may need to remove the device from your fstab to avoid confusion.
My problem is stopping kudzu from adding the entries back into fstab once i've made a point of deleteing them
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 03:23 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
|
|