QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 1246|回复: 8

请问reiserfs的高手。

[复制链接]
发表于 2003-5-13 21:21:07 | 显示全部楼层 |阅读模式
请研究过reiserfs的高手们赐教:在reiserfs下面怎样实现碎片整理功能?
谢谢。
发表于 2003-5-13 21:25:03 | 显示全部楼层
linux分区好象不须要碎片整理吧!
回复

使用道具 举报

发表于 2003-5-13 22:05:52 | 显示全部楼层
reiserfs need not do defragmentation. most of the file system under linux can control the fragmentation to a very small fraction. and modern file systems do not have this problem.
回复

使用道具 举报

 楼主| 发表于 2003-5-14 11:06:06 | 显示全部楼层
但是目前我的毕业设计就是要做这一个啊.所以请教各位.
回复

使用道具 举报

发表于 2003-5-14 11:09:54 | 显示全部楼层
if it need not be defragmented. why u need write such a program.
ok, i have a solution

#include <stdio.h>
int main()
{
printf("Begin defragment...\n");
sleep(10);
printf("Dfragment finished!\n");
}
回复

使用道具 举报

发表于 2003-5-14 11:26:57 | 显示全部楼层
I happened read some articles about defragment under linux, but I have lost the information. Sorry.
回复

使用道具 举报

发表于 2003-5-14 12:31:45 | 显示全部楼层
[quote:d7b0c91188="cheungming"]if it need not be defragmented. why u need write such a program.
ok, i have a solution

#include <stdio.h>
int main()
{
printf("Begin defragment...\n");
sleep(10);
printf("Dfragment finished!\n");
}[/quote]

强!!
回复

使用道具 举报

发表于 2003-5-14 21:29:48 | 显示全部楼层
although ext2 fs have a utility for defragmentation. reiserfs, ext3, and xfs need not.
回复

使用道具 举报

发表于 2003-5-14 22:41:18 | 显示全部楼层
先备份,再格式化,然后解压回去  
回复

使用道具 举报

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

本版积分规则

GMT+8, 2024-11-2 02:35 , Processed in 0.114006 second(s), 15 queries .

© 2021 Powered by Discuz! X3.5.

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