In Windows, all you have to type is "List Disk" using DisPart in a command prompt and it'll list all physical storage devices available, their size, format, etc. How do I do this in Linux?
Take the 2-minute tour
×
Unix & Linux Stack Exchange is a question and answer site for users of Linux, FreeBSD and other Un*x-like operating systems.. It's 100% free, no registration required.
|
In linux there are many tools for that, try for example Example
Here I'm showing the first 8 lines of the output generated by |
||||
|
Another way to quickly see the filesystems is command df On my machine (finnish localization) shows like this:
It wont show the file system type, but usually it is non-essential, and you see by one eyedrop everything needed. human readable mode:
|
|||
|