Sorry for what I'm sure is an exceedingly stupid question, but is this an insecure way to mount an external disk to an unprivileged container? I added this to `/etc/fstab`, the disk mounts at boot, and I have rwx permissions on root and a sudo user in the container:
Code:
UUID=XXXX-XXXX /mnt/files exfat defaults,uid=1000,gid=1000,fmask=000,dmask=000 0 0
Last edited: