Hello,
I have mounted a partition from NFS server. The partitions on the
server is
/var/images/apachelogs
/var/images/www/uploads
/var/images is a directory on the / filesystem
apachelogs(ext3) is a 230GB partition with block size 1024KB and inode
count 30519296
uploads is a reiserfs file system.
My problem is :
I mount /var/images directory to the client machine through NFS
server and I can see uploads folder but even if I have given all the
permissions on the source folder I cannot see any subdirectory in the
apachelogs folder as if there is nothing in it.
My mount options:
noauto,nolock,nosuid,noexec,rw,hard,intr,rsize=3D1024,wsize=3D1024 0 0
Server parameters exportfs: (rw,sync,no_subtree_check,no_root_squash)