This is a discussion on encrypting file systems - Redhat ; I have installed the encrypting file system loop (dm-crypt) as described at http://www.linux.com/article.pl?sid=04/06/07/2036205 I have placed the suggested script in rc.local and I am using Fedora Core 2 Final but have the following two problems on reboot. 1. '/usr/local/sbin/cryptsetup.sh remove ...
I have installed the encrypting file system loop (dm-crypt) as described at
http://www.linux.com/article.pl?sid=04/06/07/2036205
I have placed the suggested script in rc.local and I am using Fedora Core 2
Final
but have the following two problems on reboot.
1. '/usr/local/sbin/cryptsetup.sh remove cryptvol1' does not remove the
old /dev/mapper/cryptvol1 file so I have to do it using the rm -f command
2. The FC2 graphical startup does not stop and ask me for the passphrases
for the encrypted volumes so they are not mounted. I have to go back and
log in as root and do it manually.
Any suggestions??