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
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
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 /
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
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
5 matches
Mail list logo