Re: F15: encrypted USB stick has wrong mount permissions

2011-07-25 Thread Ed Greshko
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

Re: F15: encrypted USB stick has wrong mount permissions

2011-07-25 Thread Patrick Lists
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

Re: F15: encrypted USB stick has wrong mount permissions

2011-07-22 Thread Ed Greshko
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

F15: encrypted USB stick has wrong mount permissions

2011-07-22 Thread Patrick Lists
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