From owner-freebsd-stable@FreeBSD.ORG Sun Oct 30 10:14:27 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 DAF7716A41F for ; Sun, 30 Oct 2005 10:14:27 +0000 (GMT) (envelope-from kouye@wanadoo.fr) Received: from smtp9.wanadoo.fr (smtp9.wanadoo.fr [193.252.22.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7576743D45 for ; Sun, 30 Oct 2005 10:14:27 +0000 (GMT) (envelope-from kouye@wanadoo.fr) Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf0907.wanadoo.fr (SMTP Server) with ESMTP id 32E481C00171 for ; Sun, 30 Oct 2005 11:14:26 +0100 (CET) Received: from [192.168.1.3] (ASte-Genev-Bois-151-1-42-131.w83-114.abo.wanadoo.fr [83.114.152.131]) by mwinf0907.wanadoo.fr (SMTP Server) with ESMTP id 047E51C0015F for ; Sun, 30 Oct 2005 11:14:25 +0100 (CET) X-ME-UUID: 20051030101426185.047E51C0015F@mwinf0907.wanadoo.fr Message-ID: <43649CE8.6010004@wanadoo.fr> Date: Sun, 30 Oct 2005 11:14:00 +0100 From: edward User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051004) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-stable@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: HFS/HFS+ support in 5.4 Stable 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: Sun, 30 Oct 2005 10:14:28 -0000 Hi, I need to mount an iPod mini formatted in HFS+. I don't believe this file system is supported in 5.4 Stable, at least not on a standard kernel. I get : # ls /sbin/mount_* /sbin/mount_cd9660 /sbin/mount_msdosfs /sbin/mount_std /sbin/mount_devfs /sbin/mount_nfs /sbin/mount_udf /sbin/mount_ext2fs /sbin/mount_nfs4 /sbin/mount_umapfs /sbin/mount_fdescfs /sbin/mount_ntfs /sbin/mount_unionfs /sbin/mount_linprocfs /sbin/mount_nullfs /sbin/mount_mfs /sbin/mount_procfs The following page offers a HFS/HFS+ kernel module based on Darwin code. But it seems kind of out of date (2003) : http://people.freebsd.org/~yar/hfs/ What would be the best way of building HFS/HFS+ support into my kernel ? Thanks all, Edward