搜ijsio 发表于 2018-5-18 10:00:16

linux mount 参数

  mount -t nfs -o nosuid,noexec,nodev ,rw 192.168.1.1:/img.baidu.com /mnt 查看默认挂在参数 grep mnt /proc/mounts查看默认的挂在参数

  cat /etc/exports
  /etc/init.d/nfs status
  umount -lf /mnt 强制卸载
  mount -a 试挂载
  autofs 的作用
  showmount -e localhost /IP 地址
  exportfs-rv
  /etc/fstab /etc/exports /var/lib/nfs/tab /proc/mounts
  rpcinfo -p localhost
  nfs 开机自启动追加到rc.local
  
页: [1]
查看完整版本: linux mount 参数