博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

[OS][FS]useful tool for fs

Posted on 2010-06-11 09:54  xuczhang  阅读(144)  评论(0编辑  收藏  举报

 

Some usefull tools found for file system in Linux, Here I will write down some useful usages.

1. dd

 

2. dumpe2fs (only available for root)

You can get concrete infomation about the filesystem by this command.

dumpe2fs /dev/sda2 | less

dumpe2fs /dev/sda2 | grep -i 'Block size'

 

3. tune2fs

4. fdisk