[SOLVED] how to enable my 3.5" floppy drive in my Linux Mint pc
Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
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.
You are mounting the filesystem on the floppy not the drive. If you do not unmount the disk prior to ejecting any pending writes will then be written to the next floppy inserted which will corrupt it's filesystem. Linux buffers reads and writes so you need to unmount to clear them out.
Linux Mint 17.2 (rafaela)
Dell Optiplex 745
I haven't been able yet to access bios. I have tried the ways I am used to and my methods are ignored.
Via the terminal and 'In root' I tried </etc/fstab> and got 'permission denied'. Is the terminal a text editor?
The terminology in linux has me snowed. I am used to installing a floppy drive, not mounting it. An installed drive stays that way, never have I unmounted one. Once installed, it works, leave it alone, move on...that is my experience.
It might be best if I forget trying to use the 3.5" drive.
One person has directed me to some things to try that look familiar because I have tried them already.
Perhaps the terminal is not a 'text editor', I will await your answer on that.
how to enable my 3.5" floppy drive in my Linux Mint pc
Quote:
Originally Posted by rokytnji
No . You need to do in root or sudo even
Code:
sudo leafpad /etc/fstab
or
Code:
sudo mousepad /etc/fstab
or what ever text editor Mint uses. I would first do
Code:
sudo cp /etc/fstab /etc/fstab.old
to back up your original /etc/fstab file 1st. Before writing changes. So you have a back up you can put back called /etc/fstab.old with
Code:
sudo cp /etc/fstab.old /etc/fstab
after deleting the old fstab file 1st because you did something wrong and boot up quits working.
Hold the presses! I set up my Optiplex GX280 and tried entering bios and did so successfully. The difference is on the 745 drive that I am trying to enable, upon pressing the start button I held the F2 key down. On the GX280 upon starting, I did a continuous and rapid tap of F2. That worked. I then went back to the 745 and tried the continuous F2 tapping upon pressing the start button and got into bios. Sure enough, the floppy was disabled. I enabled and now am off to the races. I now understand the mount/unmount requirement. The drive now reads a disk.
My appreciation to all that have helped with my problem. What a friendly place this is. I can see I have a lot of reading to do to understand Linux. Years ago when the general population was hearing of Linux, I ordered a CD, installed, was totally dumbfounded and put the disk away...still have it. Now years later I am back to try and like what I see.
You're welcome. Praise God, glad you got it working!
If you would, please mark this thread as "SOLVED" by clicking on "Thread Tools" directly above your initial post. Thanks!
Regards...
Will marked 'solved'. Thanks again. BTW, I got a note from someone saying I don't have permission to access the page I went to. Do you have any idea what that is about? There was no way to reply/ask 'why not'.
Ted.
BTW, I got a note from someone saying I don't have permission to access the page I went to. Do you have any idea what that is about? There was no way to reply/ask 'why not'.
Was it a page on LQ's site? If you would, please provide us with a link to the page.
Was it a page on LQ's site? If you would, please provide us with a link to the page.
Regards...
I've searched and come up empty. His note looked like it came from the site but there was no way to reply to him that I could find. I don't remember his name. He gave me a stern lecture though, I remember that much. Takes all kinds, I guess. If I hear from him again, I will forward all data to you. thanks.
I've searched and come up empty. His note looked like it came from the site but there was no way to reply to him that I could find. I don't remember his name. He gave me a stern lecture though, I remember that much. Takes all kinds, I guess. If I hear from him again, I will forward all data to you.
Hi Ted...
No, if the note did indeed come from LQ (from another member) all information should be sent to Jeremy (the owner of the site) or one of the moderators for them to handle. You can use the contact form here.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.