Article:
 |
|
Apache Web-Serving with Mac OS X: Part 1
|
| Subject: |
|
Outgrown hard disk space-How to overcome it |
| Date: |
|
2005-06-22 19:37:44 |
| From: |
|
Jagil
|
Response to: Outgrown hard disk space-How to overcome it
|
|
Use a symbolic link. You can create one in terminal using the 'ln' command:
Do this:
Type 'cd ' (notice that space at the end) and then drag and drop you website root folder from the finder into the terminal window then press return.
Type 'ln -s newImageFolder ' then drag and drop where your new image folder is on the other hard drive. Press return.
That should have created a symbol link called 'newImageFolder' and when you open that in the finder, it should go over to the new image folder if itis working correctly.
|
Showing messages 1 through 2 of 2.
-
Outgrown hard disk space-How to overcome it
2006-02-07 01:17:29
WSG-Photo
[View]
-
Outgrown hard disk space-How to overcome it
2006-02-26 21:57:02
WSG-Photo
[View]
I apologise for not responding to you earlier.
I will work out your advice. Hopefully, it does work for me.
Thank you once again.