Re: e2fsck

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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


[Index of Archives]     [Device Mapper Devel]     [Fedora Desktop]     [ATA RAID]     [Fedora Marketing]     [Fedora Packaging]     [Fedora SELinux]     [Yosemite News]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux