Displaying 1 result from an estimated 1 matches for "secret_path".
2010 Sep 25
3
LUKS create_encrypted_fs
Hi All,
This is my first post to centos-docs. I've read several months of
archives, but, this may be too trivial.
Re: http://wiki.centos.org/TipsAndTricks/EncryptedFilesystem/Scripts
This line:
FREE_SPACE=$(df -m $SECRET_PATH |grep / | awk '{ print $4 }')
gave me a problem due to line wrapping in df. For example:
$ df -m /home/ja/verify/
Filesystem 1M-blocks Used Available Use% Mounted on
/dev/mapper/VolGroup00-LogVol00
589333 289168 269746 52% /
So, $4 is 52% ra...