Welcome to the MacNN Forums.

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

You are here: MacNN Forums > Software - Troubleshooting and Discussion > Mac OS X > How do I change default Pictures folder to another drive?

How do I change default Pictures folder to another drive?
Thread Tools
Dedicated MacNNer
Join Date: May 2002
Status: Offline
Reply With Quote
Jul 6, 2004, 01:39 AM
 
How do I change the default Pictures folder to another drive? It's currently on my internal hard drive and I want to store all pictures on my 2nd hard drive. For example, when I plug in my digital camera, the pictures are downloaded with Imaga Capture to my Pictures folder that is on my int. hard disk. I want this folder to be on my 2nd hard disk.

Anyone know how this might be accomplished?
     
Ambrosia - el Presidente
Join Date: Sep 2000
Location: Rochester, NY
Status: Offline
Reply With Quote
Jul 6, 2004, 01:50 AM
 
Copy the pictures folder to your external drive, then delete the original folder. Next, make an alias to the Pictures folder on your external drive, copy the alias to your home directory where the Pictures folder was, then rename the folder from "Pictures alias" to "Pictures"
Andrew Welch / el Presidente / Ambrosia Software, Inc.
     
Clinically Insane
Join Date: Oct 2001
Location: San Diego, CA, USA
Status: Offline
Reply With Quote
Jul 6, 2004, 02:40 AM
 
I feel a bit sheepish contradicting Andrew, but isn't that precisely how not to do it? Copying an alias between volumes breaks the alias.

What I would say to do is do everything he says up until you make the alias. Instead of making the alias on the external drive, drag the Pictures folder into your Home folder, making sure to hold apple-option when you drop it. This will cause the alias to be created in your Home folder and it will work correctly.
Chuck
___
"Instead of either 'multi-talented' or 'multitalented' use 'bisexual'."
     
Ambrosia - el Presidente
Join Date: Sep 2000
Location: Rochester, NY
Status: Offline
Reply With Quote
Jul 6, 2004, 04:44 AM
 
hrm. Copying an alias across volumes never used to break it -- does it now?
Andrew Welch / el Presidente / Ambrosia Software, Inc.
     
Professional Poster
Join Date: Oct 2001
Location: London
Status: Offline
Reply With Quote
Jul 6, 2004, 05:00 AM
 
Works for me - on my desktop I have my movies folder as an alias to a directory on a second HD.
You know it makes sense. ☼ ☼ ☼ Growl.
     
Occasionally Useful
Join Date: Jun 2001
Location: Liverpool, UK
Status: Offline
Reply With Quote
Jul 6, 2004, 06:26 AM
 
i just made symlinks for ~/Movies & ~/Music on my other drive
"Have sharp knives. Be creative. Cook to music" ~ maxelson
     
Clinically Insane
Join Date: Oct 2001
Location: San Diego, CA, USA
Status: Offline
Reply With Quote
Jul 7, 2004, 01:45 AM
 
Originally posted by moki:
hrm. Copying an alias across volumes never used to break it -- does it now?
I just tried it, and as I thought, the alias I'd copied onto my hard drive didn't work (while one created by command-option-dragging did). Somehow I'd been of the impression that aliases have always been a little flaky across volumes, though...
Chuck
___
"Instead of either 'multi-talented' or 'multitalented' use 'bisexual'."
     
Ambrosia - el Presidente
Join Date: Sep 2000
Location: Rochester, NY
Status: Offline
Reply With Quote
Jul 7, 2004, 08:21 AM
 
Originally posted by Chuckit:
I just tried it, and as I thought, the alias I'd copied onto my hard drive didn't work (while one created by command-option-dragging did). Somehow I'd been of the impression that aliases have always been a little flaky across volumes, though...
Aliases contain all of the information they need to work across volumes -- that's crazy that it didn't work. Time to file a bug...
Andrew Welch / el Presidente / Ambrosia Software, Inc.
     
