For the complete documentation index, see llms.txt. This page is also available as Markdown.

Fix Permission For Newly Created Partitions

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 /data

Where /data is the location of the mounted drive.

Source: AskUbuntu

Last updated