2423
- 收藏
- 点赞
- 分享
- 举报
[已解决] How to mount the NFS
本帖最后由 2272943826 于 2016-9-29 09:38 编辑
各位前辈们
我的telnet已经可以用啦,在putty里面,我现在想尝试 NFS
参考文献:
Use the network file system (NFS) for development.
#You are advised to use the NFS as the development environment. This ensures that you do not need to create and burn the root file system again.
#Mount the NFS by running the following command:
mount -t nfs -o nolock -o tcp -o rsize=32768,wsize=32768 xx.xx.xx.xx:/your-nfs-path /mnt
#Access the files in the server under /mnt, and develop related products or solution.
mount -t nfs -o nolock -o tcp -o rsize=32768, wsize=32768 192.168.1.112:/home/tt/nfs /mnt
具体步骤:
2 Virtual Box Ubuntu 16.04 terminal:
2.1 $ sudo apt-get install nfs-kernel-server // install software
2.2 $ sudo apt-get install nfs-common
2.3 $ sudo service nfs-kernel-server restart // Start service
2.4 $ sudo service portmap restart
3 Virtual Box Ubuntu 16.04 terminal:
3.1 $ mkdir home/tt/nfs
3.2 $ sudo gedit /etc/exports /home/tt/nfs *(rw,sync,no_root_squash)
4 Putty Mount the NFS by running the following command:
mount -t nfs -o nolock -o tcp -o rsize=32768, wsize=32768 192.168.1.33:/home/tt/Hi3516A_SDK_V1.0.5.0/mpp /mnt
mount -t nfs -o nolock 192.168.1.33:/home/tt/Hi3516A_SDK_V1.0.5.0/mpp /mnt
谢谢
各位前辈们
我的telnet已经可以用啦,在putty里面,我现在想尝试 NFS
参考文献:
Use the network file system (NFS) for development.
#You are advised to use the NFS as the development environment. This ensures that you do not need to create and burn the root file system again.
#Mount the NFS by running the following command:
mount -t nfs -o nolock -o tcp -o rsize=32768,wsize=32768 xx.xx.xx.xx:/your-nfs-path /mnt
#Access the files in the server under /mnt, and develop related products or solution.
mount -t nfs -o nolock -o tcp -o rsize=32768, wsize=32768 192.168.1.112:/home/tt/nfs /mnt
具体步骤:
2 Virtual Box Ubuntu 16.04 terminal:
2.1 $ sudo apt-get install nfs-kernel-server // install software
2.2 $ sudo apt-get install nfs-common
2.3 $ sudo service nfs-kernel-server restart // Start service
2.4 $ sudo service portmap restart
3 Virtual Box Ubuntu 16.04 terminal:
3.1 $ mkdir home/tt/nfs
3.2 $ sudo gedit /etc/exports /home/tt/nfs *(rw,sync,no_root_squash)
4 Putty Mount the NFS by running the following command:
mount -t nfs -o nolock -o tcp -o rsize=32768, wsize=32768 192.168.1.33:/home/tt/Hi3516A_SDK_V1.0.5.0/mpp /mnt
mount -t nfs -o nolock 192.168.1.33:/home/tt/Hi3516A_SDK_V1.0.5.0/mpp /mnt
谢谢
我来回答
回答12个
时间排序
认可量排序
认可0
认可0
认可0
认可0
认可0
认可0
认可0
认可0
认可0
认可0
认可0
认可0
或将文件直接拖到这里
悬赏:
E币
网盘
* 网盘链接:
* 提取码:
悬赏:
E币
Markdown 语法
- 加粗**内容**
- 斜体*内容*
- 删除线~~内容~~
- 引用> 引用内容
- 代码`代码`
- 代码块```编程语言↵代码```
- 链接[链接标题](url)
- 无序列表- 内容
- 有序列表1. 内容
- 缩进内容
- 图片
相关问答
-
2016-07-12 10:11:00
-
2016-07-14 20:18:26
-
2016-09-13 23:15:35
-
22018-12-27 18:56:09
-
2016-07-08 11:28:46
-
2018-10-10 15:57:15
-
122015-06-04 15:03:31
-
2017-08-17 18:55:57
-
2018-12-01 09:02:39
-
2016-08-09 13:46:36
-
2016-10-12 11:27:07
-
2018-12-27 12:27:32
-
2014-09-20 22:57:27
-
2017-10-13 15:27:20
-
712016-05-30 20:13:54
-
2017-07-04 21:43:48
-
2016-11-03 16:08:16
-
2016-06-28 18:01:47
-
2016-10-28 10:04:44
无更多相似问答 去提问

点击登录
-- 积分
-- E币
提问
—
收益
—
被采纳
—
我要提问
切换马甲
上一页
下一页
举报反馈
举报类型
- 内容涉黄/赌/毒
- 内容侵权/抄袭
- 政治相关
- 涉嫌广告
- 侮辱谩骂
- 其他
详细说明
提醒
你的问题还没有最佳答案,是否结题,结题后将扣除20%的悬赏金
取消
确认
提醒
你的问题还没有最佳答案,是否结题,结题后将根据回答情况扣除相应悬赏金(1回答=1E币)
取消
确认