I am playing around with OSXCrypt and tried to create an encrypted USB-Stick. 1. Initialised the stick using Disk Utility with one volume (device is disk1s1, fs is FAT32) 2. Create an encrypted device with ocutil create -overwrite /dev/disk1s1 -> returns without an error 3. Attach the volume with ocutil attach /dev/disk1s1 -> returns without error, but says attached OSXCrypt device disk2 automounting volumes for device disk2
Question: Where is this device mounted on? How can I get access to the encrypted volume?
I can see the 'drive' in Disk Utility as "OSXCrypt Storage" but it seems to be a drive and not a mountable volume.
thanks for your reply. You were right, I omitted the -fat option when I created the volume and I was able to subsequently format the drive and can use it now like a regular volume.
I have a WD 250 USB drive I encrypted with TrueCrypt in Windows by choose the device option.
I can mount it using ocutil attach /dev/disk1s1 and it mounts and I can see the files. But I can not delete any files by dragging to the macintosh trash can, and it seems to hang when I drag and drop a file to copy it to the desktop.
Are these effects intended? Should all file movement be done with command lines? Sorry, I'm a little rusty on my mac command line skills, but I just got the new Macbook Air and am moving things over.
Also I just used the command line to detach - which went perfectly, but when I try to use the attach command again it says the service is already attached and running and doesn't mount anything.
I'm not sure, I'll check after connecting it to a windows machine. When I connected it now I got a macintosh message box that said the drive could not be repaired and i need to backup and format.
I can see the files on the drive but not move them. When I try and open them I get a i/o error message.