Browsing articles tagged with " tc"
Nov
29

Mount TrueCrypt drive on boot time under Debian / Ubuntu

By rzelazko  //  Linux  //  2 Comments

There are several possibilities to mount encrypted, password protected TrueCrypt drive on boot time. This article describe how to create password protected TrueCrypt drive and mount it on boot time under GNU Linux.
We will create init.d script file and put them command which ask for password, create mount point and mount drive.
Requirements:

  • TrueCrypt – download it and install from truecrypt.org site
  • Debain / Ubuntu :)
  • Root prvivileges (I’m using sudo command)

read more