现在的位置: 首页 > 综合 > 正文

查看操作系统块大小

2013年03月27日 ⁄ 综合 ⁄ 共 834字 ⁄ 字号 评论关闭

1、在WINDOWS系统上,可以用命令fsutil来查看,测试如下:

C:\Documents and Settings\administrator>fsutil fsinfo ntfsinfo c:
NTFS 卷序列号 :       0x72ccb5f2ccb5b129
版本 :                         3.1
区数量 :                  0x0000000008ff8235
簇总数 :                  0x00000000011ff046
可用簇 :                  0x0000000000547b73
保留总数 :                  0x0000000000000050
每个扇区字节数 :               512
每个簇字节数 :               4096
每个 FileRecord 段的字节数    :
1024

每个 FileRecord 段的簇数 : 0
Mft 有效数据长度 :           0x0000000009cac000
Mft 起始 Lcn :                  0x00000000000c4df6
Mft2 起始 Lcn :                  0x00000000008ff823
Mft 区域起始 :                  0x0000000001067920
Mft 区域结尾   :                  0x000000000108ce60
上面簇字节数既为块大小。


2、在linux系统上,可以用命令tune2fs
,测试如下


[root@localhost test10g]# df
Filesystem           1K-blocks      Used
Available Use% Mounted on

/dev/sda2              8776068   7576504    753764
91% /

/dev/sda1     

抱歉!评论已关闭.