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 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
>>
>
> Put all users which should use the new drive into one group and after mounting
> it, do
>
> chgrp thegroup /mnt/C
> chmod g+ws /mnt/C
>
> HTH...
>
> Dirk
>