I had a similar desire and wound up editing /etc/fstab thus:
LABEL=volumes /Users/volumes hfs rw,auto 1 2
where “volumes” is the label of the LUN on our XRaid I’m storing user home directories in. You’d probably do something like:
LABEL=RAID1 /Users hfs rw,auto 1 2
Recent Comments