From owner-freebsd-hackers@FreeBSD.ORG Sun Dec 19 18:56:46 2004 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F00D616A4CE for ; Sun, 19 Dec 2004 18:56:46 +0000 (GMT) Received: from poros.telenet-ops.be (poros.telenet-ops.be [195.130.132.44]) by mx1.FreeBSD.org (Postfix) with ESMTP id 402B543D45 for ; Sun, 19 Dec 2004 18:56:46 +0000 (GMT) (envelope-from brampie@no-wackos.com) Received: from localhost (localhost.localdomain [127.0.0.1]) by poros.telenet-ops.be (Postfix) with SMTP id 2C8503BC0AE for ; Sun, 19 Dec 2004 19:56:45 +0100 (MET) Received: from [192.168.1.100] (d51A5436F.kabel.telenet.be [81.165.67.111]) by poros.telenet-ops.be (Postfix) with ESMTP id B90313BC1CF for ; Sun, 19 Dec 2004 19:56:44 +0100 (MET) Message-ID: <41C5CF17.9010600@no-wackos.com> Date: Sun, 19 Dec 2004 19:57:27 +0100 From: Bram Van Steenlandt User-Agent: Mozilla Thunderbird 0.7.3 (X11/20041209) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-hackers@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Mailman-Approved-At: Mon, 20 Dec 2004 12:55:59 +0000 Subject: Mac UFS partition unreadable X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Dec 2004 18:56:47 -0000 Hi, I use both mac and freebsd and would like to have the abbility to use my external firewire drive on both plattforms. This should be possible because both are BSD and both can use UFS. However when I plug an freebsd formatted drive into my mac he is rather confused by first saying that he can't read this drive and I should format it. Then when I try to mount it from the terminal he complains about the superblocks, when I run some utils they sometimes say they can't determine the partition type, also when I look into /dev there is nothing that indicates that this drive has partitions. So I formatted the drive on my mac into UFS. Same thing happens on freebsd. I did some googling and it appears to be so that this could be because of little vs big endian. I am however rather new to freebsd and have no idea what the difference is. So what can I do to have a drive readable to both OSes ? note: drive is 160 Gig seagate mac is running 10.3.5 freebsd is amd 64 5.3 RELEASE mac supported disk formats are MS-DOS,UFS,HFS,HFS+ I now that HFS or MS-DOS would work but then I have no support for 160 gig / long filenames I'm out of inspiration Thanks In advance Bram