Your message dated Mon, 20 Nov 2006 19:16:32 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#384748: luks volume is mounted read only for normal user
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: pmount
Version: 0.9.13-1
Severity: normal
Mounting a luks volume using pmount as a normal user works. But
unfortunately the owner of the mounted partition is set to root:root.
So it is only possible to read files. Writing is not possible.
mount:
/dev/mapper/_dev_sdb1 on /media/sdb1 type ext3 (rw,noexec,nosuid,nodev)
ll /media:
drwxr-xr-x 3 root root 4096 2006-08-25 02:59 sdb1
Cheers,
Michael
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable'), (300, 'experimental')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-rc4
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Versions of packages pmount depends on:
ii libc6 2.3.6.ds1-4 GNU C Library: Shared libraries
ii libdbus-1-2 0.62-4 simple interprocess messaging syst
ii libhal-storage1 0.5.7.1-1 Hardware Abstraction Layer - share
ii libhal1 0.5.7.1-1 Hardware Abstraction Layer - share
ii libsysfs2 2.0.0-7 interface library to sysfs
pmount recommends no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
Hallo Michael,
Michael Biebl [2006-08-26 14:34 +0200]:
> Mounting a luks volume using pmount as a normal user works. But
> unfortunately the owner of the mounted partition is set to root:root.
> So it is only possible to read files. Writing is not possible.
>
> mount:
> /dev/mapper/_dev_sdb1 on /media/sdb1 type ext3 (rw,noexec,nosuid,nodev)
> ll /media:
> drwxr-xr-x 3 root root 4096 2006-08-25 02:59 sdb1
ext3 is an Unix file system which respects file owners and modes.
These are enforced by the kernel, and file systems like ext3 do not
support override options like 'uid' (as e.g. vfat does, which does not
have a concept of file owners).
Apart from the fact that permissions cannot be changed automatically
anyway, I do not have any intention to do so either. If you need to
use your USB device on many different computers with varying user IDs,
please use something like VFAT or UDF.
Thanks,
Martin
--
Martin Pitt http://www.piware.de
Ubuntu Developer http://www.ubuntu.com
Debian Developer http://www.debian.org
--- End Message ---