I format an internal drive as exFAT so it can be shared with Win if necessary and mounted it from Disks, creating the following fstab entry:
LABEL=Media /mnt/Media auto nosuid,nodev,nofail,x-gvfs-show,x-gvfs-name=Media 0 0
This auto mounts the drive and I can read the drive but every file shows as root and if I create a file there or copy a file there it defaults to 'root' even though I am not use sudo or logged in as root which is confusing. I want it to be readable and writable to one user uid=1000 and fuse-exfat exfat-utils are installed. Can I not change permissions on exFAT or have a mounted it as root but have given myself access to it?
$ ls -l shows every file as -rwxrwxrwx 1 root root or 777