| Linux Forum Index » Linux - Red Hat Forum » disable mounting of crypted volumes during boot... |
|
Page 1 of 1 |
|
| Author |
Message |
| Thoralf Will... |
Posted: Thu Oct 08, 2009 4:33 am |
|
|
|
Guest
|
Hi,
I would like to set up a server with an encrypted data partition. The
server is meant to be deployed remotely and therefore I would like to
mount the crypted data partition manually, some when after the boot.
How do I do that?
Setting up a crypted volume is easy. But there is no guide to be found
on how to keep the password from popping up when the system is booting. |
|
|
| Back to top |
|
|
|
| HASM... |
Posted: Thu Oct 08, 2009 10:01 pm |
|
|
|
Guest
|
Thoralf Will <thoralf.will at (no spam) gmail.com> writes:
Quote: I would like to mount the crypted data partition manually, some when
after the boot.
noauto option of /etc/fstab?
-- HASM |
|
|
| Back to top |
|
|
|
| Thoralf Will... |
Posted: Thu Oct 08, 2009 11:52 pm |
|
|
|
Guest
|
On 9 Okt, 06:01, HASM <netn... at (no spam) invalid.com> wrote:
Quote: noauto option of /etc/fstab?
Sadly that doesn't keep the password question from popping up. |
|
|
| Back to top |
|
|
|
| HASM... |
Posted: Sat Oct 10, 2009 11:40 am |
|
|
|
Guest
|
Thoralf Will <thoralf.will at (no spam) gmail.com> writes:
Quote: Sadly that doesn't keep the password question from popping up.
That's bad..
Long ago I've created my own "service" that can mount luks encrypted disk
partitions (or files, via losetup), with the mounting "table" hardcoded
into the script (could create my own "tab" somewhere, someday) that toggles
the state of the mount and unmounts at shutdown, thus never had to resort
to fstab/crypttab.
-- HASM |
|
|
| Back to top |
|
|
|
|