
Mount/Umount tools by Matt Wu <mattwu@163.com>.
					  http://sysinternals.yeah.net.

This tool is used to mount a partition to system or umount a mounted partition. 

Notes: the unmount.exe is same to mount.exe, but the name. (unmount.exeis just a copy of mount.exe.)

Usage: mount/unmount disk_number partition_number driver_letter

Ex:    To mount partition 1 of harddisk 0 to f:, then
       mount 0 1 f:

Ex:    To unmount f:, then
       unmount f: or mount /umount f:
