8
1
I have a portable USB flash drive that I use with my netbook. When I'm on the go, it is convenient to be able to simply close the lid and remove my flash drive without first having to use Windows's Safely Remove Hardware routine. The netbook changes to sleep mode (ACPI S3 mode) when I close the lid. Is it possible to do this safely with Windows 7 Home Premium? What about for hibernate (S4) and off modes?
2For the hibernation remember this is basically saving the current state of the computer. So if a program was using that drive you could error it out. – Unfundednut – 2010-08-22T04:04:29.080
1Good point. A well-written program will handle that situation gracefully, but that isn't always the case. – Velociraptors – 2010-08-22T04:13:07.843
1Furthermore, it should be fine if you plug it back in when you return, before turning the computer on. – nhinkle – 2010-08-22T07:07:55.120
1Using your method, I have also found that plugging the drive back in before waking from sleep or resuming from hibernation will appear as if the drive had not been touched, and ReadyBoost doesn't invalidate the cache file, which is a big win. Now, I just have to stop the netbook from waking itself up from sleep before I get the chance to plug the drive back in. Thanks! – Timothy003 – 2010-08-23T04:13:29.457
Tested both suspend and hibernation: suspended or hibernated (my power light glows on and off when done), removed the drive, waited two minutes, plugged the drive back in the same USB port, resumed. I am using Readyboost which makes it obvious on my older computer if the usb drive is functioning rightly and it does. – Todd Partridge – 2018-01-25T19:04:04.943
1
Hibernate is worse if you're using NTFS. It will cause data loss. see
– BCoates – 2012-07-24T01:56:39.093http://superuser.com/questions/39532/hibernating-and-booting-into-another-os-will-my-filesystems-be-corrupted
1@BCoates, that question refers to dual-booting Linux and Windows, and the potential corruption is on the NTFS partition with the hibernated Windows install. It doesn't really apply to this question about removing a flash drive while the Windows system is hibernated. – Velociraptors – 2012-07-24T16:47:40.757