I know exfat file system, is not supported by OMW, but I have USB storage of a capacity 8TB. I mounted it, and it looks like it works:
Code
pi@naspi:/srv $ ls -l
total 540
drwxrwxrwx 4 root root 524288 Mar 19 15:28 dev-disk-by-uuid-261F-F2D9
After rebooting, the permissions automatically change:
Code
pi@naspi:/srv $ ls -l
total 540
drwxr-xr-x 4 root root 524288 Mar 19 15:31 dev-disk-by-uuid-261F-F2D9
tried to restore permissions, even as root:
Code
root@naspi:/srv# ls -l
total 540
drwxr-xr-x 4 root root 524288 Mar 19 15:31 dev-disk-by-uuid-261F-F2D9
root@naspi:/srv# chmod -R 777 /srv/dev-disk-by-uuid-261F-F2D9
root@naspi:/srv# ls -l
total 540
drwxr-xr-x 4 root root 524288 Mar 19 15:31 dev-disk-by-uuid-261F-F2D9
but you can't.
how to restore disk permissions of this?. The only way I know is to unmount this disk, and then mount it again.