This tool provides detailed information about connected physical disks, including their partitions and volumes.
- Mounting/unmounting partitions
- Setting partition labels
- Modifying MBR partition attributes
/mount
- Mounts a partition to a specified drive letter./unmount
- Unmounts a specified partition or drive letter./setlabel
- Sets a new label for a specified partition./setactive
- Sets or clears the bootable flag of a partition./settype
- Changes the MBR type of a partition.
/mount 0 1 U
- Mounts Partition 1 on Disk 0 as U: drive./unmount 0 1
- Unmounts Partition 1 on Disk 0./unmount U
- Unmounts U: drive./setLabel 0 1 Lbl
- Sets 'Lbl' as the label for Partition 1 on Disk 0./setactive 0 1
- Marks Partition 1 on Disk 0 as bootable./setactive 0 1 80
- Sets the boot flag for Partition 1 on Disk 0./setactive 0 1 00
- Clears the boot flag for Partition 1 on Disk 0./settype 0 1 0x17
- Sets Partition 1 on Disk 0 to type NTFS Hidden (0x17)./settype 0 1 0x07
- Sets Partition 1 on Disk 0 to type NTFS (0x07).
- Operating System: Windows XP and newer.
- Note for Windows XP Users: This tool requires the installation of the Microsoft Visual C++ Redistributable. Please install it from this link.
- Compatible with Windows Preinstallation Environment (WinPE).
- Place ListDisk in %WinDir%\system32 to make it easy accessible from commandline!
Note: Use this utility with caution. Incorrect usage may affect data integrity.