About 122,000 results
Open links in new tab
  1. List all devices, partitions and volumes in Powershell

    Nov 2, 2009 · 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/" with …

  2. How to show the disk usage of each subdirectory in Linux?

    Apr 28, 2017 · It prints the total disk space usage for a directory (or file, with --all) only if it is N or fewer levels below the command line argument. For e.g. the following command will show the …

  3. c - How to list physical disks? - Stack Overflow

    The physical drive list is actually stored in a Registry key which also gives the device mapping. HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\disk\Enum Count is the …

  4. PowerShell Get-DiskUsage CmdLet: how to list from a different …

    Apr 24, 2013 · PowerShell Get-DiskUsage CmdLet: how to list from a different drive/directory? Asked 12 years, 8 months ago Modified 11 years ago Viewed 29k times

  5. CMD command to check connected USB devices - Stack Overflow

    Feb 17, 2023 · I would like to obtain by a command prompt a list of all USB devices connected to my computer (O.S. Windows 10). I've googled to find such a command, but all results seems …

  6. cmd - Batch file for running DiskPart - Stack Overflow

    Here are lines I type in the command prompt. disk part Rescan List Disk Select Disk 3 List Partition Select Partition 3 Delete Partition Override I have created a BAT file but can only get …

  7. windows - Free space in a CMD shell - Stack Overflow

    Nov 16, 2008 · Is there a way to get the amount of free diskspace of a disk or a folder in a CMD without having to install some thirdparty applications? I have a CMD that copies a big file to a …

  8. linux - How to view unallocated free space on a hard disk through ...

    I want to view the unallocated free space on my hard disk through terminal. I've burned my brains searching the internet for a possible solution, but all in vain. I used all sorts of commands like...

  9. Conda, command to list disk space used for each environment

    Mar 8, 2023 · Is there a conda command associated with: conda env list That allows one to list the size each conda environment is taking up on disk?

  10. List hard Disk Information on remote computers within a domain

    I am trying to get a list of hard disk information. At the moment I would only want the list to show the model of the hard disk that each computer contains. I have the below Get-WMIObject