You are not logged in.

#1 2016-07-28 19:27:04

HappyClown
Member
Registered: 2015-08-15
Posts: 161

[SOLVED] Can't change file permissions on fat32 USB?

No matter what I do, I can't seem to write to my USB stick as a normal user because permissions are too low. I'll run pcmanfm as a sudoer and change permissions, but they never actually take effect. What do I do?

Last edited by HappyClown (2016-07-28 19:40:20)

Offline

#2 2016-07-28 19:29:38

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 29,534
Website

Re: [SOLVED] Can't change file permissions on fat32 USB?

What do you change permissions on?  How do you mount the usb?  Where do you mount the usb?  What are the permissions on the mount point?


"UNIX is simple and coherent..." - Dennis Ritchie, "GNU's Not UNIX" -  Richard Stallman

Offline

#3 2016-07-28 19:33:09

HappyClown
Member
Registered: 2015-08-15
Posts: 161

Re: [SOLVED] Can't change file permissions on fat32 USB?

I changed permissions with pcmanfm, Imounted it using

sudo mount /dev/sdc1 /mnt/usb

. /mnt is totally open. The permissions for the usb is all open, except only root can change the contents.

Offline

#4 2016-07-28 19:36:53

WorMzy
Forum Moderator
From: Scotland
Registered: 2010-06-16
Posts: 11,868
Website

Re: [SOLVED] Can't change file permissions on fat32 USB?

FAT filesystems don't support unix file permissions. All the files and directories get masked with the permissions you mounted the fs with.

See 'man mount', under heading "Mount options for fat" to see how you can set the permissions at mount time.


Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD

Making lemonade from lemons since 2015.

Offline

#5 2016-07-28 19:40:06

HappyClown
Member
Registered: 2015-08-15
Posts: 161

Re: [SOLVED] Can't change file permissions on fat32 USB?

Thanks, I really appreciate having regulars like you guys on the forums almost at all times.

Offline

Board footer

Powered by FluxBB