Mac Elite
Join Date: May 2001
Location: Manchester, UK
Status: Offline
Reply With Quote
Jul 7, 2004, 08:35 AM
 
I think this question boils down to the difference between an alias and a symbolic link. I don't undestand much more than that....hopefully others will wade in with the details.
     
Forum Regular
Join Date: Apr 2000
Location: Germany
Status: Offline
Reply With Quote
Jul 7, 2004, 08:38 AM
 
Originally posted by mediahound:
How do I change the default Pictures folder to another drive? It's currently on my internal hard drive and I want to store all pictures on my 2nd hard drive. For example, when I plug in my digital camera, the pictures are downloaded with Imaga Capture to my Pictures folder that is on my int. hard disk. I want this folder to be on my 2nd hard disk.

Anyone know how this might be accomplished?
you could also set a mount point for your your 2nd hd. in 10.2 this is done with the NetInfoManager - don't know about panther. i would, however, only do this if you always have the drive plugged in.
     
Mac Elite
Join Date: Nov 2001
Status: Offline
Reply With Quote
Jul 7, 2004, 08:59 AM
 
Isn't it about time apple implemented aliases using symbolic links?
     
Ambrosia - el Presidente
Join Date: Sep 2000
Location: Rochester, NY
Status: Offline
Reply With Quote
Jul 7, 2004, 02:50 PM
 
Originally posted by ShotgunEd:
Isn't it about time apple implemented aliases using symbolic links?
No... symbolic links are much more fragile.
Andrew Welch / el Presidente / Ambrosia Software, Inc.
     
Mac Elite
Join Date: Nov 2001
Status: Offline
Reply With Quote
Jul 7, 2004, 07:29 PM
 
Really? I had assumed the opposite. In what way fragile?
     
Clinically Insane
Join Date: Oct 2001
Location: San Diego, CA, USA
Status: Offline
Reply With Quote
Jul 7, 2004, 08:05 PM
 
Symlinks are basically just file paths. If you move or rename the file, the symlink breaks.
Code:
ChuckMac:~/tmp chuck$ echo "Hello World" > testfile.txt ChuckMac:~/tmp chuck$ ln -s testfile.txt ta.txt ChuckMac:~/tmp chuck$ mv testfile.txt helloworld.txt ChuckMac:~/tmp chuck$ less ta.txt ta.txt: No such file or directory
Like Andrew said, aliases ought to be able to handle being moved around gracefully. They're much more resilient than symlinks. There just seems to be a bug with moving them across volumes.

And now with further testing, I've found that the bug is more specific than I'd initially thought. It only happens with aliases to directories, and it doesn't actually break the alias completely — Finder just can't recognize the alias as pointing to a directory. So you can open it in icon view, but in column view and list view, it just treats the alias like a normal flat file.
(Last edited by Chuckit; Jul 7, 2004 at 08:27 PM. )
Chuck
___
"Instead of either 'multi-talented' or 'multitalented' use 'bisexual'."
     
Ambrosia - el Presidente
Join Date: Sep 2000
Location: Rochester, NY
Status: Offline
Reply With Quote
Jul 8, 2004, 11:55 PM
 
Originally posted by Chuckit:
And now with further testing, I've found that the bug is more specific than I'd initially thought. It only happens with aliases to directories, and it doesn't actually break the alias completely — Finder just can't recognize the alias as pointing to a directory. So you can open it in icon view, but in column view and list view, it just treats the alias like a normal flat file.
I've seen it do this for remote volumes -- ie, AppleShare-mounted volumes -- but never local drives. Strange.
Andrew Welch / el Presidente / Ambrosia Software, Inc.
     
   
Thread Tools
Forum Links
Forum Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Top
Privacy Policy
All times are GMT -5. The time now is 12:06 AM.
All contents of these forums © 1995-2011 MacNN. All rights reserved.
Branding + Design: www.gesamtbild.com
vBulletin v.3.8.7 © 2000-2011, Jelsoft Enterprises Ltd., Content Relevant URLs by vBSEO 3.3.2