switch_root硬盘后

发现一些linux文件系统没有正常工作,都是空的

 

在sata.sh中加了手动重新挂载:

mount [OPTIONS] [-o OPTS] DEVICE NODE

mount -t usbfs none /proc/bus/usb/
mount -t sysfs sysfs /sys

mount –t devpts none /dev/pts

 

注意:usbdevfs 已经过时,用usbfs代替

你可能感兴趣的:(switch)