I’m quite new to Manjaro, did use Linux like half a year ago, and got into it again, I just have a slight bit of a problem. I can’t write anything on my hard disk. I tried to change it in properties but it said that only the owner can change the permissions. So this is the problem, how do I change the permissions so I can edit files in it, move, and etc…?
Pics of what I mean:
ok i am completely new to linux and have the same problem. how do i get the ownership of my hard drive? the file system is ext4. I don’t know which of the above commands I should use and sometimes i don’t even know if i type the correct command because for example
sudo chown /path/to/mount/point
i guess for path i have to type my actual path but i dont know when to fill something in and when not
Do you have / use a windows hard disk next to the linux? It doesn’t matter if you dual-boot it, or not, but if you do, I can possibly tell you the answer to your problem.
No i have a ssd and a hdd both have the ext4 filesystem and no windows installed. i can right click and say open as administrator that works but I have to do that again and again.
Open a terminal in fullscreen. Run lsblk to find out where the partition is mounted in the filesystem.
Run: sudo chown $USER:$USER /path/to/mountpoint. Replace /path/to/mountpoint with the real one.