Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Jun 2011 13:55:11 -0700
From:      Chuck Swiger <cswiger@mac.com>
To:        Luigi Rizzo <rizzo@iet.unipi.it>
Cc:        current@freebsd.org
Subject:   Re: best way to do FreeBSD kernel/userland development on OSX ?
Message-ID:  <8938AA82-B142-4067-BBB5-40729E6605D6@mac.com>
In-Reply-To: <20110620205301.GA11753@onelab2.iet.unipi.it>
References:  <20110620205301.GA11753@onelab2.iet.unipi.it>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi--

On Jun 20, 2011, at 1:53 PM, Luigi Rizzo wrote:
> I'd like to keep the svn checkut outside the disk image but
> unfortunately the default filesystem on osx is case-insensitive
> so i can't do that -- unless someone shows me how to change
> the filesystem conventions.

Default filesystem for OSX is HFS+ Journaled/case-insensitive.  However, you can use hdiutil or DiskUtility to create a case-sensitive partition or filesystem image:

  hdiutil create -size 1gb -fs 'Case-sensitive Journaled HFS+' /tmp/image.dmg

For kernel work, it might be worth using BootCamp to setup a free partition (intended for Windows, but reformat it for FreeBSD) and setup FreeBSD to boot natively.

Regards,
-- 
-Chuck




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?8938AA82-B142-4067-BBB5-40729E6605D6>