Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 're: encryption of home directories' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
re: encryption of home directories
Authored by: geekguy on Apr 04, '03 03:30:53PM

Great concept, unfortunately it fails on the mount command for me. Is the mount command trying to mount the image at the current directory "." , which I assume is the home directory?

Here is the relevant part of the script:

hdid -nomount "/Users/Shared/Disk Images/${USER}.dmg" > DevFile || exit 0
Dev=`cat DevFile`; rm DevFile
mount -t hfs $Dev . || exit 1

I tried adding -a to the mount command, no luck. Any ideas?



[ Reply to This | # ]