Hello All,

I was using these commands (C:  primary 30Go, D rest, logical):
    partition_cmds="parted /dev/dsk mklabel msdos;parted /dev/dsk mkpartfs 
primary fat32 0 4000;parted -- /dev/dsk mkpart extended 30720 -0;parted -- 
/dev/dsk mkpartfs logical fat32 30720 -0;sleep 2;parted /dev/dsk set 1 boot on;"
    partition_cmds_sys="parted /dev/dsk rm 1; parted /dev/dsk mkpartfs primary 
fat32 0 4000; parted /dev/dsk set 1 boot on;"

But i would like to encrypt my D partition and Truecrypt does not support 
Logicial Partition for Partition encryption.
So i am trying to maje the same shape of partionning...without success...
C:\ 30Go Primary and D rest primary too....
I do not know if it's possible...and if so...i don't know how to do it...my 
last try was :

partition_cmds="parted /dev/dsk mklabel msdos;parted /dev/dsk mkpartfs primary 
fat32 0 4000;parted -- /dev/dsk mkpart primary 30720 -0;sleep 2;parted /dev/dsk 
set 1 boot on;" partition_cmds_sys="parted /dev/dsk rm 1; parted /dev/dsk 
mkpartfs primary fat32 0 4000; parted /dev/dsk set 1 boot on;"

Not ok...Any help would be ok.   maybe the -0 is not ok after 30720 ???
Thanks for reading till this !

Ziad O'Hanlon




      
_____________________________________________________________________________ 
Ne gardez plus qu'une seule adresse mail ! Copiez vos mails vers Yahoo! Mail 
http://mail.yahoo.fr
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info

Reply via email to