Linux - HardwareThis 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.
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.
I am trying to save a file to a floppy from a usera ccount. I am able to do this when logged in as root but cannot when logged in as a user. I have attempted to remedy the problem using the chmod a+rwx /mnt/floppy command but I get an error message telling me that permission is denied. This message is displayed even when I have root access. I have changed the /etc/fstab file so that it looks like :
/dev/fd0 /mnt/floppy auto noauto,owner,kudzu,rw,exec,umask=000 0 0
still no luck.
This is really frustrating. Any help would be greatly appreciated. Thanks
i have a problem accessing my floppy drive in mandrake 9.0 it appears that /ect/fstab file doesn't exist is this hidden, or possibly non existant? how do i create the file, of do i build it a certain way. i have gotten errors stating that /ect/fstab, or /ect/mtab doesn't exist.
appears that i need to build these files. do i create the file in an editor, and then transfer to a folder labeled fstab, and drag it to the /ect directory?
edit: for some reason if i use gnome to access the /ect mnt point, it doesn't show the /ect/fstab file, but if i open it w/ gedit, i can locate the fstab file- this is what it states:
Yours is used under supermount. I believe that it won't show as accessible unless a floppy is there. Then it will show up in mtab after being automounted. On the hidden or non existant front, if a file is not read-execute accessible by the user, then it won't show up in the list of files that can be opened by the editor. Were you root with gedit, but a normal user when navigating to /etc/fstab?
After you put a floppy in, can you naviate to /mnt/fd0?
i screwed up, and wiped out the fstab file while using gedit. i do have a back up copy, and mtab still exists. i need to create the fstab file that i wiped out- how do i do this? i can't seem to get the file created. i ended up creating a fstab folder???
perhaps my floppy drive, is screwed up, or could be the floppy port. as far as the supermount issue- the files fstab, and mtab both stated none w/ a floppy inserted. i've been told by others that mandrake has supermount issues w/ th stock icons, so they suggested a remedy is in using a different icon.
right now though, i need to create the fstab file that i wiped out. the desktop icon is gone now, so this will have to be replaced as well. there are some files that i want to copy, and then i want to wipe my hdd clean, and start over.
so the objective is to just copy some files and then wipe hdd, and reinstall fresh. i'm on a lan, but have had zero success w/ using ftp, and tightvnc.
Don't logout until you have your fstab restored. As root, restore the file with permissions like this.
-rw-r--r-- 1 root root 866 Jun 12 21:32 /etc/fstab
I don't know where your copy is, but if gedit, is it /etc/fstab~
if so, remove the directory using rmdir, not rm, just to be safe.
rmdir /etc/fstab
then cp /etc/fstab~ /etc/fstab (assuming that this is the backup).
Then, once that is over, right click on the desktop and select Create Neww-->Floppy Device and put in /dev/fd0. See if that works.
logged out prior to fstab restore. can't boot up, and my minimal knowledge isn't helping matters. crap man, a couple of minutes late in saving my sorry ass from logging out.
Rats. Sorry for the hastle. Your best course of action, unfortunately, is to re-install. If you have the linux boot disk, you could at least boot up, and then mount your HD and try to restore fstab. BEFORE you re-install, unless you want to go ahead, post a new thread with 'Accidentally deleted /etc/fstab. I have backup, Help?' Maybe a guru can walk you through it. Of course, if you didn't make the boot floppy, I think it is all over but the crying.
When installing, if there is an option to NOT use supermount, I would select it. Seems you aren't the only with with supermount problems.
i didn't see an option to not use supermount. could i rewrite my /ect/fstab so it's not using super mount for floppy? i finished the reinstallation, and tried to read the floppy boot diskette (floppy drive does work, at least during the install process, and i've used the boot disk- it works- so the floppy drive is ok), and it didn't read the disk, and threw up a couldn't read contents type of window. what a pain in the ass. i need to get the floppy working from the start. i did post something in the mandrake forum, so it's closer to home there. i was told by some that it was the iconification process- how they have changed icons, and that would fix things. i've been through the icon changes w/ o luck.
Sorry, I haven't gotten to a distro that uses supermount so haven't figured out how to turn it off. You should start a new thread that is title to reflect the more narrow problem like 'How do you turn supermount off for a floppy drive'.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.