或者
df -h
Filesystem Size Used Avail Use% Mounted on
/dev/sda3 9.7G 1.6G 7.7G 18% /
/dev/sda2 38G 177M 36G 1% /data
/dev/sda1 190M 19M 163M 11% /boot
tmpfs 59M 0 59M 0% /dev/shm
192.168.1.5:/nishome 9.7G 1.8G 7.4G 20% /nishome
192.168.1.5:/share 9.7G 1.8G 7.4G 20% /share
客户端卸载NFS文件命令
umount /share
umount /nishome
客户机开机自动挂载
客户端可以设置系统启动时自动挂载NFS文件,需要将NFS的共享目录挂载信息写入/etc/fstab/文件,以实现对NFS共享目录的自动挂载。
编辑/etc/fstab文件:
vi /etc/fstab
在最后加入如:
192.168.1.5:/home/share /share nfs defaults 0 0
--------------------------------------分割线 --------------------------------------
Ubuntu 12.04安装NFS server
NFS服务器安装配置实现Ubuntu 12.04与ARM文件共享
Heartbeat_ldirector+LB+NFS实现HA及LB、文件共享
CentOS 5.5配置NFS服务器教程
--------------------------------------分割线 --------------------------------------