For example do you Chown/Chmod the mount point or the drive itself? Do you unmount then mount during any of these process's? I am getting different versions of the steps. What happens if you Chown/Chmod the wrong spot, terminal seems ok with either place? Here are two that I have had most success with.
sudo chown -R $USER:$USER /mnt/sdg1
sudo chown -R unity /mnt/sdg1
sudo chmod a+rwx /dev/sdg1
sudo chmod u=rwx,g=rwx,o= /dev/sdg1
I'm really mixed up where I should point these cmds, at the mount or at the device?
Announcement
Collapse
No announcement yet.
SOLVED: Could someone talk me through step by step about USB ext4 ownership and permissions?
Collapse
This topic is closed.
X
X
-
SOLVED: Could someone talk me through step by step about USB ext4 ownership and permissions?
Last edited by TinyTim; Sep 18, 2023, 12:06 AM. Reason: Solved. The USB external should have never been in the fstab. /dev/sdg1 was in the same line with the SSD internal drive of SSD2.Tags: None
- Top
- Bottom