Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Help with Luks and an external hdd

If none of the specific sub-forums seem right for your thread, ask here.
Post Reply
Message
Author
gregregre
Posts: 1
Joined: 2016-01-21 12:34

Help with Luks and an external hdd

#1 Post by gregregre »

Hi,

what im trying to do:

https://squoo.sh/SHNIPS/ > LUKS Fastest way to randomise disk content

What I dont understand:

create a logical volume for demonstration; this would be entire device e.g. /dev/sda

Code: Select all

$ sudo lvcreate -L 1G -n demo VG_DATA
where is the path? if the unit I want to encrypt is /dev/sdb1, how do I edit that command to reflect this?

Do I have to encrypt /dev/sdb1 or just /dev/sdb?

Post Reply