|
MOUNT for Windows
Download Page |
Description:
Mount.exe is a command line application that displays the volumes available on the local machine,
allowing to mount them as folders or drives.
Requirements:
Mount for Windows requires Windows 2000, Windows XP or later.
The moint point must be specified on a NTFS 5.0 drive because mount points are implemented using reparse points, currently supported only on NTFS5 volumes.
Syntax:
MOUNT - Mount a volume at the specified mount point.
E.g.: mount F:\ C:\Mnt\DriveF\
mount \\?\Volume{5a3600b1-e826-11d5-966f-806d6172696f}\ X:\
MOUNT /D or
MOUNT /U - Unmount a volume from the specified point.
E.g.: mount /D X:\
mount /U C:\Mnt\DriveF\
MOUNT /L - List available volumes and current mount points.
Current version is 1.1, (Released 05/20/2002)
History:
- 1.1 - Released on 05/20/2002
[+] Added support for Windows 2000.
[*] Improved error message when running on Windows 9x or NT4.
[-] Listing mount points when path had more than 100 characters displayed garbage
[-] Unmounted volume could not be remounted as new drive letter.
- 1.0 - Released on 04/25/2002
[+] Initial version, supporting only Windows XP.