Activity log for bug #78375

Date Who What changed Old value New value Message
2007-01-07 23:31:53 Florent Mertens bug added bug
2007-01-07 23:32:51 Florent Mertens description Binary package hint: gnome-mount In order to mount ntfs volume with ntfs-3g or ntfs-fuse, we need good default options. This patch is an attempt to set default options for ntfs-3g & ntfs-fuse to make them usable. Default option use (change in gnome-mount.schemas.in) : ntfs-3g : locale= ntfs-fuse : locale=,uid=,umask=077 Explanations : locale= : is the option to set locale, it replace the utf8 option. uid=,umask=077 : this is the default options use for vfat. for ntfs-3g, default setting don't use uid & umask permission handling. To have the same behavior as for vfat, we can also use the following options : locale=,default_permissions,uid=,umask=077 Setting locale (change in gnome-mount.c) : To set the locale, we use the setlocale( LC_ALL, "" ) function. This is done in gnome-mount.c with the same kind of workaround use to set uid=. Warning : Before using those settings, "locale=" and "default_permissions" need to be set as valid option for ntfs in hal, which is currently not the case. See related bug : https://bugs.launchpad.net/ubuntu/+source/hal/+bug/78370 Thanks. Binary package hint: gnome-mount In order to mount ntfs volume using ntfs-3g or ntfs-fuse with gnome-mount, we need good default options. This patch is an attempt to set default options for ntfs-3g & ntfs-fuse to make them usable. Default option use (change in gnome-mount.schemas.in) : ntfs-3g : locale= ntfs-fuse : locale=,uid=,umask=077 Explanations : locale= : is the option to set locale, it replace the utf8 option. uid=,umask=077 : this is the default options use for vfat. for ntfs-3g, default setting don't use uid & umask permission handling. To have the same behavior as for vfat, we can also use the following options : locale=,default_permissions,uid=,umask=077 Setting locale (change in gnome-mount.c) : To set the locale, we use the setlocale( LC_ALL, "" ) function. This is done in gnome-mount.c with the same kind of workaround use to set uid=. Warning : Before using those settings, "locale=" and "default_permissions" need to be set as valid option for ntfs in hal, which is currently not the case. See related bug : https://bugs.launchpad.net/ubuntu/+source/hal/+bug/78370 Thanks.
2007-01-07 23:33:38 Florent Mertens bug added attachment '04_support-ntfs-3g-and-ntfs-fuse.patch' (04_support-ntfs-3g-and-ntfs-fuse.patch)
2007-01-08 15:56:16 Martin Pitt gnome-mount: status Unconfirmed In Progress
2007-01-08 15:56:16 Martin Pitt gnome-mount: assignee pitti
2007-01-08 15:56:16 Martin Pitt gnome-mount: statusexplanation
2007-01-10 08:00:50 Martin Pitt gnome-mount: status In Progress Fix Committed
2007-01-10 08:11:45 Martin Pitt bug assigned to gnome-mount (upstream)
2007-01-10 19:56:07 Bug Watch Updater gnome-mount: status Unknown Unconfirmed
2007-01-12 09:56:52 Martin Pitt gnome-mount: status Fix Committed Fix Released
2007-01-12 09:56:52 Martin Pitt gnome-mount: statusexplanation In Feisty now.
2007-03-05 09:42:25 Bug Watch Updater gnome-mount: status Unconfirmed Fix Released
2010-09-16 12:22:06 Bug Watch Updater gnome-mount: importance Unknown Medium