External hardrive mounts but is read only [SOLVED]

Quick to answer questions about finding your way around Linux Mint as a new user.
Forum rules
There are no such things as "stupid" questions. However if you think your question is a bit stupid, then this is the right place for you to post it. Stick to easy to-the-point questions that you feel people can answer fast. For long and complicated questions use the other forums in the support section.
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
Qysik

External hardrive mounts but is read only [SOLVED]

Post by Qysik »

Hi,

I have an external hardrive (formatted in fat) hooked up to my computer that mounts fine but doesn't have write permissions.

My fstab looks like this:

"UUID=9E60-95BA /mnt/big vfat user,umask=022,utf8,flush,auto 0 0"

I don't really know what I need to change here?
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 2 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
altair4
Level 20
Level 20
Posts: 11458
Joined: Tue Feb 03, 2009 10:27 am

Re: External hardrive mounts but is read only

Post by altair4 »

user,umask=022
"user" in fstab without a "noauto" will not do what you think it will do because the only "user" at the time fstab is executed is root.
A "umask=022" will turn off write to group and everyone other than owner

So change umask to:

Code: Select all

umask=000
Please add a [SOLVED] at the end of your original subject header if your question has been answered and solved.
Qysik

Re: External hardrive mounts but is read only [SOLVED]

Post by Qysik »

Ahh brilliant thats sorted it out now,

Thanks a lot :D
Locked

Return to “Beginner Questions”