What's new

Copy USB data to new USB device

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

Smokey613

Very Senior Member
I recently setup my new RT-AC86U. It’s working great so far with one exception. sometimes on a reboot the 16G USB drive will not be recognized. I think the drive may be flaky. The usb stick was formatted ext4 using the amtm utility. How can I copy my data from the old usb stick to a new one? Am I forced to redo my setup from scratch for all my add on scripts I am using?
 
Lots of good and free utilities out there but i like win32diskimager. it allows you to create exact images and resize to larger usb devices.
 
Last edited:
Or just plug both USB drives into your router and use cp command to recursively copy all directories and files across? No fussing about with third party tools that way.
 
Or just plug both USB drives into your router and use cp command
Depending on the source and destination file systems, or could lose file permissions that way. May or may not be important to the OP.
Using tar (or DD) ís often a slightly better alternative to cp.
 
Depending on the source and destination file systems, or could lose file permissions that way. May or may not be important to the OP.
Using tar (or DD) ís often a slightly better alternative to cp.

Good point. tar probably best to transfer and preserve permissions. I think dd has the potential to create problems with disk partitioning.
 

Similar threads

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top