You are not logged in.
Since weeks now it receive an error message when I try to mount an NTFS-partition under KDE. The message is:
TODO: have to rethink extra options
I already learned to disable "Mount as user" under properties, and then I can mount the partition, but all the files and folders belong to user root, and then again as normal user I cannot access the files in konqueror, but instead I have to open konqueror as root to access the folders and files.
How do you manage to browse the files as normal user? Do I always have to chown/chgrp the NTFS-files to do so? This can't be the solution, can it?
Is this due to a bug? Will there be new packages available for ntfs-3g (or is it hal?) that allow normal users again to mount and browse NTFS-partitions without any hassle?
Offline
I have the same problem with an external harddisk.
If it is in your case an internal harddisk you can solve it easy with a fstab entry.
Offline
Well I use both: internal and external.
I just want it to be as useable again as it was in the beginning, when everything just worked.
So right now there won't be a working graphical solution for this?
Offline
AFAIK there is none. Would be interested in a solution too. I am not even sure where is the problem. Maybe it is the kernel maybe it is hal or ntfs-g3...
Offline
Hi.
You must add a file "20-ntfs-config-write-policy.fdi" in /usr/share/hal/fdi/policy/10osvendor/ with this code:
<?xml version="1.0" encoding="UTF-8"?> <!-- -*- SGML -*- -->
<!--
Este fichero define como montar las unidades externas que tengo como usb con ntfs.
Utiliza el driver ntfs-3g, y hay que tener instalado fuse y ntfs-3g.
Copiar a: /usr/share/hal/fdi/policy/10osvendor/
-->
<deviceinfo version="0.2">
<device>
<match key="volume.fstype" string="ntfs">
<match key="@block.storage_device:storage.hotpluggable" bool="true">
<merge key="volume.fstype" type="string">ntfs-3g</merge>
<merge key="volume.policy.mount_filesystem" type="string">ntfs-3g</merge>
<append key="volume.mount.valid_options" type="strlist">locale=</append>
</match>
</match>
</device>
</deviceinfo>
Offline
See:
http://bbs.archlinux.org/viewtopic.php? … 27#p316827
This takes care of both internal and external drives.
FaunOS: Live USB/DVD Linux Distro: http://www.faunos.com
Offline
@Pilli: I already did that, but no luck, it still didn't work.
@raymano: Thank you so much! This actually helped at once! After upgrading to the new version of hal and restarting it I immediately had access to my ntfs-files as normal user. Thanks a lot!
Offline
Man this problem has been bugging the crap out of me.. I've been using hal 0.5.9-3 for awhile now just to avoid this issue.
Looks like I'll be trying this patch today also.. It looks like an upstream bug.. well not a bug per say, as it says in the code output.. a TODO for the developers. Wonder was wrong with the old code?
Offline
OK, I just realized that now it's possible to mount the partition as normal user, but still I can only read the files but not create or delete. I always get an "access denied" error message. Any suggestions?
Offline
This has to be related to your hal rules take a look here:
FaunOS: Live USB/DVD Linux Distro: http://www.faunos.com
Offline
Hal mount.ntfs linking (from wiki) will work if your having problems with the hal polices.
This patched HAL (so no TODO error) along with the above method works flawlessly on my external hard drive and my internal windows partition. Both now mount threw KDE and use ntfs-3g for write support.
@raymano.. The link to your patch seems to be dead!
Offline
Hi
sorry to bring this thread up again.
I have no more the "Todo: rethink some options" error with USB drives,
but it still apears with esata drives.
mounting them with ntfs-3g from console works.
Offline