On 2001-08-08, "David Campion" <[EMAIL PROTECTED]> wrote:
> I have a machine that has three hard drives in and I would like to
> change the mount point of them.
Tsk, tsk -- not Perl related... However, I think this will do the trick:
Create a file named /etc/fstab containing lines of text formatted as
follows, but without any leading spaces, adding a return after each line,
substituting DEVICEID from the results of "df -k" and replacing
MOUNTNAME with your desired mount point:
/dev/DEVICEID /Volumes/MOUNTNAME hfs rw 1 2
I'm extrapolating from a discussion of moving swap files, here:
http://www.ResExcellence.com/hack_html_01/06-01-01.shtml
-Simon