jin_liu 发表于 2004-4-11 14:48:52

Try Reiserfs4

http://www.namesys.com/
The above URL is reiserfs home page,you can find lots of information.Now I just write the guide which almost are from its home page.
1.Download the lasted kernel
http://www.kernel.org/pub/linux/kernel/v2.6/testing/linux-2.6.5-rc2.tar.bz2
2.Download the pacth needed by reiserfs
http://www.namesys.com/snapshots/LATEST/all.diff.gz
gunzip all.diff.gz -> all.diff
3. cd /usr/src/linux   # actual directory may vary, of course
patch -p1 <XX/all.diff #where is the file all.diff
4.
make mrproper
make menuconfig # turn reiser4 on.
make bzImage modules
6. install kernel
7. download libaal, unpack, and build it
    $ cd libaal
    $ ./configure
    $ make
    $ make install # may require root
    $ # add /usr/local/lib to /etc/ld.so.conf if not already there
    $ /sbin/ldconfig # may require root
http://thebsh.namesys.com/snapshots/LATEST/libaal-0.5.0.tar.gz
8. download reiser4progs, unpack, and build them
    $ cd reiser4progs
    $ ./configure
    $ make
    $ make install # may require root
http://thebsh.namesys.com/snapshots/LATEST/reiser4progs-0.5.3.tar.gz
9reboot with new kernel
10. create reiser4 file system

    $ /usr/local/sbin/mkfs.reiser4 -qf <path-to-device-or-file>

   a. mount it

    $ mount -treiser4 <path-to-device-or-file> <mount-point>

   b. Enjoy!

樱家冢 发表于 2004-4-11 15:08:10

问题是,系统安装的时候没有reiserfs4啊,等到装完了,升级好了内核和软件,要升级到reiserfs4,又要重建文件系统,这个怎么解决?

jin_liu 发表于 2004-4-11 15:39:34

问题是,系统安装的时候没有reiserfs4啊,等到装完了,升级好了内核和软件,要升级到reiserfs4,又要重建文件系统,这个怎么解决?
that is the problem MagicInstaller can solve.

jin_liu 发表于 2004-4-11 15:41:57

BTW: I just want to try in /home /dev/hda9 (reiserfs V4 and /dev/hda8(just reiserfs V3) is my system root /

樱家冢 发表于 2004-4-11 23:16:10

我在gentoo下面发现一个很好的东东——convertfs,可以在ext2 reiserfs jfs minix之间任意转换分区格式,这下把magic转换到reiserfs可方便了,只要修改/etc/fstab,然后unmount之后convertfs就好了……

jin_liu 发表于 2004-4-12 12:07:55

我在gentoo下面发现一个很好的东东——convertfs,可以在ext2 reiserfs jfs minix之间任意转换分区格式,这下把magic转换到reiserfs可方便了,只要修改/etc/fstab,然后unmount之后convertfs就好了……
convertfs?It sounds very good!

hemingway 发表于 2004-4-12 15:52:04

数据会不会出问题,丢掉

aniuge007 发表于 2004-4-12 16:02:50

根分区不行。呵呵。
我在gentoo下面发现一个很好的东东——convertfs,可以在ext2 reiserfs jfs minix之间任意转换分区格式,这下把magic转换到reiserfs可方便了,只要修改/etc/fstab,然后unmount之后convertfs就好了……
convertfs?It sounds very good!

jin_liu 发表于 2004-4-12 16:06:52

数据会不会出问题,丢掉
I don't know.I don't want to try,neither. :mrgreen:
Now I just mkfs.reiser4 /dev/hda9 and mount to /home. :o

hemingway 发表于 2004-4-12 16:21:36

数据安全第一,呵呵

樱家冢 发表于 2004-4-12 16:54:57

不管怎么样,备份先,然后转换换格式,成功了就可以把备份的数据删除了……

jin_liu 发表于 2004-4-12 17:17:26

不管怎么样,备份先,然后转换换格式,成功了就可以把备份的数据删除了……
Have you converted ??? :mrgreen:

樱家冢 发表于 2004-4-12 17:36:08

no,还没时间……
页: [1]
查看完整版本: Try Reiserfs4