From owner-freebsd-fs@FreeBSD.ORG Mon Dec 26 07:10:04 2005 Return-Path: X-Original-To: freebsd-fs@freebsd.org Delivered-To: freebsd-fs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 21A9016A41F for ; Mon, 26 Dec 2005 07:10:04 +0000 (GMT) (envelope-from joe@getsomewhere.net) Received: from mail1.quietroad.net (mail.quietroad.net [69.8.149.151]) by mx1.FreeBSD.org (Postfix) with ESMTP id B47F343D5A for ; Mon, 26 Dec 2005 07:10:03 +0000 (GMT) (envelope-from joe@getsomewhere.net) Received: from localhost (unknown [127.0.0.1]) by mail1.quietroad.net (Postfix) with ESMTP id 88CB0615D for ; Mon, 26 Dec 2005 01:10:02 -0600 (CST) Received: from mail1.quietroad.net ([127.0.0.1]) by localhost (mail1.quietroad.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 45242-09 for ; Mon, 26 Dec 2005 01:09:59 -0600 (CST) Received: from [10.100.47.200] (as1-90.chi.il.dial.anet.com [198.92.156.90]) by mail1.quietroad.net (Postfix) with ESMTP id 47BAA6117 for ; Mon, 26 Dec 2005 01:09:59 -0600 (CST) Message-ID: <43AF9746.8070003@getsomewhere.net> Date: Mon, 26 Dec 2005 01:09:58 -0600 From: Joseph Love User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051112) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-fs@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at quietroad.net Subject: using hfs with freebsd 6 X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Dec 2005 07:10:04 -0000 I have a few questions about using HFS+ with FreeBSD 6.0-stable. - what's the recommended utility/utilities to use for handling HFS+ partitions? I've been looking at the hfsutils port (ports/emulators/hfsutils) as well as an hfs project found here: http://people.freebsd.org/~yar/hfs/ . - does anyone know if any of the HFS utilities support having an HFS+ partition on a disk with a dos-compatible partition table? What I'm trying to do is mount an HFS+ partition from a usb-drive. The disk was created using my mac, and was created so that (while using an hfs driver for windows called macdrive6) I can access the drive from both my mac & my windows system. I'd like to use the drive in my FreeBSD system as well, hence my curiousity about the above. If I attach the drive to my system, I get /dev/da1 /dev/da1s1 and /dev/da1s2. s1 is the HFS+ partition, and s2 is a fat32 formatted partition. I've attempted using the hfsutils port and running hmount, and received the following error: # hmount /dev/da1s1 hmount: /dev/da1s1: not a Macintosh HFS volume (Invalid argument) Using the mount_hfs command from the programs found on http://people.freebsd.org/~yar/hfs/ i was able to execute mount with the following error as well: # mount -t hfs /dev/da1s1 /mnt mount_hfs: /dev/da1s1: No such file or directory I may be trying something rather unusual, but I'd like to get it working. Thanks, -Joe From owner-freebsd-fs@FreeBSD.ORG Tue Dec 27 09:19:09 2005 Return-Path: X-Original-To: freebsd-fs@freebsd.org Delivered-To: freebsd-fs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 857BB16A41F for ; Tue, 27 Dec 2005 09:19:09 +0000 (GMT) (envelope-from valiantsoul@earthlink.net) Received: from smtpauth01.mail.atl.earthlink.net (smtpauth01.mail.atl.earthlink.net [209.86.89.61]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7685243D45 for ; Tue, 27 Dec 2005 09:19:08 +0000 (GMT) (envelope-from valiantsoul@earthlink.net) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=dk20050327; d=earthlink.net; b=hrcmCOLf+zkGsw60f6C2CVjk3Lwj0wHGZC8BABse3ggO1yeuzN42+sZm2Egy1htq; h=Received:Mime-Version:To:Message-Id:Content-Type:From:Subject:Date:X-Mailer:X-ELNK-Trace:X-Originating-IP; Received: from [69.81.131.105] (helo=[192.168.2.100]) by smtpauth01.mail.atl.earthlink.net with asmtp (TLSv1:RC4-SHA:128) (Exim 4.34) id 1ErAz5-0003OF-Mu for freebsd-fs@freebsd.org; Tue, 27 Dec 2005 04:19:08 -0500 Mime-Version: 1.0 (Apple Message framework v746.2) To: freebsd-fs@freebsd.org Message-Id: From: Craig St Jean Date: Tue, 27 Dec 2005 04:19:05 -0500 X-Mailer: Apple Mail (2.746.2) X-ELNK-Trace: 0b6360d620a7c653791ceade7a3fce3a9ef193a6bfc3dd48a6c166b0c0ff90eda6a3d056ecdd6e7285e0aeacdf564a64350badd9bab72f9c350badd9bab72f9c X-Originating-IP: 69.81.131.105 Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: using hfs with freebsd 6 X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Dec 2005 09:19:09 -0000 > I have a few questions about using HFS+ with FreeBSD 6.0-stable. > > - what's the recommended utility/utilities to use for handling HFS+ > partitions? I've been looking at the hfsutils port > (ports/emulators/hfsutils) as well as an hfs project found here: > http://people.freebsd.org/~yar/hfs/ . > - does anyone know if any of the HFS utilities support having an HFS+ > partition on a disk with a dos-compatible partition table? > > What I'm trying to do is mount an HFS+ partition from a usb-drive. > The > disk was created using my mac, and was created so that (while using an > hfs driver for windows called macdrive6) I can access the drive from > both my mac & my windows system. I'd like to use the drive in my > FreeBSD system as well, hence my curiousity about the above. > > If I attach the drive to my system, I get /dev/da1 /dev/da1s1 and > /dev/da1s2. s1 is the HFS+ partition, and s2 is a fat32 formatted > partition. > I've attempted using the hfsutils port and running hmount, and > received > the following error: > # hmount /dev/da1s1 > hmount: /dev/da1s1: not a Macintosh HFS volume (Invalid argument) > > Using the mount_hfs command from the programs found on > http://people.freebsd.org/~yar/hfs/ i was able to execute mount > with the > following error as well: > # mount -t hfs /dev/da1s1 /mnt > mount_hfs: /dev/da1s1: No such file or directory This failed because you must first install the kernel module and userland software from that page. The no such file was regarding mount_hfs. As far as if that is the best option - I do not know. > > I may be trying something rather unusual, but I'd like to get it > working. > > Thanks, > -Joe