编辑/etc/udev/rules.d/70-persistent-net.rules
可以看到eth的历史记录,我们全部删掉。根据
#PCIdevice0x1106:0x3065(via-rhine)来修改文件
SUBSYSTEM=="net",DRIVERS=="forcedeth",ATTRS{vendor}=="0x1106",ATTRS{device}=="0x3065",NAME="eth0"
其中的两个0x根据自己的情况而不同。
reboot就可以了。
'SIOCADDRT: No such process .'
是由于/etc/network/interfaces 中gateway设置错误导致,仔细检查各配置字段即可修正
/sbin/mount.vboxsf: mounting failed with the error: Protocol
是由于 mount -t vboxsf xyz /mnt/hgfs/share
中的xyz即数据空间的名称不正确,检查,如下图所示填入vb_share即可修正
mount -t vboxsf vb_share /mnt/hgfs/share