+ -
当前位置:首页 → 问答吧 → 一个简单问题:FreeBSD能支持ext3格式分区吗?

一个简单问题:FreeBSD能支持ext3格式分区吗?

时间:2003-11-16

来源:互联网

我打算装BSD来学习,但是我有很多文件是放在ext3格式的分区下的,请问FreeBSD能支持ext3格式分区吗?用什么方法解决呢?

作者: osnc_17   发布时间: 2003-11-16

original message from :
http://www.freebsdforums.org/forums/...?threadid=7142

If the disk you have the Linux partition is wd0,
then try running ``disklabel -r wd0''

Then figure out which partition holds your ext2
filesystem.

mount -t ext2fs /dev/wd0a /mnt

Should work, if your ext2 partition is "wd0a".

Since ext3 is basically the same as
ext2, only with journaling, you should be able to mount
a ext3 partition as ext2.

作者: werix   发布时间: 2003-11-16

reiserfs呢??

作者: nbxmedia   发布时间: 2003-11-16