|
发表于 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. |
|