码迷,mamicode.com
首页 > 其他好文 > 详细

debug

时间:2018-05-19 17:11:41      阅读:153      评论:0      收藏:0      [点我收藏+]

标签:kernel   ash   modprobe   syn   home   etc   usb   ova   init.d   

//ubuntu主机
sudo nano /etc/exports
/home/dong/9/qbox10 *(rw,sync,no_root_squash,no_subtree_check)

sudo /etc/init.d/nfs-kernel-server restart

sudo /etc/init.d/rpcbind restart

sudo ifconfig usb0 192.168.10.1


//电路板设备
modprobe g_multi file=/dev/mmcblk0p5,/dev/mmcblk0p6 ro=0,1 luns=2 stall=0 removable=1,1 iSerialNumber=3000111
ifconfig usb1 192.168.10.2
mount -t nfs -o nolock 192.168.10.1:/home/dong/9/qbox10 /home/qbox10

debug

标签:kernel   ash   modprobe   syn   home   etc   usb   ova   init.d   

原文地址:https://www.cnblogs.com/dong1/p/9060451.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!