In <[email protected]>, T o n g wrote: >I've tried the following but they both failed: > > mount.crypt -v -o 'remount,ro -t ext2' . . . > mount.crypt -v -o 'remount,ro -t crypt' . . .
Why did you think you needed the quotes? Drop them. You want something like: mount.crypt -v -o remote,ro -t ext2 . . . -- Boyd Stephen Smith Jr. ,= ,-_-. =. [email protected] ((_/)o o(\_)) ICQ: 514984 YM/AIM: DaTwinkDaddy `-'(. .)`-' http://iguanasuicide.net/ \_/
signature.asc
Description: This is a digitally signed message part.

