Re: [gentoo-user] Share hard drive for multiple users -> SOLVED

2009-01-20 Thread Hung Dang
Thanks all of you for quick replies. I follow Dirk's suggestion and all users can be able to use the share hard drive now. Have a good day Hung Dirk Heinrichs wrote: > Am Dienstag, 20. Januar 2009 18:16:47 schrieb Hung Dang: > >> Hi all, >> I need to mount a new hard drive formatted in ext3

Re: [gentoo-user] Share hard drive for multiple users

2009-01-20 Thread Dirk Heinrichs
Am Dienstag, 20. Januar 2009 18:16:47 schrieb Hung Dang: > Hi all, > I need to mount a new hard drive formatted in ext3 to /mnt/C such that > multiple users can use it. > However, all users can only read the data from the share drive > Any suggestion? > > Below is my fstab configuration: > /dev/sd

Re: [gentoo-user] Share hard drive for multiple users

2009-01-20 Thread Neil Bothwick
On Tue, 20 Jan 2009 10:24:10 -0800, Andrey Falko wrote: > Do you have rw permission set to the contents of the the formatted > harddrive? For example, if you want the whole thing to be rwx, do > chmod 777 /mnt/C/* -R. I personally, would do this: > > find /mnt/C -type d | xargs chmod 777 > find /

Re: [gentoo-user] Share hard drive for multiple users

2009-01-20 Thread Andrey Falko
On Tue, Jan 20, 2009 at 9:16 AM, Hung Dang wrote: > Hi all, > I need to mount a new hard drive formatted in ext3 to /mnt/C such that > multiple users can use it. > However, all users can only read the data from the share drive > Any suggestion? > > Below is my fstab configuration: > /dev/sda1

[gentoo-user] Share hard drive for multiple users

2009-01-20 Thread Hung Dang
Hi all, I need to mount a new hard drive formatted in ext3 to /mnt/C such that multiple users can use it. However, all users can only read the data from the share drive Any suggestion? Below is my fstab configuration: /dev/sda1 /mnt/C ext3 rw,auto,noatime,defaults 0 1 Thanks Hung