1 small format q

A ‘Handle’ refers to (or identifies) elements associated with inter-application communications.

A value that uniquely identifies something such as a file or data structure. Handles are meaningful only to the software that creates and uses them but are passed by other software to identify things. ODBC defines handles for environments, connections, statements, and descriptors.


an application(s) is using or accessing that partition
try to find out what process is using it and terminate it, then dismount the volume

Start > Run (type) cmd > C:\ mountvol X: /d
(where C is your systemroot (boot partition) and X is the volume you want to dismount

if your trying to dismount your system partition, it wont work (check disk management for which is your system partition)
it contains the critical files to bootstrap your OS (regardless of which partition is the actual boot partition)
 
Back
Top