I am looking for advice on the best way to partition my OS X systems. I
have been maintaining Solaris systems for years and always partition off
user homes, date, root, etc.. I am relatively new to OS X and so far it
appears that the Apple way is a single partition. Also, if multiple
partitions are being used as a defacto standard, are y'all using static
fstab, or is there a more eloquent Apple method for mounting multiple
partitions?
Partitions get mounted automatically to /Volumes/somevolumename by
the system. Only if you want to mount them to a specific mountpoint
do you need to specify anything in fstab.
There is an obvious advantage to splitting off the system and
applications against user $HOMES and data (which is more ephemeral.)
Other than this, the common reasons you see fstabs on other platforms
don't exist on Mac OS X since the system manages mounting for you.
You only need to specify things if you don't like volumes being
mounted in /Volumes. If you do want that I'd recommend using fstabs
since this is accomplished very early on in rc. The other, more
"Mac-ish" way is using a NetInfo record. Either work.
--
-dhan
------------------------------------------------------------------------
Dan Shoop AIM: iWiring
Systems & Networks Architect http://www.iwiring.net/
email@hidden http://www.ustsvs.com/
AIM: ColonelMode11780
iWiring designs and supports Internet systems and networks based on
Mac OS X, unix, and Open Source application technologies and offers
24x7, guaranteed support to registered clients, at affordable rates.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Macos-x-server mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/macos-x-server/email@hidden
This email sent to email@hidden
References:
>To fstab or not (From: Darich Runyan/OMNI INFOSEC LTD HQ <email@hidden>)