标签: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
标签:kernel ash modprobe syn home etc usb ova init.d
原文地址:https://www.cnblogs.com/dong1/p/9060451.html