You are not logged in.

#1 2009-04-04 23:38:31

hank863
Member
Registered: 2008-08-23
Posts: 77

How do you set permanent ownership of a partition? [SOLVED]

I'm using ntfs-3g to mount my two NTFS partitions.  Everything works except remounting the partitions after I unmount them.  If I run these commands in the terminal right before attempting to mount, it mounts properly:

sudo chown root.ntfsuser /dev/sda1
sudo chown root.ntfsuser /dev/sda2

When I unmount these partitons and try again, it doesn't work unless I rerun the commands.  How can I make the effects of these commands permanent?

I am a member of the 'ntfsuser' group.

Last edited by hank863 (2009-04-05 02:12:16)

Offline

#2 2009-04-05 02:01:29

ataraxia
Member
From: Pittsburgh
Registered: 2007-05-06
Posts: 1,553

Re: How do you set permanent ownership of a partition? [SOLVED]

Making this permanent would require changing (or adding) some config under /etc/udev/rules.d . I don't know how to do it.

An easier idea would be to add yourself to the "disk" group, which is the default for these devices.

Offline

#3 2009-04-05 02:11:58

hank863
Member
Registered: 2008-08-23
Posts: 77

Re: How do you set permanent ownership of a partition? [SOLVED]

It worked!  Thank you very much!

Offline

Board footer

Powered by FluxBB