Re: GELI Passphrase changing

2012-06-26 Thread icameto icameto
Hi RW , Firstly thanks for yours quick response . But I stuck in geli module and this command too . So I can use the old passphrase file (/root/da1.key) . So when I set new passphrase that will that be overwritten to this old file with using -K parameter like this # geli setkey -K /root/da1.eli /

Re: GELI Passphrase changing

2012-06-26 Thread RW
On Tue, 26 Jun 2012 17:52:28 +0300 icameto icameto wrote: > Hi everyone, > > I d like to ask you a question about geli and pasphrase changing. > > # dd if=/dev/random of=/root/da1.key bs=64 count=1 > > # geli init -s 4096 -K /root/da1.key /dev/da1 > > # geli attach -k /root/da1.key /dev/da1 >

GELI Passphrase changing

2012-06-26 Thread icameto icameto
Hi everyone, I d like to ask you a question about geli and pasphrase changing. # dd if=/dev/random of=/root/da1.key bs=64 count=1 # geli init -s 4096 -K /root/da1.key /dev/da1 # geli attach -k /root/da1.key /dev/da1 How can I change the passphrase for my GELI device? Please give me an advice.