I have multiple volumes (as nearly everybody nowadays): on Windows they end up specified as C:, D: and so on. How do I list these all like on a Unix machine with \"ls /mnt/\" wi
On Windows Powershell:
Get-PSDrive [System.IO.DriveInfo]::getdrives() wmic diskdrive wmic volume
Also the utility dskwipe: http://smithii.com/dskwipe
dskwipe.exe -l