пххх изглежда стигнах до задънена улица ..
cat /etc/exports
cat /etc/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_subtree_check) hostname2(ro,sync,no_subtree_check)
#
# Example for NFSv4:
# /srv/nfs4 gss/krb5i(rw,sync,fsid=0,crossmnt,no_subtree_check)
# /srv/nfs4/homes gss/krb5i(rw,sync,no_subtree_check)
#
#/media/m-media 192.168.1.0/24(rw,nohide,insecure,no_subtree_check,sync)
#/home/kaloian 192.168.1.0/255.255.255.0*(rw)
/33/test *(rw,fsid=0,sync,no_root_squash,subtree_check)
/media 192.168.1.100(ro,fsid=0)
cat /etc/hosts.allow
#portmap: 192.168.1.100
portmap: ALL
cat /etc/hosts.deny
#lockd:ALL
#mountd:ALL
#rquotad:ALL
#statd:ALL
cat /etc/idmapd.conf
[General]
Verbosity = 0
Pipefs-Directory = /var/lib/nfs/rpc_pipefs
Domain = localdomain
[Mapping]
Nobody-User = nobody
Nobody-Group = nogroup
rpcinfo -p |egrep 'nfs|portmap'
100000 2 tcp 111 portmapper
100000 2 udp 111 portmapper
100003 2 udp 2049 nfs
100003 3 udp 2049 nfs
100003 4 udp 2049 nfs
100003 2 tcp 2049 nfs
100003 3 tcp 2049 nfs
100003 4 tcp 2049 nfs
cat /proc/filesystems | grep nfs
nodev nfs
nodev nfs4
nodev nfsd
netstat -tlp
tcp 0 0 0.0.0.0:2049 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:111 0.0.0.0:* LISTEN
mount -t nfs4 192.168.1.101:/33/test /mnt/
mount.nfs4: mounting 192.168.1.101:/33/test failed, reason given by server:
No such file or directory
mount -t nfs4 192.168.1.101:/media/ /mnt/
mount.nfs4: mounting 192.168.1.101:/media/ failed, reason given by server:
No such file or directory
