linux fdisk 下磁盘查看命令分享很简单
一.fdisk命令
fdisk是磁盘分区命令,详细命令的使用可查看相关文档
使用命令fdisk -l查看当前磁盘的分区状态、
fdisk -l
[root@Charley ~]# fdisk -l Disk /dev/sda: 21.5 GB, 21474836480 bytes 255 heads, 63 sectors/track, 2610 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disk identifier: 0x00050ad5 Device Boot Start End Blocks Id System /dev/sda1 * 1 26 204800 83 Linux Partition 1 does not end on cylinder boundary. /dev/sda2 26 287 2098176 82 Linux swap / Solaris Partition 2 does not end on cylinder boundary. /dev/sda3 287 2611 18667520 83 Linux
二.df命令
df 是来自于coreutils 软件包,系统安装时,就自带的;我们通过这个命令可以查看磁盘的使用情况以及文件系统被挂载的位置;
举例:
df -h
[root@Charley ~]# df -h Filesystem Size Used Avail Use% Mounted on /dev/sda3 18G 1.5G 16G 9% / tmpfs 497M 0 497M 0% /dev/shm /dev/sda1 190M 27M 153M 15% /boot
从图中我们可看到磁盘的容量,已经使用的,可用的,已使用的百分比以及磁盘分区的挂载点
其它的参数请参考 man df也是可以查看到。
本文出自 “我是一只小小鸟” 博客,请务必保留此出处http://liyanchao.blog.51cto.com/9954601/1659901
郑重声明:本站内容如果来自互联网及其他传播媒体,其版权均属原媒体及文章作者所有。转载目的在于传递更多信息及用于网络分享,并不代表本站赞同其观点和对其真实性负责,也不构成任何其他建议。