Skip to main content

Timeline for Safely removing flash USB drive

Current License: CC BY-SA 3.0

5 events
when toggle format what by license comment
Aug 30, 2014 at 10:42 comment added Gheesh @Rusian You're right, the filesystem must be unmounted. I was suggesting using sync before selecting "Safely remove" which unmounts it as a way of making sure that the unmounting is immediate and no background writing takes place.
Aug 29, 2014 at 15:39 comment added Ruslan @Gheesh sync is not enough to "safely remove" the device. You must unmount it, otherwise the FS may still be in not a good state after removing. In the best case on replug the FS driver will just reset the "unclean unmount" flag and replay journal if any, but in the worst case data may be corrupted, since you never know what happens between return from sync and unplugging.
Aug 29, 2014 at 15:37 comment added Ruslan @EverythingRightPlace sync works from any user.
Aug 29, 2014 at 12:23 comment added EverythingRightPlace This is only possible as root. Isn't there a possibility for the standard user? I think sync flushes all system buffers. Is this even necessary?
Aug 29, 2014 at 11:54 history answered Gheesh CC BY-SA 3.0