encrypted partition question
- From: Alexander Golovin <alex.golovin@xxxxxxx>
- Date: Thu, 04 Sep 2008 20:25:12 +0300
I was trying to encrypt my ext3 partition /dev/hda6, that's what I did:
1. I've added modules: aes, dm_mod, dm_crypt, to /etc/modules
2. Created the cryptographic device mapper: cryptsetup -y create crypt /dev/hda6 (entered passphrase twice)
3. Changed this options:
echo "crypt /dev/hda6" >> /etc/crypttab; echo "/dev/mapper/crypt /mnt/crypt ext3 defaults 0 1" >> /etc/fstab
4. Created mount directory; mkdir /mnt/crypt
5. Created a filesystem on the mapped device: mkfs.ext3 /dev/mapper/crypt
So, when I've tryied to mount /mnt/crypto It was mounted without passphrase question, but it was mounted.
But , after reboot I've tried to mount my partition, and that what I have now:
# mount /mnt/crypt/
mount: special device /dev/mapper/crypt does not exist
And I don't have a crypt file in /dev/mapper/ directory.
--
To UNSUBSCRIBE, email to debian-user-REQUEST@xxxxxxxxxxxxxxxx
with a subject of "unsubscribe". Trouble? Contact listmaster@xxxxxxxxxxxxxxxx
- Follow-Ups:
- Re: encrypted partition question
- From: Maciej Korzeń
- Re: encrypted partition question
- From: Andrea Bicciolo
- Re: encrypted partition question
- From: Cassiano Leal
- Re: encrypted partition question
- Prev by Date: Re: Iceweasel S L O W to start when no Internet connection
- Next by Date: Re: partitions
- Previous by thread: fuse question
- Next by thread: Re: encrypted partition question
- Index(es):
Relevant Pages
|