unix系统怎么看剩余硬盘空间

发布网友 发布时间:2022-04-24 12:35

我来回答

5个回答

热心网友 时间:2023-10-13 00:48

df 默认一般以最小块为单位显示,有的存储是512字节一块 有的是1024字节一块
如要指定单位则加参数
df -g 以G为单位显示
df -m以M为单位显示
其中 第三列显示剩余量 Free
如:
Filesystem MB blocks Free %Used Iused %Iused Mounted on
/dev/hd4 2048.00 1974.71 4% 5065 2% /

热心网友 时间:2023-10-13 00:49

使用“df -k”命令,以M为单位显示磁盘使用量和占用率。

热心网友 时间:2023-10-13 00:49

实例环境 Sun Sparc 工作站
Sun>uname -a
SunOS srv2 5.9 Generic_118558-34 sun4u sparc SUNW,Ultra-5_10
Sun>df -k
文件系统 千字节 用了 可用 容量 挂接在
/dev/dsk/c0t0d0s0 2685278 1603756 1027817 61% /
/dev/dsk/c0t0d0s3 4129910 2956374 1132237 73% /usr
/proc 0 0 0 0% /proc
mnttab 0 0 0 0% /etc/mnttab
fd 0 0 0 0% /dev/fd
swap 1418400 56 1418344 1% /var/run
swap 1418344 0 1418344 0% /tmp
/dev/dsk/c0t0d0s7 113783 10861469 401250 97% /export/home
sun>
上述命令行首先显示操作系统版本信息;然后显示文件系统使用情况。

热心网友 时间:2023-10-13 00:50

试试 df -k

热心网友 时间:2023-10-13 00:50

fdisk -l

声明声明:本网页内容为用户发布,旨在传播知识,不代表本网认同其观点,若有侵权等问题请及时与本网联系,我们将在第一时间删除处理。E-MAIL:11247931@qq.com