Let’s see what commands you can use to show disk info in Linux. 1. df Thedf command in Linuxis probably one of the most commonly used. It lists the actual “disk space usage” and it can give you information about what hard disks (or current disk space) is being used in the enti...
1. List disk partitions in Linux using lsblk command Thelsblkutility is used to display information about a specified block device as well as all available block devices, along with their partitioning schemes in Linux. It reads thesysfsfilesystem andudev dbto collect information of disks and part...
How to show free and used space in Linux disk devices Additionally to listing your storage devices you may need to show the free and used space, this can be achieved using the command df. As you see in the screenshot below, the availability of space of all disks formerly listed is now...
The uri to fetch the next page of disks. Call ListNext() with this to fetch the next page of disks. TypeScript Copy nextLink?: string Property Value string value A list of disks. TypeScript Copy value: Disk[] Property Value Disk[] In...
public List value() Get the value property: A list of disks. Returns: the value value.withNextLink public DiskList withNextLink(String nextLink) Set the nextLink property: The uri to fetch the next page of disks. Call ListNext() with this to fetch the next page of disks. Parameters: nex...
DisksDelete202Response DisksDelete204Response DisksDeleteParameters DisksDeleteQueryParam DisksDeleteQueryParamProperties DiskSecurityProfile DiskSecurityProfileOutput DisksGet200Response DisksGetParameters DisksGetQueryParam DisksGetQueryParamProperties DisksGrantAccess DisksGrantAccess200Response DisksGrantAccess2...
Using df command The df command in Linux can also be exercised to get information about the disk devices. It supports a long list of options that extend its functionality. The df command without any options returns the following output, ...
mpg123 Command-line mp3 player. mpg321 Similar to mpg123. mrd Remove an MS-DOS subdirectory. mren Rename an existing MS-DOS file. mshowfat Show FTA clusters allocated to a file. mt Control magnetic tape drive operation. mtools Utilities to access MS-DOS disks. mtoolstest Tests and displays...
DisksCreateOrUpdate200Response DisksCreateOrUpdate202Response DisksCreateOrUpdateBodyParam DisksCreateOrUpdateMediaTypesParam DisksCreateOrUpdateParameters DisksCreateOrUpdateQueryParam DisksCreateOrUpdateQueryParamProperties DisksDelete200Response DisksDelete202Response DisksDelete204Response DisksDeleteParameters DisksDel...
Manipulate your Linux Disk Partition Table Thefdiskcommand is used to create and manipulate your Linux system’s disk partition table. Like thepartedcommand, thefdiskcommand can change system partitions. However, it can also format your disks. The syntax for this command is as follows: ...