After installing Ubuntu18.04 on SSD, an empty internal hard-drive has the following permissions and can't be written on without sudo.
drwxr-xr-x 2 root root 32768 Jan 1 1970 Storage
The HDD had Win10 installed on before, but was formatted clean prior to Ubuntu18.04 install.
I've used Ubuntu16.04 for a couple years with Win10 dualboot and never had a problem with the HDD permissions.
Tried multiple solutions and couldn't get it to work yet.
sudo chown $USER:$USER /mnt/Storage
(also with -R) returns the following:
chown: changing ownership of '/mnt/Storage': Operation not permitted
Unplugging and plugging again didnt work as well.
fstab relevant info:
LABEL=Storage /mnt/Storage auto nosuid,nodev,nofail,x-gvfs-show 0 2
gnome-disks
gui, file system as FAT(For use with all systems and devices). I sure can try formatting it again, what changes would you suggest – Elia Jun 14 '20 at 21:17