You are not logged in.

#1 2008-01-10 12:37:04

n8schicht
Member
From: Südbaden
Registered: 2006-12-27
Posts: 138
Website

NTFS: "TODO: have to rethink extra options"

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

#2 2008-01-10 13:53:54

May-C
Member
Registered: 2007-12-28
Posts: 83

Re: NTFS: "TODO: have to rethink extra options"

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

#3 2008-01-10 16:27:38

n8schicht
Member
From: Südbaden
Registered: 2006-12-27
Posts: 138
Website

Re: NTFS: "TODO: have to rethink extra options"

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

#4 2008-01-10 16:46:30

May-C
Member
Registered: 2007-12-28
Posts: 83

Re: NTFS: "TODO: have to rethink extra options"

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

#5 2008-01-15 19:05:44

Pilli
Member
Registered: 2004-09-01
Posts: 46

Re: NTFS: "TODO: have to rethink extra options"

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

#6 2008-01-15 19:35:26

raymano
Member
Registered: 2006-10-13
Posts: 357
Website

Re: NTFS: "TODO: have to rethink extra options"

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

#7 2008-01-16 17:15:09

n8schicht
Member
From: Südbaden
Registered: 2006-12-27
Posts: 138
Website

Re: NTFS: "TODO: have to rethink extra options"

@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

#8 2008-01-16 19:21:59

Zer0
Member
From: Windsor, ON, Canada
Registered: 2006-08-25
Posts: 299

Re: NTFS: "TODO: have to rethink extra options"

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

#9 2008-01-16 20:31:02

n8schicht
Member
From: Südbaden
Registered: 2006-12-27
Posts: 138
Website

Re: NTFS: "TODO: have to rethink extra options"

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

#10 2008-01-17 17:26:57

raymano
Member
Registered: 2006-10-13
Posts: 357
Website

Re: NTFS: "TODO: have to rethink extra options"

This has to be related to your hal rules take a look here:

http://wiki.archlinux.org/index.php/HAL … ntfs-3g.29


FaunOS: Live USB/DVD Linux Distro: http://www.faunos.com

Offline

#11 2008-02-04 19:23:47

Zer0
Member
From: Windsor, ON, Canada
Registered: 2006-08-25
Posts: 299

Re: NTFS: "TODO: have to rethink extra options"

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

#12 2008-02-04 23:33:33

n8schicht
Member
From: Südbaden
Registered: 2006-12-27
Posts: 138
Website

Re: NTFS: "TODO: have to rethink extra options"

Great! Finally it's working again  big_smile  Thanks!

Offline

#13 2008-05-16 15:38:33

mic64
Member
Registered: 2005-03-03
Posts: 173

Re: NTFS: "TODO: have to rethink extra options"

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

Board footer

Powered by FluxBB