LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This 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


Reply
  Search this Thread
Old 08-19-2015, 04:32 PM   #1
Jerrold
LQ Newbie
 
Registered: Aug 2015
Posts: 10

Rep: Reputation: Disabled
Question 3.25 inch "floppy" is read only


Please could an expert advise me how to change permission to enable me to read and write to floppy.I can confirm that the drive is working and disc tabs are set to write.I have read many posts on this subject,yet,have not found a solution.
Is this possible on Linux Mint Rafaela 17.2?
Other than this slight issue,I am finding my way well with Linux and think that I will remain a convert.Thanks.

Last edited by Jerrold; 08-19-2015 at 04:35 PM.
 
Old 08-19-2015, 05:47 PM   #2
yancek
LQ Guru
 
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 10,504

Rep: Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489
Is there anything on the floppy, any data? Is it formatted? What filesystem? Have you mounted it?
 
1 members found this post helpful.
Old 08-19-2015, 06:25 PM   #3
mmrr
LQ Newbie
 
Registered: Mar 2009
Posts: 9

Rep: Reputation: 1
hi jerrold,

does the floppy in question already have
something written on it or is it blank?

in most cases, any commands regarding the
floppy will have to be given as 'root' rather
than 'user' [root being equivalent to admin]
which is done by putting the word 'sudo' at
the beginning on the command which is entered
in the terminal. have you been doing this?

cheers, mm
 
1 members found this post helpful.
Old 08-19-2015, 07:32 PM   #4
rokytnji
LQ Veteran
 
Registered: Mar 2008
Location: Waaaaay out West Texas
Distribution: antiX 23, MX 23
Posts: 7,112
Blog Entries: 21

Rep: Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474
Code:
gksu <name of file mint file manager goes here>
You can read and write to floppy drive then.

Or

Change owner of files on floppy drive itself with

Code:
# ls -l </floppydrive mount point/floppy text>
to just see what owns it. Probably root.

Code:
#chown <username:username> </floppydrive mount point/floppy text>
to change the file ownership to your username.

to get the root prompt (#) in terminal in Mint.

Code:
sudo -s
password. Then after password is accepted. You can run the above commands I listed.
 
1 members found this post helpful.
Old 08-19-2015, 07:58 PM   #5
jefro
Moderator
 
Registered: Mar 2008
Posts: 21,982

Rep: Reputation: 3625Reputation: 3625Reputation: 3625Reputation: 3625Reputation: 3625Reputation: 3625Reputation: 3625Reputation: 3625Reputation: 3625Reputation: 3625Reputation: 3625
https://answers.launchpad.net/ubuntu...uestion/159883 maybe for some help.
 
1 members found this post helpful.
Old 08-19-2015, 08:14 PM   #6
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,324
Blog Entries: 28

Rep: Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142
A floppy may be physically write-protected by a sliding tab in one corner. If the tab is in the open position, the disk cannot be written to. If it's write protected in this manner, nothing you do with software can make it writable until the tab is moved.
 
1 members found this post helpful.
Old 08-20-2015, 02:39 AM   #7
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,624

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
on mint 17 i would expect you had to manually run modprobe
then manually make a folder and manually mount it

Code:
su -
mkdir /mnt/floppy

modprobe floppy

mount /dev/fd0 /mnt/floppy
this would make a root only read / write /mnt/floppy folder
 
1 members found this post helpful.
Old 08-20-2015, 11:03 AM   #8
Jerrold
LQ Newbie
 
Registered: Aug 2015
Posts: 10

Original Poster
Rep: Reputation: Disabled
Smile Thanks for speedy replies.

Thanks to all for helpful replies. Reading and writing to floppy again.
Good to have all of the bits working. Old times sake perhaps?
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] "data=writeback" in fstab mounts root partition as "read-only" holister Linux - General 7 11-28-2011 09:47 PM
"Fedora 9 is not recognizing aoc 17 Inch monitor>Reso:1024X768 after installation" avinash Ithape Linux - Newbie 1 04-05-2010 08:29 AM
"Fedora 9 is not recognizing aoc 17 Inch monitor>Reso:1024X768 after installation" avinash Ithape Linux - Newbie 1 04-05-2010 08:24 AM
LXer: Sharp to sell a 5-inch Linux "babybook" in September LXer Syndicated Linux News 0 09-01-2009 06:11 PM
Compiling "gok" or "onboard" to a floppy or pendrive... kelinu Linux - Software 0 08-13-2008 03:25 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 11:14 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration