Answer the question
In order to leave comments, you need to log in
How to transfer an OpenWrt root file system to an external device?
Compiled OpenWRT firmware for tp Link mr3020
All installed packages
There was a problem when transferring files to an external drive, everything is as it says
These packages are installed:
kmod-usb-core block-mount kmod-fs-ext4
mkdir -p /tmp/introot
mkdir -p /tmp/extroot
mount --bind / /tmp/introot
mount /dev/sda1 /tmp/extroot
tar -C /tmp/introot -cvf - . | tar -C /tmp/extroot -xf -
umount /tmp/introot
umount /tmp/extroot
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question