USB Drive permission questions

I guess you would need take ownership of the mountpoint where it gets mounted in the filesystem.

Example:

sudo chown USER: /path/to/mountpoint

Replace USER with your real username.

1 Like