Hi, I succesfully created a hidden volume on a USB device, in FAT format.
My problem is that writing to it (from osx) everything is mode 777, and I cannot change it with chmod.

I know that
FAT32 formatted drives do not support file permissions. The permissions for everything are determined by how the drive is mounted,
but I dont know where to set it to a more sensible one (say 755)