From owner-freebsd-stable@FreeBSD.ORG Mon May 30 13:52:25 2005 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9A41C16A41C for ; Mon, 30 May 2005 13:52:25 +0000 (GMT) (envelope-from bkoenig@cs.tu-berlin.de) Received: from mail.efacilitas.de (efacilitas.de [213.133.110.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1FE5343D4C for ; Mon, 30 May 2005 13:52:24 +0000 (GMT) (envelope-from bkoenig@cs.tu-berlin.de) Received: from eurystheus.local (port-212-202-39-149.dynamic.qsc.de [212.202.39.149]) by mail.efacilitas.de (Postfix) with ESMTP id BA162123976; Mon, 30 May 2005 15:50:56 +0200 (CEST) Received: from localhost (eurystheus.local [192.168.1.67]) by eurystheus.local (Postfix) with ESMTP id 824D012B0E9; Mon, 30 May 2005 15:50:57 +0200 (CEST) Received: from eurystheus.local ([192.168.1.67]) by localhost (eurystheus.locaL [192.168.1.67]) (amavisd-new, port 10024) with ESMTP id 33881-06; Mon, 30 May 2005 15:50:53 +0200 (CEST) Received: from [192.168.1.67] (eurystheus.local [192.168.1.67]) by eurystheus.local (Postfix) with ESMTP id 1854912B09B; Mon, 30 May 2005 15:50:53 +0200 (CEST) Message-ID: <429B1A3C.80200@cs.tu-berlin.de> Date: Mon, 30 May 2005 15:50:52 +0200 From: Bjoern Koenig User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.8) Gecko/20050517 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Maximiliano Combina References: <1117456070.26651.6.camel@asteria> In-Reply-To: <1117456070.26651.6.camel@asteria> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Scanned: amavisd-new at example.com Cc: freebsd-stable@freebsd.org Subject: Re: mounting reiserfs X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 May 2005 13:52:25 -0000 Maximiliano Combina wrote: > I have found a driver to mount those partitions as > read-only (I dont have the link here :( ), but I have not tried the > driver myself. > Does anyone know a way to mount a reiserfs partition from freebsd? To > write in one of those partitions? This read-only driver and its documentation might be the only way. The ReiserFS filesystem support was commited to the -CURRENT development branch recently. If you are not interested in development or testing then banish the thought of ReiserFS support. Björn