Hi
not sure if I am posting in the correct forum. Please move post if nessesary.
I'm using SME-Server 7.4 and backuppc as the backup tool. The backups go to a dedicated hard disk, mounted at /opt on the server file system. Every month I copy the entire disk to another external disk. Here comes the problem: the external disk must be encrypted as I plan to store it out of office. I have used truecrypt in these cases, but cannot use it on my SME server, because I get the following message, if I try to mount the external disk.
[root@sme-server ~]# truecrypt --filesystem=none /dev/sdc1
Warning: Your system uses an old version of the Linux kernel.
Due to a bug in the Linux kernel, your system may stop responding when writing data to a TrueCrypt volume. This problem can be solved by upgrading the kernel to version 2.6.24 or later.
Enter password for /dev/sdc1:
Enter keyfile [none]:
Protect hidden volume (if any)? (y=Yes/n=No) [No]:
Error: fuse: device not found, try 'modprobe fuse' first
[root@sme-server ~]#
I believe, that this message points to two problems:
1. It seems that I need to do a kernel upgrade. I am running kernel 2.6.9-78.0.22.EL. Do I need to upgrade to 2.6.24 and does anyone know how to do it.
2. I need to install fuse. I followed the instructions in
http://wiki.contribs.org/FUSE_-_Filesystem_in_Userspace and all went well, but "modprobe fuse" always results in a "FATAL: Module fuse not found." message. I must be missing sth.
Can anyone point me in the right direction, especially upgrading the kernel is something I have not done before manually.