up vote 1 down vote favorite
share [g+] share [fb]

How do you encrypt a partition, instead of a full disk, with PGP Desktop, from the command line? To encrypt a whole disk there seems to be a --disk argument, but I can't find how to do it for partitions.

link|improve this question

68% accept rate
feedback

1 Answer

up vote 1 down vote accepted

It is something along these lines.

pgpwde --encrypt --passphrase "your password goes here" --disk "#" --partition "#"

This article may give you more insight, it talks about the decrypt.

link|improve this answer
It seems that's the correct syntax. Nevertheless I'm getting Error code -11975: "feature not available", do you know if that's a licensing issue or something else? – J. Pablo Fernández Dec 5 '09 at 16:40
Yes it is a licensing issue. forum.pgp.com/t5/PGP-Whole-Disk-Encryption-for/… – ricbax Dec 5 '09 at 16:46
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.