- 论坛徽章:
- 0
|
如何查看指定目录的总空间与使用空间?(在线等待!)
谢谢你meteor06 ,所有结果如下( 我用divvy建立u分区后选择i
系统也执行 make filesystem 了啊 )
# @(#) filesys.src 25.3 95/03/30
#
# Copyright (C) 1988-1995 The Santa Cruz Operation, Inc.
# All Rights Reserved.
# The information in this file is provided for the exclusive use of
# the licensees of The Santa Cruz Operation, Inc. Such users have the
# right to use, modify, and incorporate this code into other products
# for purposes authorized by the license agreement provided they include
# this notice and the associated copyright notice with any such product.
# The information in this file is provided "AS IS" without warranty.
#
# default/filesys - Filesystem mount table: filesys(F)
#
bdev=/dev/boot cdev=/dev/rboot \
mountdir=/stand mount=no fstyp=EAFS \
fsck=no fsckflags= rcmount=yes \
rcfsck=no mountflags=
bdev=/dev/root cdev=/dev/rroot \
mountdir=/ mount=no fstyp=HTFS \
fsck=no fsckflags= rcmount=no \
rcfsck=no mountflags=
~
divvy
+-------------------+------------+--------+---+-------------+------------+
| Name | Type | New FS | # | First Block | Last Block |
+-------------------+------------+--------+---+-------------+------------+
| boot | EAFS | no | 0 | 0| 19999|
| swap | NON FS | no | 1 | 20000| 83999|
| root | HTFS | no | 2 | 84000| 3000000|
| home | NON FS | no | 3 | 3000001| 5000000|
| u | HTFS | no | 4 | 5000001| 40122326|
| | NOT USED | no | 5 | -| -|
| recover | NON FS | no | 6 | 40122327| 40122330|
| d1057all | WHOLE DISK | no | 7 | 0| 40130337|
+-------------------+------------+--------+---+-------------+------------+
40122337 1K blocks for divisions, 8001 1K blocks reserved for the system
df -kv
Mount Dir Filesystem blocks used free %used
/ /dev/root 2916000 551892 2364108 19%
/stand /dev/boot 20000 7971 12029 40%
# |
|