Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
crafter5758yNope it's not really needed on modern systems as long as you don't save something to the USB device while unplugging it you're safe.
-
I always do it because i lost one whole unity project
Good thing i saved it in git -
SHA-25614478yI always safely remove....just to be sure....I once suddenly lost 2TB of data(no idea how I lost it but it could be restored but all exes and many pics were fucked up)....I don't want that to happen again
-
Used to unplug it unsafely until I corrupted an entire backup disk with years of backup material.
-
SHA-25614478y@darkofsuperman Hehe I was actually rather calm when I saw every single file was gone....I expected myself to freak out lol
-
matanl26478y@crafter this is untrue. USB device has garbage collection protocols running and in some low probability you could corrupt the whole device by doing that.
-
lumy3578yDoesn't depent on the filesystem of the USB? Like if you FS wrote trace and journals of what happened?
-
elazar10308y@matanl the data connectors are shorter than the power connectors ao that when you remove it, it senses the action while it still has some power to perform important actions
Related Rants
did you ever ever do like this ? i'm pretty sure it was wasting time. :)
undefined
programmer
like
fun
usb
code
remove
data
human