Zhang Weiwu wrote:
> Dear list
> 
> NFS server (Ubuntu 7 with nfs-user-server installed) is exporting a
> single folder to a single host:
> 
> [EMAIL PROTECTED]:~$ cat /etc/exports 
> # /etc/exports: the access control list for filesystems which may be exported
> #               to NFS clients.  See exports(5).
> /home/zhangweiwu/Movies 
> 218.193.55.195(rw,anonuid=1000,anongid=100,all_squash,no_secure)

Is no_secure a valid option?

> The client (SuSE 10.2) can mount as rw correctly but cannot write:
> 
> joe:/home/yuliansu # mount -v eula:/home/zhangweiwu/Movies Movies/
> eula:/home/zhangweiwu/Movies on /home/yuliansu/Movies type nfs 
> (rw,addr=124.72.54.254)
> joe:/home/yuliansu/Movies # rm Movies/*
> rm: cannot remove `Breakfast.At.Tiffanys.CD1.avi': Read-only file system
> 
> I have checked the files in Movies folder belong to user 1000, group
> 1000, permission 666, so permission should be okay.

(this is a red herring but in the interest of accuracy...) It's the
permissions of the directory that count. What are they?

Also you say it is exported as gid 100 but the user is gid 1000 ???

> I simply begin to have no clue to go on, what else should I look for
> finding out why I am told "Read-only file system" (it is NOT)?

What does /etc/mtab say?

Cheers, Dave
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to