From owner-freebsd-questions@FreeBSD.ORG Sat Jan 26 23:12:14 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 96C02937 for ; Sat, 26 Jan 2013 23:12:14 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from plane.gmane.org (plane.gmane.org [80.91.229.3]) by mx1.freebsd.org (Postfix) with ESMTP id 37A6D328 for ; Sat, 26 Jan 2013 23:12:13 +0000 (UTC) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1TzEvE-0001wg-Ao for freebsd-questions@freebsd.org; Sun, 27 Jan 2013 00:12:28 +0100 Received: from cpc3-walt15-2-0-cust148.13-2.cable.virginmedia.com ([86.21.186.149]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 27 Jan 2013 00:12:28 +0100 Received: from walterhurry by cpc3-walt15-2-0-cust148.13-2.cable.virginmedia.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 27 Jan 2013 00:12:28 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Walter Hurry Subject: Re: Mount Logical (ext2fs) Partitions? Date: Sat, 26 Jan 2013 23:11:58 +0000 (UTC) Lines: 31 Message-ID: References: <87fw1o5y6o.fsf@oak.localnet> <87bocb6eo9.fsf@oak.localnet> <87k3qzr2e0.fsf@oak.localnet> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: cpc3-walt15-2-0-cust148.13-2.cable.virginmedia.com User-Agent: Pan/0.135 (Tomorrow I'll Wake Up and Scald Myself with Tea; GIT 30dc37b master) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jan 2013 23:12:14 -0000 On Sat, 26 Jan 2013 14:43:51 -0800, Carl Johnson wrote: > Walter Hurry writes: > >> So it's my stupid mistake. I could have sworn it was ext2, but it was >> ext4. Sorry for all the noise! However, I'm glad you have helped, and >> that I have learned a little bit about Linux partitions as FreeeBSD >> slices. >> >> It was empty, so I just reformatted it as ext2, and hey presto; all is >> right with the world. > > Good to know you have it working, but for future reference there is a > fuse implementation of an ext4 driver: > > sysutils/fusefs-ext4fuse EXT4 implementation for FUSE > EXT4 implementation for FUSE. > WWW: https://github.com/gerard/ext4fuse/ > > I haven't tried it so I don't know how well it works. Even better! But I'll leave it for the moment; ext2 will suffice for my simple requirements (I only want to share a few files between FreeBSD and Linux without the overhead of putting them onto the external USB drive which I use for backups). I have of course mounted them rw, now that it's working. Many thanks once again.