LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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 03-14-2015, 12:44 AM   #1
skoda
Member
 
Registered: Jun 2013
Posts: 111

Rep: Reputation: Disabled
Mounted Fat32. But read only


Hello,

i mounted a fat32 partition located in my external 500GB USB Hard Disk to /mnt/fat32 using su root at shell.

then i see it is read only for my user account. the gnome file manager shows all the files and folders, but i cannot past or create anything.

so i #chmod 777 /mnt/fat32

but problem still remain same.
 
Old 03-14-2015, 01:03 AM   #2
veerain
Senior Member
 
Registered: Mar 2005
Location: Earth bound to Helios
Distribution: Custom
Posts: 2,524

Rep: Reputation: 319Reputation: 319Reputation: 319Reputation: 319
Check /etc/fstab options for /mnt/fat32.

It may be mounting it as ro.

Or may be using uid:gid set to root.

As fat32 file systems don't support uid/gid so they are set as global value for the entire filesystem to particular uid/gid.

And you can mount it with required options as root and see what happens.
 
Old 03-14-2015, 01:50 AM   #3
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
Code:
chmod 777 /mnt/fat32
will have no effect
fat has no understanding of file permissions


manually mount it with USER " RW "
or add an entry into fstab to mount it a user "rw"
see:
Code:
man fstab 
--- and ---
man mount


ps
NEVER !!!! chmod 777 files

Last edited by John VV; 03-14-2015 at 01:59 AM.
 
Old 03-14-2015, 05:34 AM   #4
Head_on_a_Stick
Senior Member
 
Registered: Dec 2014
Location: London, England
Distribution: Debian stable (and OpenBSD-current)
Posts: 1,187

Rep: Reputation: 285Reputation: 285Reputation: 285
Have you tried:
Code:
# mount -o rw /dev/sd<x><y> /mnt/fat32
Post your /etc/fstab
 
Old 07-21-2015, 10:15 AM   #5
skoda
Member
 
Registered: Jun 2013
Posts: 111

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by Head_on_a_Stick View Post
Have you tried:
Code:
# mount -o rw /dev/sd<x><y> /mnt/fat32
Post your /etc/fstab
Hi guys,
very sorry for late reply.

Code:
mount -o rw /dev/sdc5 /mnt/massfat32/
worked charm!!
 
  


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
Mounted read-write Fat32 partition suddenly becomes read-only?? hohead Linux - General 8 04-05-2007 12:17 PM
Mounted as Read-only filesystem (fat32) on fc4 robinp Fedora 4 04-21-2006 07:24 AM
Issues with mounted FAT32 jocast Linux - Software 3 07-22-2005 03:05 PM
FAT32 partition ro...but not mounted ro SaurianOverlord Linux - Newbie 15 04-12-2005 10:32 PM
FAT32 fs can't be mounted correctly ben0429 Linux - Hardware 1 03-20-2005 08:17 PM

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

All times are GMT -5. The time now is 09:49 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