Thanks @m_pav , additionally, it changed the root ownership in permissions to me of some existing folders in an external hdd that I recently placed there via "Open root Thunar here".m_pav wrote: Sun Jan 15, 2023 12:05 am When first introducing a native format external drive, Instead of doingchange the asterisk to a dotCode: Select all
sudo chown -R yourusername:yourusername /media/drivename/*
and the drive will be yours forever, no more fuss with changing ownership of mass folders and files, and it can be done an any internal or external drive/partition, whether it's fresh or already used, though, if it's already used, you'll have to do the command twice, once with the dot and another the asterisk .Code: Select all
sudo chown -R yourusername:yourusername /media/drivename/.
I like easy!
