Re: How Do I?
Re: How Do I?
- Subject: Re: How Do I?
- From: Jim Luther <email@hidden>
- Date: Mon, 7 Jul 2008 13:48:21 -0700
On Jul 7, 2008, at 1:24 PM, J. Todd Slack wrote:
Hi All,
I am interested in getting more in depth about about how to write
filesystem utilities for OS X. I would like to learn, does anyone
have any information and/or resources that I can read?
Thanks,
-Jason
You can find sources for most of the command line file system
utilities online.
Technical Note TN2071 "Porting Command Line Unix Tools to Mac OS X" <http://developer.apple.com/technotes/tn2002/tn2071.html
> has useful information for porting existing command line tools
(that aren't already part of Mac OS X) to Mac OS X.
If you're looking at writing an utility that directly manipulates a
volume's data structure, you'll need to look at the documentation for
that volume format (and you'll need to be VERY VERY VERY careful not
to screw up the disk). Technical Note TN1150 "HFS Plus Volume Format"
<http://developer.apple.com/technotes/tn/tn1150.html> covers the HFS
Plus volume format.
- Jim
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Filesystem-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
References: | |
| >How Do I? (From: "J. Todd Slack" <email@hidden>) |