挂载 /目录到 U 盘,能识别到 U 盘
mkdir /mnt/sda1
mount /dev/sda1 /mnt/sda1
mkdir -p /tmp/cproot
mount --bind / /tmp/cproot/
tar -C /tmp/cproot/ -cvf - . | tar -C /mnt/sda1 -xf -
umount /dev/sda1
umount /tmp/cproot
echo option force_space >> /etc/opkg.conf
![]() |
1
Alain1995 OP []: "
![]() |
![]() |
2
Alain1995 OP 设备是 tp-720N V3
|