From owner-freebsd-questions@FreeBSD.ORG Fri Jan 31 13:41:14 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C9289C29; Fri, 31 Jan 2014 13:41:14 +0000 (UTC) Received: from mail-qa0-x230.google.com (mail-qa0-x230.google.com [IPv6:2607:f8b0:400d:c00::230]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 79B701207; Fri, 31 Jan 2014 13:41:14 +0000 (UTC) Received: by mail-qa0-f48.google.com with SMTP id f11so6207016qae.7 for ; Fri, 31 Jan 2014 05:41:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:message-id:subject:from:to:content-type; bh=kkYTF1LJq2m9Gpb9EGlqyeWvYWaEcrWd2U4gEAilAHw=; b=ouFsnG5VKxam/YnmeKJRMukr4QwnB933MmQauvpBFQ7k6WfTM7IpAh3YZicrjdJf5Z SMcqTEIwpwrAnHvQEPvagUfAcUhorcAKLU9KSW2pBfOvU8/Fm69qCRu9Ko8osWt0pP65 NluR9FjQceG0j2fWW/VqNRgNYvNeIx5KA1uhvu+XlqJRmf8JWwDOdyuKmW75qOsXXvjV y3Zo/kI8F7VthoDu2LtD0euIB9QjDAz4q57MN6KCQwE4QSr5dm1ZUFGe7ffJFUZjiJEv TB6ToP18pKg2HszewZ0Jo5agogtsl/5E/W5ZwsjQDY6qjAnbJN3m7l8ombHa+rCxaNwK qvoA== MIME-Version: 1.0 X-Received: by 10.224.2.6 with SMTP id 6mr32086036qah.12.1391175673294; Fri, 31 Jan 2014 05:41:13 -0800 (PST) Sender: tomek.cedro@gmail.com Received: by 10.229.151.73 with HTTP; Fri, 31 Jan 2014 05:41:13 -0800 (PST) Date: Fri, 31 Jan 2014 14:41:13 +0100 X-Google-Sender-Auth: KHPwa0F4eSGqksUN_xxhu6qkiME Message-ID: Subject: UFS(2) portable driver for other OS From: CeDeROM To: FreeBSD Questions Mailing List , freebsd-fs@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Jan 2014 13:41:14 -0000 Hello :-) Some time ago I have definitely moved from EXT2 to UFS2. This greatly improved my speed and stability on FreeBSD, but I somehow lost access and portability for other OS in "native" read-write mode. I am looking for an universal fs driver for other OS mainly Linux and Windows that would allow me to use UFS(2) natively (such as ext2fsd). I am sure there is already such solution, as fs standard is open and BSD licensed, so other OS would surely benefit from that support/driver :-) Please advise :-) Tomek -- CeDeROM, SQ7MHZ, http://www.tomek.cedro.info