follow your customers links

chevy

Marvelous Da Vinci
Staff member
Mod
we use links to move folders from one disk to another without breaking the directory structure (like moving Applications to another disk partition. It works fine until we use some king of update (like 10.1.1) that kills the ln -s link to replace it by a regular directory.

Please Apple, follow your customers links instead of replacing these.
 
...but have you tried, rather than a softlink, actually mounting a disk partition at /Applications?

I'm afraid I don't know whether pax will cross mount points, but we know all to well that it won't follow soft links, so it can't be any worse than the current situation...
 
My partition is named Applications. But I need a soft link in System X disk for the systeme to find it.
 
What I'm suggesting is that you might add a startup item like

umount /Volumes/Applications
mount -t hfs -w /dev/diskXsY /Applications

Where X and Y correspond to the right partition for your apps partition.

That way there would be no softlink for Apple's installer to munge. The only way for it to write something to the wrong place should be to first unmount the disk, then write the files onto the same partition as /.
 
Back
Top