45
vanz
6y

Removed a USB without ejecting it.

On a Mac.

Comments
  • 1
    @faheel Feels bad
  • 3
    @masterdoctor
    **unmounting
  • 1
    Life’s too short to safely remove hardware
  • 1
    @OscarSouth Lost around 100Go by not doing this shit... Life is never too short to do this. Never... I SAID NEVER!
  • 0
    @NotFound

    safelyRemove :: Bool -> Decision
    safelyRemove importantData =
    | importantData == True = safelyRemoveHardware
    | otherwise = lifesTooShort
  • 0
    @OscarSouth You can't know the value of your data until you lose it. 😢
  • 0
    @NotFound in general I’d imply not important as something like a bootable USB pen or duplicated data that I’m transferring from a to b. I don’t even unplug an archive drive without powering off the machine and seeing all the lights on it turn off, haha.
Add Comment