LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 722|回复: 1

有关文件系统问题

[复制链接]
发表于 2008-11-19 02:36:09 | 显示全部楼层 |阅读模式
刚刚重新格式化了一个分区,该分区什么文件都没有,怎么就占用存储空间了啊?
step1: 格式化

mkfs.ext3 /dev/hda9
mke2fs 1.40.2 (12-Jul-2007)
/dev/hda9 is mounted; will not make a filesystem here!
[root@~]#mkfs.ext3 /dev/hda9
mke2fs 1.40.2 (12-Jul-2007)
Filesystem label=
OS type: Linux
Block size=4096 (log=2)
Fragment size=4096 (log=2)
1281696 inodes, 2560351 blocks
128017 blocks (5.00%) reserved for the super user
First data block=0
Maximum filesystem blocks=2625634304
79 block groups
32768 blocks per group, 32768 fragments per group
16224 inodes per group
Superblock backups stored on blocks:
        32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632

Writing inode tables: done
Creating journal (32768 blocks): done
Writing superblocks and filesystem accounting information: done

This filesystem will be automatically checked every 24 mounts or
180 days, whichever comes first.  Use tune2fs -c or -i to override.

step2: 加载分区
mount /dev/hda9 dsk/

step3:进入分区,删除唯一的文件夹  lost+found
cd dsk/
[root@~/dsk]#ls
lost+found
[root@~/dsk]#rm lost+found/ -r
[root@~/dsk]#ls -a
. ..

step 4: 查看该分区文件所占用的磁盘空间
du -sh
4.0K    .

step 5:  df看磁盘空间
df -h
Filesystem            Size  Used Avail Use% Mounted on
/dev/hda9             9.7G  151M  9.0G   2% /root/dsk

怎么用了151M空间啊?
难道是文件系统本身所占用的空间大小吗?

这里 超级块的大小正好为磁盘块的大小吗?
为什么只备份了8个,我可以备份16个吗?怎么做到这一点?如果是修改内核,如何修改?
发表于 2008-11-19 08:50:43 | 显示全部楼层
是文件系统本身所占的空间。
如果你用ext4的话(2.6.28正式推出,推荐一试!),10G硬盘估计要占500M左右。

这就是性能与占用空间的平衡关系。
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表