Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Problems with chown Windows Partition
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
fernandorui
n00b
n00b


Joined: 11 May 2006
Posts: 38

PostPosted: Fri Jan 18, 2008 12:11 pm    Post subject: Problems with chown Windows Partition Reply with quote

Hello everybody,

I have a partition that has 60Gb of music and fotos....
I Have mounted it in a NTFS partition because I have windows in the machine.

I put the follow line in Fstab:

/dev/sda1 /mnt/windows ntfs-3g users,uid=users,gid=users 0 0

But, when I got into this folder there are subfolders that I can't modify with normal user.
And When a try to copy to this folder I got Operation not permitted.

So I do a chown to force all the mount point to be for my user like.

chown -R fernandorui:fernandorui /mnt/windows

and I got Operation Not Permitted.

I don't know Why this is happen, because I put the correct line in Fstab, acoording to http://gentoo-wiki.com/HOWTO_NTFS_write_with_ntfs-3g

I got this problems with FAT32 and NTFS was not supported...

Somebody knows why there is this problems...

thanks.
Back to top
View user's profile Send private message
gimpel
Advocate
Advocate


Joined: 15 Oct 2004
Posts: 2720
Location: Munich, Bavaria

PostPosted: Fri Jan 18, 2008 12:21 pm    Post subject: Reply with quote

uid=users doesn't make any sense, except you really have a user called "users" on your system. Try uid=<id of your user>, e.g. uid=1000

And you cannot chown -R a folder with a windows partition mounted in it, so simply chown fernandorui: /mnt/windows
_________________
http://proaudio.tuxfamily.org/wiki - pro-audio software overlay
Back to top
View user's profile Send private message
ianw1974
Guru
Guru


Joined: 18 Oct 2006
Posts: 387
Location: UK and Poland

PostPosted: Fri Jan 18, 2008 12:30 pm    Post subject: Reply with quote

You are better off adding to the options in /etc/fstab:

Code:
/dev/sda1 /mnt/windows ntfs-3g umask=0 0 0


for example, so that it will just give full rights. This would do it for all users though, but if your system only has one user, then it shouldn't be too much of a problem. However, on my system, I didn't do any of this. I just emerged udev and dbus.
_________________
Ian Walker

Light travels faster than sound. This is why some people appear bright until you hear them speak.........

Linux Systems Limited | Masternode Monitoring
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum