Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 09 Mar 2008 14:23:14 +0200
From:      Manolis Kiagias <sonicy@otenet.gr>
To:        Viktor Penkov <mullated@gmail.com>
Cc:        freebsd-questions <freebsd-questions@freebsd.org>
Subject:   Re: ext3
Message-ID:  <47D3D6B2.9020102@otenet.gr>
In-Reply-To: <35e542ab0803090441j66464273kfdb8656d1c633114@mail.gmail.com>
References:  <35e542ab0803090441j66464273kfdb8656d1c633114@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Viktor Penkov wrote:
> Hi everybody!!!I've installed the new release of fbsd, but I can't mount my
> ext3 partitions.can somebody help me with this?
> best regards
> _______________________________________________
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
>
>
>   
Have a look at

man 5 ext2fs

for instructions.

You will have to mount ext3 as ext2. This is possible as long as the 
ext3 filesystem is not "dirty" (i.e. the journal is clean, meaning the 
volume was properly dismounted last time you used it). Mind you, IIRC, 
if you write something to the disk while it is mounted as ext2, it will 
probably go through a long fsck next time you reboot into Linux 
(assuming you are sharing this partition between Linux and FreeBSD).



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?47D3D6B2.9020102>