remount

mount -o remount, rw /
 

NFS

  • sudo apt-get install nfs-kernel-server
  • vi /etc/exports

追加

/mnt/nfsroot/rootfs *(rw,sync,no_root_squash,no_subtree_check)

 

  • showmount -e

Export list for ubuntu:
/mnt/nfsroot/rootfs *

客户端:

  • mount -t nfs -o rw -o nolock 192.168.1.163:/mnt/nfsroot/rootfs /tmp/work

 

 

相关文章:

  • 2021-10-29
  • 2021-04-26
  • 2021-08-25
  • 2021-09-21
  • 2021-12-27
  • 2021-09-28
  • 2022-12-23
猜你喜欢
  • 2021-12-06
  • 2022-12-23
  • 2021-12-28
  • 2021-09-26
  • 2021-10-03
  • 2022-12-23
  • 2021-11-18
相关资源
相似解决方案