[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: What I want to do -doable ?
[snip]
> My biggest problem till now is: I`d like to mount all my partitions with the
> same password, which I only want to enter once...but losetup doesnt seem to
> provide an option for the password !
try (in some shellscript):
stty -echo
read passwd
stty echo
echo $passwd | losetup $optionsforthing1
echo $passwd | losetup $optionsforthing2
etc..
> Peter
-- Merijn
> -
> Linux-crypto: cryptography in and on the Linux system
> Archive: http://mail.nl.linux.org/linux-crypto/
-
Linux-crypto: cryptography in and on the Linux system
Archive: http://mail.nl.linux.org/linux-crypto/