hal: Branch 'master'
Danny Kukawka
danny.kukawka at web.de
Mon Nov 10 05:15:20 PST 2008
On Montag, 10. November 2008, Martin Pitt wrote:
> tools/hal-storage-mount.c | 2 ++
> 1 file changed, 2 insertions(+)
>
> New commits:
> commit 25f9536d8cd4ff534eb73dc603a38b7d64ebf81e
> Author: Michael Biebl <biebl at debian.org>
> Date: Mon Nov 10 13:33:48 2008 +0100
>
> allow uid/gid mount option for ntfs
>
> Allow uid/gid mount option for ntfs, as reported in
> http://bugs.debian.org/427109.
>
> diff --git a/tools/hal-storage-mount.c b/tools/hal-storage-mount.c
> index 741b362..a29c8f3 100644
> --- a/tools/hal-storage-mount.c
> +++ b/tools/hal-storage-mount.c
> @@ -787,6 +787,8 @@ handle_mount (LibHalContext *hal_ctx,
> * (since these doesn't contain uid/gid bits)
> */
> if (strcmp (libhal_volume_get_fstype (volume), "vfat") != 0 &&
> + strcmp (libhal_volume_get_fstype (volume), "ntfs") != 0 &&
> + strcmp (libhal_volume_get_fstype (volume), "ntfs-3g") != 0 &&
> strcmp (libhal_volume_get_fstype (volume), "iso9660") != 0 &&
> strcmp (libhal_volume_get_fstype (volume), "hfs") != 0 &&
> strcmp (libhal_volume_get_fstype (volume), "udf") != 0) {
Not sure if this is the correct fix. Especially since both filesystems support
uid= and gid= as mount parameter, while the comment above the if() say they
don't.
Danny
More information about the hal-commit
mailing list