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
Firstly, on Unix you use mount, not ls /mnt: many things are not mounted in /mnt.
mount
ls /mnt
/mnt
Anyhow, there's the mountvol DOS command, which continues to work in Powershell, and there's the Powershell-specific Get-PSDrive.
mountvol
Get-PSDrive