- 论坛徽章:
- 0
|
[root@domain0 ~]# df -lh
Filesystem Size Used Avail Use% Mounted on
/dev/sda10 95G 21G 70G 23% /
tmpfs 944M 0 944M 0% /dev/shm
[root@domain0 ~]# fdisk -l
Disk /dev/sda: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x427d600f
Device Boot Start End Blocks Id System
/dev/sda1 * 1 1913 15366141 7 HPFS/NTFS
/dev/sda2 1914 60801 473017860 f W95 Ext'd (LBA)
/dev/sda5 1914 4463 20482843+ 7 HPFS/NTFS
/dev/sda6 4464 17211 102398278+ 7 HPFS/NTFS
/dev/sda7 17212 33784 133122591 7 HPFS/NTFS
/dev/sda8 33785 37608 30716248+ 7 HPFS/NTFS
/dev/sda9 37609 43982 51199123+ 7 HPFS/NTFS
/dev/sda10 43983 56730 102398278+ 83 Linux
[root@domain0 ~]# fdisk -l /dev/sda10
Disk /dev/sda10: 104.8 GB, 104855837184 bytes
255 heads, 63 sectors/track, 12747 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x00000000
Disk /dev/sda10 doesn't contain a valid partition table
[root@domain0 ~]# tune2fs -l /dev/sda10
tune2fs 1.40.2 (12-Jul-2007)
Filesystem volume name: /
Last mounted on: <not available>
Filesystem UUID: c7857f4c-6ca3-4d64-b55f-a7835c0b3ac9
Filesystem magic number: 0xEF53
Filesystem revision #: 1 (dynamic)
Filesystem features: has_journal ext_attr resize_inode dir_index filetype needs_recovery sparse_super large_file
Filesystem flags: signed directory hash
Default mount options: user_xattr acl
Filesystem state: clean
Errors behavior: Continue
Filesystem OS type: Linux
Inode count: 25624576
Block count: 25599569
Reserved block count: 1279978
Free blocks: 19453887
Free inodes: 25409260
First block: 0
Block size: 4096
Fragment size: 4096
Reserved GDT blocks: 1017
Blocks per group: 32768
Fragments per group: 32768
Inodes per group: 32768
Inode blocks per group: 1024
Filesystem created: Wed May 13 22:41:26 2009
Last mount time: Sun Jun 14 15:41:40 2009
Last write time: Sun Jun 14 15:41:40 2009
Mount count: 84
Maximum mount count: -1
Last checked: Wed May 13 22:41:26 2009
Check interval: 0 (<none>)
Reserved blocks uid: 0 (user root)
Reserved blocks gid: 0 (group root)
First inode: 11
Inode size: 128
Journal inode: 8
Default directory hash: tea
Directory Hash Seed: 6a076a22-281a-48ec-b8c1-d08a1f614712
Journal backup: inode blocks
[ 本帖最后由 almeydifer 于 2009-6-14 20:26 编辑 ] |
|