Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
permissions in fstab
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo
View previous topic :: View next topic  
Author Message
bjerre
n00b
n00b


Joined: 22 Feb 2004
Posts: 24
Location: Sweden

PostPosted: Fri Sep 10, 2004 12:10 pm    Post subject: permissions in fstab Reply with quote

I have a filesystem on /dev/hda7 witch I want the user bjerre (uid=1000) to be able to read and write to. No other users except root should be able to do this.
How do I configure my /etc/fstab ?
Back to top
View user's profile Send private message
Rav70
l33t
l33t


Joined: 11 Feb 2004
Posts: 607
Location: Poland

PostPosted: Fri Sep 10, 2004 12:37 pm    Post subject: Reply with quote

It depends what FS type you have - syntax differs a bit between these.
Regards,
Rav
_________________
Q: Why is Microsoft's Product Support a failure?
A: Because Microsoft needs a Support Group instead.
Back to top
View user's profile Send private message
bjerre
n00b
n00b


Joined: 22 Feb 2004
Posts: 24
Location: Sweden

PostPosted: Fri Sep 10, 2004 12:38 pm    Post subject: Reply with quote

I'm using NTFS
Back to top
View user's profile Send private message
Rav70
l33t
l33t


Joined: 11 Feb 2004
Posts: 607
Location: Poland

PostPosted: Fri Sep 10, 2004 12:49 pm    Post subject: Reply with quote

AFAIK Linux kernel doesn't fully support writing to NTFS - you have to use third party software.
Regards,
Rav
_________________
Q: Why is Microsoft's Product Support a failure?
A: Because Microsoft needs a Support Group instead.
Back to top
View user's profile Send private message
[UK]Superdude
Tux's lil' helper
Tux's lil' helper


Joined: 22 Jul 2002
Posts: 149
Location: Adelaide, Australia

PostPosted: Sat Sep 11, 2004 5:15 am    Post subject: Reply with quote

This is how I have my ntfs partition mounted for one user:
Code:

/dev/hdd1               /mnt/music      ntfs            noauto,users,owner,uid=1000,gid=100,async,ro    0 0


i mount mine to /mnt/music (guess what i put on there ;))

should be the same for you.
And as Rav70 pointed out NTFS is generally read-only. There is experimental support for writing in some kernels (all?) but it only does very basic operations.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo 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