Bug 231376 - This tells hald to mount NTFS volumes as ntfs-3g instead of ntfs, so they become writable
Bug#: 231376 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: enhancement Priority: P2
Resolution: FIXED Assigned To: chutzpah@gentoo.org Reported By: m-starostik@versanet.de
Component: Ebuilds
URL: 
Summary: This tells hald to mount NTFS volumes as ntfs-3g instead of ntfs, so they become writable
Keywords:  InCVS
Status Whiteboard: 
Opened: 2008-07-10 07:13 0000
Description:   Opened: 2008-07-10 07:13 0000
Currently, hald mounts NTFS file systems readonly using the in-kernel ntfs
module.  When installing ntfs3g, the IMHO expected behaviour is to mount them
writable instead.  The attached ebuild and fdi do this when hal is in USE.

Reproducible: Always

Steps to Reproduce:
1. emerge ntfs3g
2. mount an NTFS volume via hald, e.g. with konqueror
3.

Actual Results:  
Volume is mounted readonly using the kernel's NTFS support

Expected Results:  
Volume should be mounted R/W using ntfs3g

------- Comment #1 From Malte Starostik 2008-07-10 07:14:09 0000 -------
Created an attachment (id=160013) [details]
Ebuild to include the fdi policy file with hal USE flag

------- Comment #2 From Malte Starostik 2008-07-10 07:14:28 0000 -------
Created an attachment (id=160015) [details]
The fdi policy file

------- Comment #3 From Malte Starostik 2008-07-10 07:21:11 0000 -------
Created an attachment (id=160018) [details]
Same, but DEPEND on sys-apps/hal accordingly

Oops, forgot the dependency

------- Comment #4 From Patrick McLean 2008-07-10 15:46:45 0000 -------
Sorry about those dependency emails. New version sys-fs/ntfs3g-2531-r1 commited
to CVS with HAL use flag that installs the FDI file.