You are not logged in.

#1 2009-03-22 01:08:04

benerivo
Member
Registered: 2008-02-02
Posts: 30

[Solved] Mounting a ntfs usb drive in kdemod

I have an external usb drive that automounts in gnome, with write permissions. In kdemod it would not mount, and gave the error: "PermissionDeniedByPolicy mount-removable-extra-options no". I fixed this using this workaround... http://wiki.archlinux.org/index.php/HAL … utomounter. The drive now mounts, but i don't have write permission. Is there a way to get it to automount in kdemod? Would i have to change /etc/fstab for every external usb drive?

Last edited by benerivo (2009-03-22 10:49:32)

Offline

#2 2009-03-22 01:54:24

Ranguvar
Member
Registered: 2008-08-12
Posts: 2,577

Re: [Solved] Mounting a ntfs usb drive in kdemod

You don't have write permission? Are you sure you're using ntfs-3g to mount it and not the kernel ntfs driver? The latter has next to no write support.

Offline

#3 2009-03-22 02:03:56

benerivo
Member
Registered: 2008-02-02
Posts: 30

Re: [Solved] Mounting a ntfs usb drive in kdemod

I'm not sure what i'm using to mount it. I have ntfs-3g installed and working for an internal drive. I'm hoping for a 'plug and wrirte' solution, as happens for me in gnome. Currently in kde, with the fix i mentioned, it mounts but only with read permissions. I'm hoping to avioid an /etc/fstab solution as i may need to use this computer in an environment where any ntfs usb external drive can be plugged in and written to.

Last edited by benerivo (2009-03-22 02:04:47)

Offline

#4 2009-03-22 02:18:05

FunkNapkin
Member
From: Québec, Canada
Registered: 2009-01-19
Posts: 21

Re: [Solved] Mounting a ntfs usb drive in kdemod

This seems like a problem with HAL's permissions. I suggest you read the whole HAL wiki page, especially the part about the policies. I believe that page has all the info you need.

I had that problem too, and I had to make a policy file. Can't remember any other details though, but the solution was somewhere in the forum.


Arch64, Openbox & Awesome3

Offline

#5 2009-03-22 10:49:16

benerivo
Member
Registered: 2008-02-02
Posts: 30

Re: [Solved] Mounting a ntfs usb drive in kdemod

Thanks. The answer was simply to create a a symbolic link from mount.ntfs to mount.ntfs-3g, which makes hal use the ntfs-3g driver. It was in a section entitled "mount.ntfs linking" in the hal wiki page.

ln -s /sbin/mount.ntfs-3g /sbin/mount.ntfs

Offline

Board footer

Powered by FluxBB