Page 3 of 3

Re: Mx21 -- copy files to external hdd

Posted: Sat Aug 05, 2023 7:48 pm
by MXRobo
m_pav wrote: Sun Jan 15, 2023 12:05 am When first introducing a native format external drive, Instead of doing

Code: Select all

sudo chown -R yourusername:yourusername /media/drivename/*
change the asterisk to a dot

Code: 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 .
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".
I like easy! :number1: