• 1 Post
  • 365 Comments
Joined 1 year ago
cake
Cake day: June 19th, 2023

help-circle



  • I picked up some stranded skaters in the middle of nowhere in the middle of the night because they flashed SOS with their headlights after I drove past them. They had been there for like 8 hours. I’m sure they would’ve rather had a flashlight to do the work for them.

    But I agree that there should be another UI for getting to the emergency flashing. Like hold for 5 seconds or something unlikely to be used during normal operation.

    I have a flashlight that has multiple flashy settings, but they are disabled after like 5 or 10 seconds of idle power on time. So the first click turns it on, and if you wait a while, the next click turns it off.

















  • If I understand the problem correctly it has a pretty simple solution that I have done before. Make a new partition on the destination and dd if=/dev/diskAsB of=/dev/diskXsY where A is the source disk and B is the source partition and X is the destination disk and Y is the destination partition. You may have to run fsck on the destination afterwards and maybe a gpt repair tool.

    Honestly though, since it’s an ext filesystem, if it were me I’d just mount the source and dest and rsync.