2272943826

2272943826

0个粉丝

24

问答

0

专栏

8

资料

2272943826  发布于  2016-07-07 17:19:04
采纳率 0%
24个问答
3784

[已解决] 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


谢谢
我来回答
回答12个
时间排序
认可量排序

csuzhsh

1个粉丝

14

问答

0

专栏

0

资料

csuzhsh 2016-07-07 17:53:38
认可0
虚拟机里面NFS要启动,具体看你用哪个虚拟机,查相应NFS启动的方式,然后就是在终端telnet

ngswfx

1个粉丝

55

问答

1

专栏

40

资料

ngswfx 2016-07-07 18:01:57
认可0
先把虚拟机里面nfs server 装好

艾编程的鲁小班

18个粉丝

25

问答

17

专栏

32

资料

艾编程的鲁小班 2016-07-07 18:10:46
认可0
本帖最后由 wfjdemmye 于 2016-7-7 18:14 编辑

同楼上,先把nfsserver装好,然后把文件配好,然后重启服务,就可以mount啦,当然,你烧入的内核要支持才行------




楼主你好,你有3516A的MPP2吗?能否给我一份,qq1012655018

ngswfx

1个粉丝

55

问答

1

专栏

40

资料

ngswfx 2016-07-07 18:33:49
认可0
本帖最后由 ngswfx 于 2016-7-7 18:37 编辑

[quote][url=forum.php?mod=redirect&goto=findpost&pid=33452&ptid=11875]wfjdemmye 发表于 2016-7-7 18:10[/url]
同楼上,先把nfsserver装好,然后把文件配好,然后重启服务,就可以mount啦,当然,你烧入的内核要支持才行 ...[/quote]

论坛上有吧,我看你是满天下到处找
[url]http://www.ebaina.com/bbs/forum.php?mod=viewthread&tid=9096&highlight=3516%2BSDK[/url]

////////////你把3518 16的只要是IPC的都下载了,里面就有MPP2.0

2272943826

0个粉丝

24

问答

0

专栏

8

资料

2272943826 2016-07-08 08:49:09
认可0
本帖最后由 2272943826 于 2016-11-25 10:33 编辑

[quote][url=forum.php?mod=redirect&goto=findpost&pid=33452&ptid=11875]wfjdemmye 发表于 2016-7-7 18:10[/url]
同楼上,先把nfsserver装好,然后把文件配好,然后重启服务,就可以mount啦,当然,你烧入的内核要支持才行 ...[/quote]

我有Hi3516A的 mpp

2272943826

0个粉丝

24

问答

0

专栏

8

资料

2272943826 2016-07-08 08:50:41
认可0
本帖最后由 2272943826 于 2016-7-21 14:55 编辑

[quote][url=forum.php?mod=redirect&goto=findpost&pid=33447&ptid=11875]ngswfx 发表于 2016-7-7 18:01[/url]
先把虚拟机里面nfs server 装好[/quote]

sudo apt-get install nfs-kernel-server

艾编程的鲁小班

18个粉丝

25

问答

17

专栏

32

资料

艾编程的鲁小班 2016-07-08 09:25:17
认可0
本帖最后由 wfjdemmye 于 2016-7-8 09:26 编辑

[quote][url=forum.php?mod=redirect&goto=findpost&pid=33457&ptid=11875]ngswfx 发表于 2016-7-7 18:33[/url]
论坛上有吧,我看你是满天下到处找
[url]http://www.ebaina.com/bbs/forum.php?mod=viewthread&tid=9096&hi[/url] ...[/quote]

3518的ittb_stream好像不能在3516上面用,在getBindAttr,MPPINIT,这些都报错。。请教一下大神你们是怎么调3516的视频质量的啊?

艾编程的鲁小班

18个粉丝

25

问答

17

专栏

32

资料

艾编程的鲁小班 2016-07-08 09:54:13
认可0
[quote][url=forum.php?mod=redirect&goto=findpost&pid=33477&ptid=11875]2272943826 发表于 2016-7-8 08:50[/url]
sudo apt-get install nfs-kernel-server

在虚拟机里面 把 nfs server 可以吗?[/quote]

网上搜资料,然后按着一步一步来:)

kibin

0个粉丝

6

问答

0

专栏

1

资料

kibin 2016-07-08 11:20:48
认可0
you can google or baidu it.

ngswfx

1个粉丝

55

问答

1

专栏

40

资料

ngswfx 2016-07-08 12:47:29
认可0
[quote][url=forum.php?mod=redirect&goto=findpost&pid=33477&ptid=11875]2272943826 发表于 2016-7-8 08:50[/url]
sudo apt-get install nfs-kernel-server

在虚拟机里面 把 nfs server 可以吗?[/quote]

可不可以,你试一下不就知道了。

2272943826

0个粉丝

24

问答

0

专栏

8

资料

2272943826 2016-07-08 13:02:59
认可0
[quote][url=forum.php?mod=redirect&goto=findpost&pid=33497&ptid=11875]ngswfx 发表于 2016-7-8 12:47[/url]
可不可以,你试一下不就知道了。[/quote]

我的 nfs 设置好啦 ,

2272943826

0个粉丝

24

问答

0

专栏

8

资料

2272943826 2016-07-08 15:19:41
认可0
Install nfs server
Ubuntu 16.04 terminal:
1 $ sudo apt-get install nfs-kernel-server     (auto download portmap)
2 $ sudo apt-get install nfs-common  

3 $ sudo service nfs-kernel-server restart              // Start service
4 $ sudo service portmap restart

5 $ mkdir home/tt/nfs
$ sudo gedit  /etc/exports      
    /home/tt/Hi3516A_SDK_V1.0.5.0/mpp      *(rw,sync,no_root_squash)      
或将文件直接拖到这里
悬赏:
E币
网盘
* 网盘链接:
* 提取码:
悬赏:
E币

Markdown 语法

  • 加粗**内容**
  • 斜体*内容*
  • 删除线~~内容~~
  • 引用> 引用内容
  • 代码`代码`
  • 代码块```编程语言↵代码```
  • 链接[链接标题](url)
  • 无序列表- 内容
  • 有序列表1. 内容
  • 缩进内容
  • 图片![alt](url)
+ 添加网盘链接/附件

Markdown 语法

  • 加粗**内容**
  • 斜体*内容*
  • 删除线~~内容~~
  • 引用> 引用内容
  • 代码`代码`
  • 代码块```编程语言↵代码```
  • 链接[链接标题](url)
  • 无序列表- 内容
  • 有序列表1. 内容
  • 缩进内容
  • 图片![alt](url)
相关问答
无更多相似问答 去提问
举报反馈

举报类型

  • 内容涉黄/赌/毒
  • 内容侵权/抄袭
  • 政治相关
  • 涉嫌广告
  • 侮辱谩骂
  • 其他

详细说明

易百纳技术社区