Muss das Gerät sicher entfernt werden, wenn "Schnellentfernung" aktiviert ist?

782
Boris_yo

Ich habe immer Geräte von USB ausgeworfen, bevor ich sie vom Computer entferne. Dann dachte ich, wenn ich "Schnellentfernung" eingestellt habe, müsste ich trotzdem auswerfen? Was könnte der schlimmste Fall sein, wenn mit dieser Option das Gerät in der Mitte entfernt wird, wenn es funktioniert?

Ich hatte gerade Zeiten, in denen Windows das Entfernen des Geräts abgelehnt hat, und erklärte, dass es in Gebrauch ist, also musste ich es "nicht sicher" entfernen.

Ich hörte Fälle, in denen Leute ihr Gerät hatten, insbesondere das USB-Thumbdrive funktionierte beim Entfernen nicht mehr. Ob dies sicheres Entfernen betrifft oder nicht, weiß ich nicht.

Muss das Gerät sicher entfernt werden, wenn

6

1 Antwort auf die Frage

2
billc.cn

It's still necessary unless you can always make sure there are no unsaved changes to files on the drive.

"Quick removal" disables write caching so you can be sure that the file system won't be damaged due to important changes being delayed by the cache, but it can't magically make all programs automatically save every change to files on the drive as you make it. If you unplug the disk when there are open handles that was used for writing, depending on the parameters used when the handles are created, you may lose the entire unsaved file or the part that was still in the program's buffer.

In this sense, it's more useful of save often than using quick removal (as most decent programs will flush the cache when they save anyway).

Edit:

If you select "Better performance", not only user data go through the device's cache, so will file system operations. If you unplug or suffer a power loss before a file system operation in the cache is written to the physical media, you get an inconsistent file system. Depending on how robust the FS is and whether it accounts for this situation, you may lose parts or whole of the file(s) involved in that FS operation or even the entire file system.

Some FS like NTFS uses a journal to record every FS operation before they are carried out, which basically eliminates file system integrity problems due to unsafe unplug or power loss.

However, most flash memory uses FAT which does not have a journal thus very susceptible to file system integrity problems. So it's always a good idea to remove a disk safely.

Nicht gespeicherte Änderungen zu verlieren, ist also das einzige Problem bei der "Schnellentfernung"? Was ist, wenn ich stattdessen "Bessere Leistung" eingestellt habe? Welches andere Risiko kann auftreten? Boris_yo vor 12 Jahren 0
@Boris_yo Diese Seite sehen ... http: //www.windows7library.com/blog/performance/usb-quick-removal-option/ Moab vor 12 Jahren 0
@Boris_yo Siehe auch diese Seite für weitere Informationen .... http: //www.uwe-sieber.de/usbstick_e.html Moab vor 12 Jahren 0
(Ich habe versucht, die andere Option in meiner Antwort zu behandeln, aber es hat offensichtlich nicht funktioniert. Siehe meine Bearbeitung.) billc.cn vor 12 Jahren 0