On Fri, 2005-01-28 at 11:27 +1300, Dave wrote:
> Hi 
> 
> very interesting thread, wjich has got me thinking 
> 
> I have an ext3 (extended) partition (hda3) that I want to make mount/umount & 
> writable by all users
> 
> As it stands only root can create folders but users can read and write to 
> them 
> once created
> 
> currently the fstab entry looks like this:
> 
>   /dev/hda6 /mnt/hda6 ext3 auto,users,exec 0 0
> 
> Is it a mask issue that prevents ordinary users creating/deleting the folders 
> or is there chmod issue? 
> 

have you tried umask=000?

--Slosh

Reply via email to