Keep in mind that the df command only shows disk space for mounted filesystems. If you are using more than one Linux distribution (or operating systems) on the same disk or you have multiple disks on your system, you need to mount them first in order to see the free space available on...
df -ishows used and free inodes You can get this information in a graphical view using theDisks(gnome-disk-utility) in the GNOME desktop. Launch it to see all disks detected by your computer, and click a partition to see details about it, including space used and space remaining. opensourc...
The main area of the window will show a pie chart that displays the usage and free space for the selected disk or partition. You can use this chart to quickly see the amount of free space available on the selected disk or partition. If you want to see more detailed information about the...
Bash contains two useful commands related to disk space. To find out the available and used disk space, usedf(disk filesystems, sometimes called disk free). To discover what's taking up the used disk space, usedu(disk usage). Typedfand press enter in a Bash terminal window to get st...
In this example, the/homedirectory of the computer is 87% full, with 191 GB free. See total disk space available If you do have a complex file system and would like to see the total space across all drives, use the--totaloption: ...
Check free space on Ubuntu It’s always a good idea tocheck the free disk space in Linuxfirst. This is rather easy on Ubuntu. Just use the Disk Usage Analyzer tool. Search it in the menu and run the tool. You should see the disk space used and the free space remaining here: ...
ThisDiskUsage command (du) displays how much disk space a directory is occupying. For example, to see how much data is in the “Downloads/” directory, type: du Downloads/ 1. The output will look something like this: du 检查目录占用的时候,需要为参数末尾增加 /,否则,将被...
登录NRPE所在的宿主系统,执行命令“./check_disk -h”,了解此命令都有哪些选项,其输出如下: This plugin checks the amount of used disk space on a mounted file systemand generates an alert if free space is less than one of the threshold valuesUsage: check_disk -w limit -c limit [-W limit]...
Read options from an ini file. See https://www.nagios-plugins.org/doc/extra-opts.html for usage and examples. -w, --warning=INTEGER Exit with WARNING status if less than INTEGER units of disk are free -w, --warning=PERCENT% Exit with WARNING status if less than PERCENT of disk space...
mktable LABEL-TYPE create a new disklabel (partition table) mkpart PART-TYPE [FS-TYPE] START END make a partition name NUMBER NAME name partition NUMBER as NAME print [devices|free|list,all|NUMBER] display the partition table,available devices, free space, all found partitions, or a ...