How to set correct permissions for a separated data partition in dual boot with other linux
Posted: 17. Jun 2024, 16:58
Hi Salix users!
I have a dual boot system: Salix 15 XFCE and a Arch linux distro. Each of them have their own root and home partitions, but I have a data partition (part01) that I share with both. So, for comodoty reasons I done with thunar to allow acesss with user,groups and others read,write and execute (how fool me!). Then I realized the mistake, and have done in Salix terminal:
So, should I:
PS: sorry my english. I'm not a native speaker.
I have a dual boot system: Salix 15 XFCE and a Arch linux distro. Each of them have their own root and home partitions, but I have a data partition (part01) that I share with both. So, for comodoty reasons I done with thunar to allow acesss with user,groups and others read,write and execute (how fool me!). Then I realized the mistake, and have done in Salix terminal:
Now I can't acess my files from Salix, I only see the folders, and only with a rescue live cd a can acesss my data (what a mess!).sudo chmod o-wx /run/media/part01
So, should I:
- revert my acess to partition with chmod ugo+wx
- or have to do chmod ug+wx
PS: sorry my english. I'm not a native speaker.