2008-12 月份文章 顯示方式:簡文 | 列表

2008年12月19日

nfs在MOUNT時指定uid

在做NFS時,要特別指定MOUNT的uid


server
/etc/exports
/share  client(rw,async,anonuid=101,anongid=101)

anonuid:設定要mount起來的uid
anongid:設定要mount起來的gid


fstab
client
nfs:/shre  /local/share nfs  intr,user,async,rw,soft,wsize=24576,udp,timeo=50 0 0

Posted by my_work at 15:08回應(2)引用(0)Linux&BSD
標籤:linux
 [1]