On 05/10/2006 Nomen Nescio wrote: > Yesterday I noticed this in my syslog > > EXT2-fs warning: maximal mount count reached, running e2fsck is recommended > > and figured out using "tune2fs -l /dev/mapper/crhda6" > > that it's got "mount count" 32 and "maximum mount count" 29. > > What's the correct way to e2fsck an encrypted partition? # cryptsetup create <name> <device> or # cryptsetup luksOpen <device> <name> then # fsck.ext2 /dev/mapper/<name> and last but not least # mount /dev/mapper/<name> ... jonas --------------------------------------------------------------------- dm-crypt mailing list - http://www.saout.de/misc/dm-crypt/ To unsubscribe, e-mail: dm-crypt-unsubscribe@xxxxxxxx For additional commands, e-mail: dm-crypt-help@xxxxxxxx