Re: Distributed build overhead and Mac Mini vs XServe pricing
Re: Distributed build overhead and Mac Mini vs XServe pricing
- Subject: Re: Distributed build overhead and Mac Mini vs XServe pricing
- From: Mark Dalrymple <email@hidden>
- Date: Sun, 16 Jan 2005 21:35:58 -0500
> It's too bad that RAM disks are not supported on OS X
I don't use them regularly, but the hdid manpage talks about adding RAM
disks (and a quickie test I just ran let me make a disk and mount it,
and I successfully put files there)
Here's a shell script from the man page:
#!/bin/sh
NUMSECTORS=128000
mydev=`hdid -nomount ram://$NUMSECTORS`
newfs_hfs $mydev
mkdir /tmp/mymount
mount -t hfs $mydev /tmp/mymount
(where NUMSECTORS is bytes)
Cheers,
++Mark Dalrymple, email@hidden
http://borkware.com
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden