去年使用一个新的文件系统的时候,发现mount -t nfs ip:/g/ftp ~/mnt -o tcp,nolock 不能使用

  • 一直以为是因为mount 命令更新了,有些用法我不会用,但是刚才发现我错了。

    它是因为没有安装nfs 服务的原因,特此记录。

  • 解决方法如下:

    在ubuntu 下执行如下命令即可:
    sudo apt-get install nfs-kernel-server
    然后就会出现mount.nfs 的命令,如果没有就无法使用mount -t nfs

相关文章:

  • 2021-07-11
  • 2022-12-23
  • 2021-12-14
  • 2021-12-09
  • 2021-11-07
  • 2022-12-23
  • 2021-04-09
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-19
  • 2021-04-14
  • 2021-12-29
  • 2021-04-08
相关资源
相似解决方案