From owner-freebsd-ppc Tue Nov 26 10:41:42 2002 Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 53BF837B401 for ; Tue, 26 Nov 2002 10:41:40 -0800 (PST) Received: from herbelot.dyndns.org (herbelot.net1.nerim.net [62.212.117.213]) by mx1.FreeBSD.org (Postfix) with ESMTP id F15DB43EAF for ; Tue, 26 Nov 2002 10:41:32 -0800 (PST) (envelope-from thierry@herbelot.com) Received: from diversion.herbelot.nom (diversion.herbelot.nom [192.168.2.6]) by herbelot.dyndns.org (8.12.6/8.12.6) with ESMTP id gAQIhZnm017012 for ; Tue, 26 Nov 2002 19:43:35 +0100 (CET) Content-Type: text/plain; charset="us-ascii" From: Thierry Herbelot To: Subject: Reading from an OS-X HFS disk drive ? Date: Tue, 26 Nov 2002 19:41:19 +0100 User-Agent: KMail/1.4.3 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <200211251954.32081.thierry@herbelot.com> Sender: owner-freebsd-ppc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG [re-post from a message sent to -hackers, for which I had no answer : -ppc is certainly a better audience ;-)] Abstract : I have seen that the hfs and hfsutils only deal with "standard HFS" partitions. Is there a way to read HFS+ partitions from a Uix-like OS (not OS-X, of course) ? TfH re-post : --------------------- Hello, I've installed 5.0-DP2 on my Vaio which has a firewire port. I already had loaded the firewire driver in 4.7-Stable, to see what happened (nothing remarkable : the chipset is indeed probed and recognized, nevertheless, thanks for the driver !). To go a bit further, I've borrowed a 80Gb disk from a colleague, who runs OS-X on his mac. I'm trying to read from this disk under 5.0-DP2 after loading the sbp.ko module, the disk is detected as : sbp0: on firewire0 sbp_attach sbp_post_explore: EUI:0030e001e0000005 spec=1 key=1. sbp0:0:0 LOGIN sbp0:0:0 ordered:1 type:14 EUI:0030e001e0000005 node:1 speed:2 maxrec:5 new! sbp0:0:0 'Oxford Semiconductor Ltd. ' 'OXFORD IDE Device ' '000031' sbp0:0:0 login: len 16, ID 0, cmd 0000fffff0100000, recon_hold 0 sbp0:0:0 sbp_busy_timeout sbp0:0:0 sbp_agent_reset sbp0:0:0 sbp_do_attach sbp0:0:0 sbp_cam_scan_lun pass0 at sbp0 bus 0 target 0 lun 0 pass0: Fixed Simplified Direct Access SCSI-4 device pass0: Serial Number VNC402A4L6Z6LA pass0: 50.000MB/s transfers da0 at sbp0 bus 0 target 0 lun 0 da0: FixedSimplified Direct Access SCSI-4 device da0: Serial Number VNC402A4L6Z6LA da0: 50.000MB/s transfers da0: 78533MB (160836480 512 byte sectors: 255H 63S/T 10011C) GEOM: new disk da0 I've tried both /usr/ports/emulators/hfs and hfsutils, but I can't read the HFS partition. I only have the root directory : portable-cur# hfs dir -d /dev/da0 Volume is Musique Directory of : DMGR BTFL 1257472 0 Aug 29 14:23 Desktop DB DMGR DTFL 0 0 Aug 29 14:23 Desktop DF MACS FNDR 0 0 Aug 29 14:23 Finder ttxt ttro 1781 0 Aug 29 14:23 ReadMe MACS zsys 0 22233 Aug 29 14:23 System 5 file(s) 1259253 bytes (data) 22233 bytes (resource) 0 bytes free Is it a special form of HFS (HFS+ ?) ? is there some utility to mount this kinds of partitions ? Thanks in advance TfH PS : the first sentence of the ReadMe file is : "This hard disk is formatted with the Mac OS Extended format. Your files and information are still on the hard disk, but you cannot access them with the version To access your files you must mount this hard disk on a computer that has Mac OS 8.1 or later installed." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ppc" in the body of the message