Re: [arch-general] crypttab support for non-root devices with systemd

2012-12-08 Thread Karol Babioch
Hi, Am 09.12.2012 02:14, schrieb Dave Reisner: > The man page makes no mention of allowing plaintext passwords in crypttab. > Sure enough, this doesn't work. Use a key file. Thanks! Probably wouldn't figured this out any time soon :). As the man page refers to a "password" multiple times, I assu

Re: [arch-general] crypttab support for non-root devices with systemd

2012-12-08 Thread Dave Reisner
On Dec 8, 2012 8:12 PM, "Karol Babioch" wrote: > > Hi, > > Am 08.12.2012 22:06, schrieb Dave Reisner: > > Without posting it, I have no idea. > > Basically it looks like this: > > raid /dev/sdb1"xxx" > > In this setup "/dev/sdb1" is a encrypted block device. Its not the one > men

Re: [arch-general] crypttab support for non-root devices with systemd

2012-12-08 Thread Karol Babioch
Hi, Am 08.12.2012 22:06, schrieb Dave Reisner: > Without posting it, I have no idea. Basically it looks like this: raid /dev/sdb1"xxx" In this setup "/dev/sdb1" is a encrypted block device. Its not the one mentioned in the beginning, but the situation is quite similar. "xxx" i

Re: [arch-general] crypttab support for non-root devices with systemd

2012-12-08 Thread Dave Reisner
On Sat, Dec 08, 2012 at 09:52:34PM +0100, Karol Babioch wrote: > Hi, > > Am 08.12.2012 21:21, schrieb Dave Reisner: > > In core/lvm2 there's an lvm-on-crypt.service which you can enable. In > > testing/lvm2, you only need lvm-monitoring.service. > > Thanks for your reply. Although probably both o

Re: [arch-general] crypttab support for non-root devices with systemd

2012-12-08 Thread Karol Babioch
Hi, Am 08.12.2012 21:21, schrieb Dave Reisner: > In core/lvm2 there's an lvm-on-crypt.service which you can enable. In > testing/lvm2, you only need lvm-monitoring.service. Thanks for your reply. Although probably both of these service files would require the device to the unlocked. Currently its

Re: [arch-general] crypttab support for non-root devices with systemd

2012-12-08 Thread Dave Reisner
On Sat, Dec 08, 2012 at 09:08:28PM +0100, Karol Babioch wrote: > Hi, > > I've installed Arch on a system with a two "disk" setup, where the first > disk is a SSD, which I'm booting from. The second disk is an encrypted > software RAID with LVM on top. > > Now obviously I want the second "disk" to

[arch-general] crypttab support for non-root devices with systemd

2012-12-08 Thread Karol Babioch
Hi, I've installed Arch on a system with a two "disk" setup, where the first disk is a SSD, which I'm booting from. The second disk is an encrypted software RAID with LVM on top. Now obviously I want the second "disk" to be unlocked and mounted automatically on boot. This was no problem in the pa