|
there won't be any encrption, instead i'd assume you simply have a seperate /home partition, which you should do. you don't mount a hard drive, you mount each individual partition. i'd guess you've just mounted the first partition which happens to be your root partition. run "fdisk /dev/hde" or whatever your external drive has been listed under /dev/ as and you will see all the partitions there. /home would possibly be the fifth partition, i.e. the first inside an extended partition. mount that too.
|