This practically killed my build system one time, something damaged 
Vector.h in CoreFoundation, thus breaking anything building with Cocoa.  
What I do now is:

I have two disks:
Disk 1: 40GB
        Partition 1: HFS+
                Name: Mac OS X
                Contents: Base Mac OS X Install, with symlinks to
                other disks for /sw, /Library/WebServer and a few others
Disk 2: 40GB
        Partition 1: HFS+
                Name: Mac OS 9.2.1
                Contents: Clean Mac OS 9.2.1 Install
        Partition 2: UFS
                Name: UNIX_HOMES
                Contents: All home folders on the root level, symlink
                from /Users to /Volumes/UNIX_HOMES
        Partition 3: UFS
                Name: UNIX_ROOT
                Contents: Anything that should be on UFS or on
                a case sensitive disk, including sw, WebServer
                (symlinked from /Library/WebServer) and a few others

This in general keeps the flakey UFS format from ruining more than my 
frequently backed up sw and WebServer.  Probably won't work for most 
people though.  If not something like this, then I recommend 
partitioning up your drive if you ever get the chance, with your base 
partition HFS+ and your /sw on a UNIX.

But Apple REALLY ought to fix the stability on that

Just MHO,
Kyle Moffett

On Monday, February 4, 2002, at 09:06 , Randal L. Schwartz wrote:

>>>>>> "Alexander" == Alexander Strange <[EMAIL PROTECTED]> writes:
>
> Alexander> Are you building on UFS? I had a weird problem with random 
> file
> Alexander> deletion when I did that.
>
> Heh.  The X distro must be haunted.  It's very consistent.
>
> Beware... building VNC does the same thing!  When I started building
> VNC, and saw all those X-server includes, I went... "oh no!".  And
> sure enough, my disk was fsck-ed badly.
>
> --
> Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 
> 0095
> <[EMAIL PROTECTED]> <URL:http://www.stonehenge.com/merlyn/>
> Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
> See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl 
> training!
>
> _______________________________________________
> Fink-devel mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/fink-devel
>


_______________________________________________
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to