Re: How to use mount.crypt remount

2011-02-03 Thread Boyd Stephen Smith Jr.
In , 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 Ste

Re: How to use mount.crypt remount

2011-02-03 Thread T o n g
On Thu, 03 Feb 2011 17:42:18 +0100, Jochen Schulz wrote: >> I can't figure out how to use the remount option of mount.crypt from >> its man page. . . > > Use a comma to separate mount options, just like in the /etc/fstab: > > mount -o remount,ro … Thanks. Now I'm one step further, but bumped i

Re: How to use mount.crypt remount

2011-02-03 Thread Jochen Schulz
T o n g: > > I can't figure out how to use the remount option of mount.crypt from its > man page. All the following that I've tried have failed: > > mount.crypt -o remount ro /dev/sdaxx /mnt/point > mount.crypt -v -o remount=ro /dev/sdaxx /mnt/point Use a comma to separate mount options, just