Let's say you have hard drive encrypted with TrueCrypt with HFS+ filesystem on it and you want to use it under both: OSX and Linux. That's no problem because TrueCrypt works great on both systems. But when you want to WRITE to such drive under Linux you'll get an error. That's because Linux do not support writing to journaled HFS. This is how to remove journaling from such drive.
Disabling journalingu on Mac is simple:
Disabling journalingu on Mac is simple:
- connect encrypted hard drive (e.g. TC-Disk) with TrueCrypt and then
- open Terminal and type:
diskutil disableJournal /Volumes/TC-Disk
- # truecrypt --filesystem=none /dev/sda (TrueCrypt connects drive without knowledge of filesystem type.)
- # truecrypt -l (Look for the mount path of the drive.)
- You should see someth ...