FS#16738 - Gnome 2.28 write to external hdd with NTFS
Attached to Project:
Arch Linux
Opened by Ph.Philippov (br4) - Monday, 19 October 2009, 14:04 GMT
Last edited by Jan de Groot (JGC) - Wednesday, 28 October 2009, 09:38 GMT
Opened by Ph.Philippov (br4) - Monday, 19 October 2009, 14:04 GMT
Last edited by Jan de Groot (JGC) - Wednesday, 28 October 2009, 09:38 GMT
|
Details
Description:
I have an external hdd with NTFS, so i can't use the /etc/fstab (1)workaround and i don't think(actual know) "a symbolic link to the ntfs-3g binary" is a good idea for all cases. So every time i want to write something i umount the hdd and then mount /dev/sdxx /mnt/x/ -t ntfs-3g Additional info: Gnome 2.28 kernel26 2.6.31.4-1 x86_64 (1)see http://wiki.archlinux.org/index.php/Gnome_2.28_Changes#Volume_Manager |
This task depends upon
Closed by Jan de Groot (JGC)
Wednesday, 28 October 2009, 09:38 GMT
Reason for closing: Fixed
Additional comments about closing: Fixed in ntfs-3g 2009.4.4-2.
Wednesday, 28 October 2009, 09:38 GMT
Reason for closing: Fixed
Additional comments about closing: Fixed in ntfs-3g 2009.4.4-2.
"Possible issues using this method:
* if mount is called with the "-i" option it doesn't work
* possible issues with the kernel ntfs module "
(1)http://wiki.archlinux.org/index.php/HAL#The_last_resort
The fix here is to install a symlink for mount.ntfs in the ntfs-3g package. DeviceKit-disks uses mount -t ntfs to mount, so installing this symlink will make it use ntfs-3g.
As for HAL: HAL is history and has nothing to do with GNOME anymore.
(1) http://www.tuxera.com/community/ntfs-3g-faq/#plugandplay
The explanation for this key is:
The name of the file system driver to use by default when 'ntfs' is detected. This is useful for configuring the system to use the 'ntfs-3g' driver for all 'ntfs' file systems by default. User can still choose to use the 'ntfs' file system driver by overriding it per-volume or on the command line.
So it appears that the key is simply being ignored.
So it is also possible that the "/system/storage/default_options/ntfs/fstype_override" is not being ignored (mounting using ntfs-3g), but that the permissions are being set based on the NTFS key instead of the NTFS-3G key.