robophilosopher
05-10-2004, 07:41 PM
This is for the UNIXy of you out there...
I'm wondering if there's a way to mount a loopback filesystem under OS X... Specifically, I created a Knoppix encrypted home directory, which is AES-128 encrypted. To mount it under linux on an intel box, I would do something like this:
losetup -e aes -k 128 /dev/loop0 /dev/sda2
<type password>
mount /dev/loop0 /mnt/mystuff
losetup isn't a command under OS X, and my good buddy Google doesn't seem too promising. Do you guys have the inside scoop?
I'm wondering if there's a way to mount a loopback filesystem under OS X... Specifically, I created a Knoppix encrypted home directory, which is AES-128 encrypted. To mount it under linux on an intel box, I would do something like this:
losetup -e aes -k 128 /dev/loop0 /dev/sda2
<type password>
mount /dev/loop0 /mnt/mystuff
losetup isn't a command under OS X, and my good buddy Google doesn't seem too promising. Do you guys have the inside scoop?