|
1 TB 的 WD 硬盘,格式化为 ext3 文件系统。
[PHP]
# fdisk -l -u /dev/sdb
Disk /dev/sdb: 1000.2 GB, 1000204886016 bytes
255 heads, 63 sectors/track, 121601 cylinders, total 1953525168 sectors
Units = sectors of 1 * 512 = 512 bytes
Disk identifier: 0x936dad44
Device Boot Start End Blocks Id System
/dev/sdb1 16065 1953520064 976752000 83 Linux
# tune2fs -l /dev/sdb1
tune2fs 1.41.3 (12-Oct-2008)
Filesystem volume name: EXPORTS
Last mounted on: <not available>
Filesystem UUID: c5103df8-8b12-4d16-b236-c9b4e52cb809
Filesystem magic number: 0xEF53
Filesystem revision #: 1 (dynamic)
Filesystem features: has_journal filetype sparse_super large_file
Filesystem flags: unsigned_directory_hash
Default mount options: (none)
Filesystem state: clean
Errors behavior: Continue
Filesystem OS type: Linux
Inode count: 61054976
Block count: 244188000
Reserved block count: 12209400
Free blocks: 58521542
Free inodes: 60916671
First block: 0
Block size: 4096
Fragment size: 4096
Blocks per group: 32768
Fragments per group: 32768
Inodes per group: 8192
Inode blocks per group: 512
Filesystem created: Fri May 22 00:05:26 2009
Last mount time: Sat May 23 13:56:11 2009
Last write time: Sat May 23 13:56:23 2009
Mount count: 5
Maximum mount count: 37
Last checked: Fri May 22 00:05:26 2009
Check interval: 15552000 (6 months)
Next check after: Wed Nov 18 00:05:26 2009
Reserved blocks uid: 0 (user root)
Reserved blocks gid: 0 (group root)
First inode: 11
Inode size: 256
Required extra isize: 28
Desired extra isize: 28
Journal inode: 8
Default directory hash: tea
Directory Hash Seed: 9d87d156-05ec-4ce9-b8ee-e1e325f765bd
Journal backup: inode blocks
# df /exports/
文件系统 1K-块 已用 可用 已用% 挂载点
/dev/sdb1 961424072 727337904 185248568 80% /exports
# uname -a
Linux mybook.localdomain 2.6.17.14 #2 PREEMPT Sat Dec 13 18:36:36 CST 2008 armv5tejl GNU/Linux
[/PHP]
问题是 为何可用空间会少了 48837600 K?
这个文件是由另外一个 1 T 的硬盘上复制过来的,那个上面显示的就是正确的。 |
|