ading2210 / shimboot

Boot a desktop Linux distribution from a Chrome OS RMA shim.
https://shimboot.ading.dev
GNU General Public License v3.0
103 stars 30 forks source link

Ability to transfer entire drive to another #85

Closed Tulip-0333 closed 3 days ago

Tulip-0333 commented 3 days ago

Is your feature request related to a problem? Please describe. My drive I'm using was originally for PS3 ISOs, and I have another drive, but it's smaller. Describe the solution you'd like There should be a command to transfer everything from one drive to another. Describe alternatives you've considered Just copying over all the partitions manually (that takes time though...) Additional context all the ps3 isos were legal by the way

ading2210 commented 3 days ago

What you are talking about is already easy to do with standard Linux utilities. You can mount both drives and then use either the cp command or rsync to copy all the files.