QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 1346|回复: 4

创建ReiserFS文件系统!

[复制链接]
发表于 2003-2-28 12:41:26 | 显示全部楼层 |阅读模式
在rh7.2时无法选择使用ReiserFS文件系统,因此只能在安装LINUX后,再创建采用ReiserFS的硬盘分区及目录。
安装ReiserFS文件系统也是比较简单的,先用切割分区的工具程序,如fdisk或cfdisk命令创建硬盘分区。当切割分区时,仍然指定分区为编号为8.3的LINUX文件系统类型。接下来可以事业mkreiserfs命令,将指定的分区格式化成ReiserFS文件系统:
# mkreiserfs /dev/hdb1
# mkdir /mnt/reiserdir
# mount -t reiserfs /dev/hdb1 /mnt/reiserdir
或者vi /etc/fstab
/dev/hdb1 /mnt/reiserdir reiserfs defaults 1 2
发表于 2003-2-28 13:03:32 | 显示全部楼层
rh8可以吗?
回复

使用道具 举报

 楼主| 发表于 2003-2-28 13:19:25 | 显示全部楼层
在RH8.0中还没测试过,改天我试一下!:)
回复

使用道具 举报

发表于 2003-2-28 15:35:30 | 显示全部楼层
一点小小的补充:

如果 /boot 为 reiserfs 文件系统可能需要在 "defaults" 后加上 "notail"

[code:1]noatime turns of atimes for increased performance (atimes normally aren't needed; notail increases performance of ReiserFS (at the expense of storage efficiency).  It's safe to drop the noatime options if you want and to switch between notail and tail freely.[/code:1]
回复

使用道具 举报

 楼主| 发表于 2003-2-28 15:42:04 | 显示全部楼层
OK,非常感谢Kuye!:)
回复

使用道具 举报

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

本版积分规则

GMT+8, 2024-9-20 20:44 , Processed in 0.199416 second(s), 15 queries .

© 2021 Powered by Discuz! X3.5.

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