优化mount相关参数
This commit is contained in:
parent
12b8268f83
commit
105457ef1a
|
@ -72,6 +72,7 @@ insmod /etc/lib/modules/$KERVER/extra/fs/exfat/exfat.ko
|
|||
|
||||
#mdev -s
|
||||
|
||||
|
||||
if [ -d "/sys/class/block/mmcblk0p1" ]; then
|
||||
mknod /dev/mmcblk0p1 b `cat /sys/class/block/mmcblk0p1/dev | sed "s/:/\ /g"`
|
||||
fi
|
||||
|
@ -86,4 +87,6 @@ if [ ! -f /tmp/.nvt_mounts ]; then
|
|||
rm -rf /tmp/.nvt_mounts;
|
||||
fi
|
||||
|
||||
mount /dev/mmcblk1p1 /mnt/sd2
|
||||
# mount emmc node mmcblk1p1 to sd2
|
||||
mount -t vfat -o rw,errors=continue /dev/mmcblk1p1 /mnt/sd2
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user