On Mon, Aug 22, 2011 at 08:29:47AM +0200, Christian Barthel wrote: > I am not quite sure (not an ext4 user) but you can mount ext4 the same > way, you mount ext3 or ext2. > > mount -t ext2fs <dev> <mountpoint> > > Maybe, it's dangerous and should be avoided (ext4 is a journaling > filesystem, ext2 not!). So, be careful!
Iirc, this only works on ext3 (without journaling ofc), not ext4. FreeBSD had a GSoC project last year to implement ext4fs (as a separate module/driver): http://wiki.freebsd.org/SOC2010ZhengLiu But it's not even in their main tree yet. Code: http://p4db.freebsd.org/branchView.cgi?BRANCH=lz_ext4fs > > > -- > Christian Barthel > Public-Key: http://bc.user-mode.org/bc.asc > Mail: b...@nyx.user-mode.org > Web: http://bc.user-mode.org