TrueCrypt mount permissions -- noowner
OS X 10.5.5 / TrueCrypt 6.1
I'm trying to create a 200GB mountable file on an external disk - Archive.
/dev/disk2s1 on /Volumes/Archive (hfs, local, nodev, nosuid, journaled)
TrueCrypt@fuse0 on /private/tmp/.truecrypt auxmnt1 (fusefs, synchronous)
/dev/disk3 on /Volumes/TestCrypt (hfs, local, nodev, nosuid, journaled, noowners)
The 'noowners' option is driving me crazy.
I tried an option suggested in an earlier post to recreate the file as MSDOS and use the Disk Utility to reformat it... Each time I selected hfs, journaled, case-sensitive and every time it ended up noowners.
/dev/disk3 on /Volumes/TestCrypt (hfs, local, nodev, nosuid, journaled, noowners, mounted by sakshale)
I have also tried feeding mount options from the command line, but none of the OS X options were acceptable as valid! For example, "async" is clearly defined in the mount man page:
# /Applications/TrueCrypt.app/Contents/MacOS/TrueCrypt --text --mount-options="async" --non-interactive --password=PASSWORD /Volumes/Archive/TestCrypt /Volumes/TestCrypt
Error: Unknown option: async
#
I'm trying to create a 200GB mountable file on an external disk - Archive.
/dev/disk2s1 on /Volumes/Archive (hfs, local, nodev, nosuid, journaled)
TrueCrypt@fuse0 on /private/tmp/.truecrypt auxmnt1 (fusefs, synchronous)
/dev/disk3 on /Volumes/TestCrypt (hfs, local, nodev, nosuid, journaled, noowners)
The 'noowners' option is driving me crazy.
I tried an option suggested in an earlier post to recreate the file as MSDOS and use the Disk Utility to reformat it... Each time I selected hfs, journaled, case-sensitive and every time it ended up noowners.
/dev/disk3 on /Volumes/TestCrypt (hfs, local, nodev, nosuid, journaled, noowners, mounted by sakshale)
I have also tried feeding mount options from the command line, but none of the OS X options were acceptable as valid! For example, "async" is clearly defined in the mount man page:
# /Applications/TrueCrypt.app/Contents/MacOS/TrueCrypt --text --mount-options="async" --non-interactive --password=PASSWORD /Volumes/Archive/TestCrypt /Volumes/TestCrypt
Error: Unknown option: async
#
Mac OS X (10.5.4)