Mount ReiserFS partitions in FreeBSD (howto)

My desktop dual boots Gentoo Linux and FreeBSD. When I installed Gentoo at the time I decided on splitting certain directories in distinct partition, so the I created a partition strictly for portage and opted for the ReiserFS filesystem.

Today I wanted to cut down on the bandwith and decided to copy over a needed distfile from the ReiserFS partition to FreeBSD.

Bellow you’ll find the procedure to mount a ReiserFS in read-only mode. Do notice than the entire procedure is performed only on the FreeBSD system:

% man reiserfs
% su
# kldload reiserfs.ko
# mount -t reiserfs -o ro /dev/ad4s5 /mnt

Full post and explanation here

Source: linux-bsd-sharing.blogspot.com (29/01/2008)

About Gerard

Gerard is a keen user of open source operating systems and software. On this blog he shares FreeBSD news and links that he comes across.
This entry was posted in FreeBSD and tagged . Bookmark the permalink.

One Response to Mount ReiserFS partitions in FreeBSD (howto)

  1. Thanks for the tip, it’s useful. I’ll check your site, seems you are pretty much freebsd oriented.

    Thanks again!

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>