exports
# /etc/exports: the access control list for filesystems which may be exported
# to NFS clients. See exports(5).
#
# Example for NFSv2 and NFSv3:
# /srv/homes hostname1(rw,sync,no_subtr
#
# Example for NFSv4:
# /srv/nfs4 gss/krb5i(rw,sync,fsid=0,c
# /srv/nfs4/homes gss/krb5i(rw,sync,no_subtr
#
/var/www/docs tomcat1(rw)
/disk2 tomcat1(rw)
mount command;
mount 192.168.25.11:disk2 /mnt/disk2
This works when I mount with same command on disk one.
Main Topics
Browse All Topics





by: oklitPosted on 2009-01-21 at 10:19:32ID: 23432300
Post here your /etc/exports file and command you are using to mount that nfs share (or appropriate line from /etc/fstab).