Hi

Michael Forstner wrote:

> > Michael Forstner writes:
> >  > Hi all,
> >  >
> >  > if I create a reiserFS partition (doesn't matter if on HDD or ZIP or
> >  > something other), I can mount it as user but not write !
> >  >
> >  > I have tried several settings in /etc/fstab but nothing works!!
> >  > i.e.
> >  > /dev/hdc1       /media/platte   reiserfs        rw,noauto,user 0 0
> >  >
> >  > mount ok, but no write access ....
> >  >
> >  > Thank you for any help
> >
> > Can you provide more information on this? How precisely write access is
> > denied? Error messages? Are there any messages in the kernel log?
>
> Ok - here we go:
>
> #mount /media/platte
> #cp ./test.txt /media/platte
> cp: cannot create regular file /media/platte/text.txt Permission denied
>

Would you like to try to login as root and do (assuming there is user 'user1'
in the system):
mkdir /media/platte/user1_dir
chown user1.users user1_dir

login as 'user1'
and try to create a file in /media/platte/user1_dir

Thanks,
vs



>
> Options in /etc/fstab as above
>
> #cat /etc/mtab
> [...]
> /dev/hdc1 /media/platte reiserfs rw,noexec,nosuid,nodev,user=mike 0 0
>
> No errors in kernel or other logs
>
> BTW:
> SuSE 7.2 with self-compiled Kernel 2.4.5
> A friend from me got the same problem with SuSE 6.4 and SuSE Kernel 2.2.14
>
> Thank you for any help!
> >
> >  > ---
> >  > Regards,
> >  >
> >  > Forstner Michael
> >
> > Nikita.
>
> --
> ---
> MfG,
>
> Forstner Michael

Reply via email to