LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 1400|回复: 2

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

[复制链接]
发表于 2003-11-16 07:12:06 | 显示全部楼层 |阅读模式
我打算装BSD来学习,但是我有很多文件是放在ext3格式的分区下的,请问FreeBSD能支持ext3格式分区吗?用什么方法解决呢?
发表于 2003-11-16 07:28:12 | 显示全部楼层
original message from :
http://www.freebsdforums.org/forums/showthread.php?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.
发表于 2003-11-16 13:46:10 | 显示全部楼层
reiserfs呢??
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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