For some reasons I need an USB disk mounted on my proxmox host (Intel N100 mini PC) with 777 permissions.
I have that with another USB disk I installed more than 1 year agora but can't find a way to do it with this one.
They are mounted at /mnt/pve:
Both disks are exfat filesystems and permissions are set with 777 in the directory previously to the mount.
I tested with mount options like "
Anyone have a clue?
Thanks.
I have that with another USB disk I installed more than 1 year agora but can't find a way to do it with this one.
They are mounted at /mnt/pve:
1 256 drwxrwxrwx 11 root root 262144 Sep 27 13:48 plexlibrary01
1 256 drwxr-xr-x 7 root root 262144 Oct 2 13:14 plexlibrary02
Both disks are exfat filesystems and permissions are set with 777 in the directory previously to the mount.
I tested with mount options like "
mount -t exfat -o umask=000,rw,noatime /dev/sdb2 /mnt/pve/plexlibrary02
", and some other without success.Anyone have a clue?
Thanks.