NFS mount System Call in linux

后端 未结 3 1569
时光说笑
时光说笑 2021-01-06 03:48

I am trying to mount a source directory from nfs server to a destination directory in embedded board having linux. The following command works perfectly as expected in shell

3条回答
  •  小鲜肉
    小鲜肉 (楼主)
    2021-01-06 04:26

    MS_MGC_VAL should be in the top 16 bits if needed, not the bottom. If your kernel version is > 2.4, you don't need it at all.

提交回复
热议问题