View Single Post
Old 08-07-2016, 02:36 AM   #9
knc1
Going Viral
knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.
 
knc1's Avatar
 
Posts: 17,212
Karma: 18210809
Join Date: Feb 2012
Location: Central Texas
Device: No K1, PW2, KV, KOA
Better to make an archive of it and copy the archive:
Code:
cd /usr
tar -czf /mnt/us/factutil.tgz local
Then move the archive from the top level of visible USB storage to top level of visible USB storage on the other device.
Code:
cd /usr
tar -xzf /mnt/us/factutil.tgz
That way ownerships and permissions are preserved, which would not be if you just copied the files to FAT-32 and then back again.
knc1 is offline   Reply With Quote