On 07/25/2011 04:50 PM, Patrick Lists wrote:
> Thanks Ed. That was so obvious I totally missed it as I was thinking
> about udev rules, luks, devmapper and other way too complicated things.
Welcome. I've visited that forest before. :-)
--
Even if you do learn to speak correct English, whom ar
On 07/23/2011 01:18 AM, Ed Greshko wrote:
> On 07/23/2011 02:19 AM, Patrick Lists wrote:
>> Anyone know how I can solve the permission problem?
>
> chown -R whatever:whatever mountpoint
Thanks Ed. That was so obvious I totally missed it as I was thinking
about udev rules, luks, devmapper and othe
On 07/23/2011 02:19 AM, Patrick Lists wrote:
> Anyone know how I can solve the permission problem?
chown -R whatever:whatever mountpoint
--
Even if you do learn to speak correct English, whom are you going to
speak it to? -- Clarence Darrow
--
users mailing list
users@lists.fedoraproject.org
T
Hi,
I've created an encrypted USB stick as follows:
# dd if=/dev/urandom of=/dev/sdb1
# cryptsetup luksFormat /dev/sdb1
# cryptsetup luksOpen /dev/sdb1 luks-usb
# mkfs -t ext4 -L Kingston8GB /dev/mapper/luks-usb
# cryptsetup luksClose /dev/mapper/luks-usb
Now I remove the USB stick, wait a bit a