Hello,
I am trying to install/use FreeBSD-6.0-RELEASE.
I tried to use geli command on shell to initialize hard disk.
But it seems geli command option seems different from
"Complete Hard Disk Encryption Using FreeBSD's GEOM Framework"
when i try to use "geli init -b /dev/ad0" on shell prompt, it says
"Unknown command: init"
usage: geli help
geli list [name ...]
geli status [-s] [name ...]
geli load [-v]
geli unload [-v]
How can I get to work geli command? What option need to use with it?
Regards,
Balgaa
Hello,
I am trying to install/use FreeBSD-6.0-RELEASE.
I tried to use geli command on shell to initialize hard disk.
But it seems geli command option seems different from
"Complete Hard Disk Encryption Using FreeBSD's GEOM Framework"
when i try to use "geli init -b /dev/ad0" on shell prompt, it says
"Unknown command: init"
usage: geli help
geli list [name ...]
geli status [-s] [name ...]
geli load [-v]
geli unload [-v]
How can I get to work geli command? What option need to use with it?
Regards,
Balgaa
Already I loaded geom_eli.ko before boot. Balgaa ----- Original Message ----- From: "Dewayne Geraghty" <dewayne.geraghty@majestic.etowns.org> To: "'Balgansuren Batsukh'" <balgaa@mongol.net> Cc: <freebsd-stable@freebsd.org> Sent: Saturday, February 18, 2006 1:27 PM Subject: RE: GELI question> You'll probably need to: > kldload geom_eli.ko > Or modify your kernel to include: > options GEOM_ELI > > Regards, Dewayne. > > > >