Fix Permission For Newly Created Partitions
sudo chown -R $USER:$USER /dataLast updated
For an ext4 like file system, we need to change permissions before an user is able to access it, we can do so by running -
sudo chown -R $USER:$USER /dataWhere /data is the location of the mounted drive.
Source: AskUbuntu
Last updated