Deleting Documents folder and replacing with symlink - Downsides?

Background:
I have a new iMac with the dual internal drive option (SSD + HDD) running Lion. I am trying to set up the system to have the OS and applications on the SSD with documents and media on the HDD. In researching my options I found three paths often suggested:
1. Create folders in the HDD and save your documents there + point applications like iTunes and iPhoto to the HDD for storage.
2. Move your entire home folder to the HDD.
3. Replace certain folders of your home folder with symbolic links that point to the actual folders in the HDD (i.e., Documents, Downloads, Movies, Pictures, Public) + leave certain folders in the SDD (i.e., Library, Desktop, Music) + point certain applications to the HDD for storage.
After weighing the pros and cons of the options, I plan on using option number 3. Option 1 required the least "advanced" work, but had the downside of needing to change preferences in all my programs that default to folders like Downloads to the HDD as well as the good chance that I or others in my family would forget to navigate to the HDD to save documents. Option 2, moving the entire home folder seemed simple after reading the steps, but came with two main downsides: 1) warnings not being able to boot should the OS stop recognizing to look to the HDD for the user account and messing up the library and 2) not gaining the performance boost of keeping certain things on the SSD (e.g., the library file of iTunes and Aperture, files for current active projects kept on the Desktop).
That left me with Option 3, the one with the most setup work, but hopefully a good balance of later ease and performance.
Question:
In order to set up Option 3, my understanding is that I need to create a new folder in the HDD, delete the usual folder in the user home folder, and then create a symlink that lives in the user home folder so programs reference it and seemlessly access the folder in the HDD.
Does this really work without any problems? In order to delete folders like Documents and Downloads, you need to ignore warnings that say the folder "can’t be modified or deleted because it’s required by Mac OS X" and then use terminal commands to do so.
Of course, I plan to replace these folders with symlinks, so I think all should be fine and applications will just see the newly created folder without a hitch. I just want to be sure.
Here are some links to articles outlining the method:
http://gigaom.com/apple/how-to-create-and-use-symlinks-on-a-mac/
http://macperformanceguide.com/SettingUp-Relocating-Documents.html
http://martinbay.net/how-to-move-user-folder/
Thanks for the help!

Just a note... I've noticed a problem in some sandbox apps when trying to save a file to the symlinked Documents directory.. depending on how the app saves the file, it might throw an error.

Similar Messages

  • How can i update apps bought using someone elses id on an ipad and i want to delete that id and replace with my own

    Hi I was just wanting to know if anyone can help with a problem I am having with an iPad 2. Some apps were purchased with one apple id and when I try to update the apps signed in with my id it asks for the password to the other id but also on an iPod touch apps were purched with first id and when someone else tries to download more apps it aske for the first persons apple id so is there any way than I can override these problems easily or be able to delet that persons id permanently so as we can download and update without it asking for a password that nobody knows or has access to please.
    I need this problem fixed ASAP.

    Hi Maree85,
    Unfortunately the apps bought by one ID need these ID for update the app. If you want to use it with your ID you must delete and buy the app (or download it if its free) again.

  • How to delete all bookmarks and replace with backup?

    Trying to sync my new iPad with my MacBook Pro and iPhone via MobileMe has created some fun new problems. For starters: I now have a full set of duplicate Safari bookmarks. Two of everything.
    Fortunately, I (think) I made a safe backup before performing the fateful merge (suggested by Sync) that caused the duplicates. So now I'd like to delete ALL my bookmarks and re-import the saved backup bookmarks.
    But I can't figure out how to delete all my bookmarks at once. It looks like my only choice is to delete them one at a time. Is there some way to simply trash the entire bookmarks file and re-import the ones I saved?

    HI Adam,
    You can use Safari Prairiefire to find duplicate Safari Bookmarks.
    http://www.balooba.se/baloobasoftware/index.html
    After you install the software which you can use in demo version to do this click the Get Bookmarks tab. Then from the menu click: Tools / Check Duplicates.
    I've had the same thing happen using my MobileMe account also.
    Carolyn

  • HT1719 I have music on my Shuffle and want to transfer it onto iTunes but when I go to Sync it, it warns me that all the music on my Shuffle will be deleted and replaced with what's on my iTunes. I have a new mac-mini and my old computer was an HP.

    Can anyone tell me how to tranfer the music that is on my Shuffle to iTunes? When I go to Sync it, it gives me a warning that all the music on my Shuffle will be deleted and replaced with what is on my iTunes. I recently changed computers from an HP to a Mac-Mini and did not transfer/sync the itunes prior to getting rid of my itunes. So the music I had on itunes does not appear in my library. Help please!

    See this excellent user tip from another forum member turingtest2 outlining the different methods and software available to help you copy content from your iPod back to your new Mac and into iTunes.
    Recovering your iTunes library from your iPod or iOS device
    Then proceed to do the Erase and Sync or restore the device.
    B-rock

  • How can I delete ALL contacts on my iphone and replace with an updated file from my Outlook on PC

    how can I delete ALL contacts on my iphone and replace with an updated file from my Outlook on my PC

    iTunes running, your phone connected, on the Info Pane, scroll down to "Advanced". Put a check in the box labeled "Replace Info on this Phone for Contacts" on next sync. Hit the apply/sync button.

  • Find text and replace with image - Help needed

    Hi,<br /><br />We need to place the images as inline in the appropriate places.<br /><br />texttexttext<<test1.eps>>texttexttexttexttexttext<<test2.eps>>texttexttexttexttexttext< <test3.eps>>texttexttexttexttexttext<<test4.eps>>texttexttexttexttexttext<<test5.eps>>text texttext<br /><br />This code is helpful for placing a single image at a time, we are unable to place all the images in one shot, can anyone help me out.<br /><br />I am not a programmer.<br /><br />-----------<br />var myDoc = app.activeDocument; <br />app.findPreferences = app.changePreferences = null; <br />var math=document.search("test.eps"); <br />for (i=math.length-1; i >=0; i--)<br />{ myDir = Folder.selectDialog(); <br />AllGraphics = Folder(myDir).getFiles('test.eps') <br />for (i=0; i<math.length; i++) { app.select(anil1[i]); <br />     myDoc.place(AllGraphics[i],false); } }<br />-----------<br /><br />Note: I have taken this code from forum and we have made some changes on this.<br /><br />Kavya

    Jongware,<br /><br />I try running it but gives errors:<br /><br />Error Number: 55<br />Error String: Object does not support the property or method 'changePreferences'<br />Line: 24<br />Source: app.findPreferences = app.changePreferences = null;<br /><br />This is the code I used<br /><br />// Find text and replace with image for InDesign CS3 <br />// http://www.adobeforums.com/webx?128@@.3bbf275d.59b6f012<br />var heyItsAnArray = new Array ( <br /><br />   "it contains this line!", <br /><br />   "as well as this one", <br /><br />   "or even more!", <br /><br />   "test.eps" ); <br /><br />for (arrayCount=0; arrayCount<heyItsAnArray.length; arrayCount++) <br /><br />{ <br /><br />   replaceImg (heyItsAnArray[arrayCount]); <br /><br /> } <br /><br />function replaceImg (name) <br /><br />{ var myDoc = app.activeDocument;  <br />     app.findPreferences = app.changePreferences = null;  <br />     var math=document.search(name); <br />     for (i=math.length-1; i >=0; i--)  <br />     { myDir = Folder.selectDialog();  <br />          AllGraphics = Folder(myDir).getFiles(name)  <br />          for (i=0; i<math.length; i++) { app.select(anil1[i]); <br />               myDoc.place(AllGraphics[i],false); <br /><br />               } <br /><br />          } <br /><br />     }<br /><br />Michael

  • I was trying to set up my aunt's iphone 3gs with itunes but accidently backed up her phone with my phone information so now all her contacts, photos, and notes are all gone and replaced with my phone information. Is there anyway I can restore it back?

    I was trying to help my aunt set up her phone to itunes on my computer but when it asked me whether I wanted to set it as new device or use the backup from previous iphone data, I clicked restore from backup. I didn't realize that clicking that option would delete all of her information on the phone and relace it with mine. Her contacts, phones, notes, and all of her information are gone and replaced with mine just like my phone. Is there any way I can restore her phone because she really needs all those information orignally stored on her phone? She just got her phone not long ago and didn't backed up any of her information on her phone.

    If her data was not backed up or synced to something, it's gone. Sorry.

  • IPhoto, moving photo's to my document folder, and remove thumbnails from iphoto.

    iPhoto, moving photo's to my document folder, and remove thumbnails from iphoto.
    How to? Please...I cut and paste items, it is removed from iphoto for a few seconds then they appear again.

    The photos that are appearing on the mini - are they photos taken with an iPhone or iPad? If so, open System Preferences on both computers and select the iCloud tab. On the mini, click the Photos checkmark off and on the MBP click the Photos checkmark on (if it isn't already), then start iPhoto and select Preferences. Select the Photo Stream tab and make sure Photo Stream is on.

  • HT203261 How do I get rid of small Emoji from my keyboard and replace with Big Emoji.

    How do I get rid of small Emoji from my keyboard and replace with Big Emoji. When I go to keyboards neither is listed.

    I deleted one type of (small) Emoji and downloaded Big Emoji.
    Now when I go to keyboard and select Emoji it's still the small Emoji, even though I deleted that app

  • HT1212 When I hit the restore button on itunes to restore my iphone 3gs to factory setting as I am giving it away  it takes me to my PC document folder and asks for a file name

    Hi,
    Im trying to restore my iphone 3GS as i am giving it to my dad. When I hit the restore button when connected to my PC and itunes it takes me to my documents folder and asks for a filename. I cant find anywhere on the internet that this has happened to anyone else and the steps that itunes say are supposed to happen arent. please help.

    It says   at the top      under Redeem after I touched that:
              $14.73
    Account: [email protected]   (my account name)
    Enter your Gift Card or Download Coad

  • My iphone is synced and backed up with another computer which is now broken... and i have synced it with a new one but when i want to do anything itunes says all data will be erased and replaced with the current itunes library?what do i do?

    my iphone is synced and backed up with another computer which is now broken...i have synced it with my new computer  but it hasnt transfered anything over to itunes and when i try to add anything to my iphone it says all data will be erased and replaced with the current itunes? i dont want to lose all my apps and music.... i dont know how to go around this problem? i want to back it all up and sync it properly to my new computer so that is now my main computer , so i can add ring tones and music etc with out it erasing everything ive got. any answers would be great and muchly appreciated. thanks, im not sure what operating system my iphone has either.....

    It has always been very basic to always maintain a backup copy of your computer for just such an occasion.
    Use your backup copy of your computer to put everything on the new one.
    It sounds like you have failed to do this, which is not good at all.
    You will have to transfer your itunes purchases from your iphone.  Authorize your computer for your itunes account 
    About iTunes Store authorization and deauthorization
    Open itunes, plug in iphone, do NOT sync, click File>Transfer Purchases
    When you do sync you will lose your pics ( photo library - synced from your old computer), your itunes content ( music, apps, videos,etc) , your contacts and your calendars.  So do NOT sync yet.  This is why a backup copy is so important.
    Enter one unique contact and calendar entry on your computer.
    When you first sync, you should get the option to merger the data.  Choose it.
    If you want your pics, then you will need to e-mail them to yourself before you sync.  They will not be of the original quality as they are reduced when synced to iphone.
    When all is as goos as it can be, then backup your computer, and always maintain the backup.

  • HT4061 just deactivated my iPhone 4s and replaced with 5s. The phone was wiped. I would like to activate it just to use it as an iPod. However I do not remember my iCloud username and password and cannot activate without it. How can I get past this?

    Just deactivated my iPhone 4s and replaced with 5s. The phone was wiped. I would like to activate it just to use it as an iPod. However I do not remember my iCloud username and password (from several years ago) and cannot activate without it. How can I get past this?

    Forgot iCloud username: http://iforgot.apple.com/appleid
    Forgot iCloud password: http://iforgot.apple.com

  • Rewrite  process and remove the call to f-54 and replace with bapi proces

    Hi Gurus,
    Please help me to find the soultion.
    The root cause of this continual problem is the design and use of BDC session for F-54.  Is there a redesign possible with ECC6.0?
    I wanted to rewrite the process and remove the call to f-54 and replace with bapi process.
    if this is now possible in ECC 6.0
    The benefit would be to better control what PO was used in the DP recoupment.
    Thanking you,
    Raju Singhireddy.

    Hi Balaji,
    Check this BAPI
    BAPI_QUOTATION_CREATEFROMDATA
    BAPI_QUOTATION_CREATEFROMDATA2
    BAPI_CUSTOMERQUOTATION_CHANGE
    Regards
    Arun

  • HT204088 When trying to update an app, it partially downloads and then displays the message "unable to download item" Please try again later. This happens on any app I try. I have tried deleting the app and reinstalling with same results. What can I do?

    When trying to update an app, it partially downloads and then displays the message "unable to download item" Please try again later. This happens on any app I try. I have tried deleting the app and reinstalling with same results. What can I do?

    I have the same thing happening on my iPod Touch 5th gen. Been happening for at least a month. I have updated to the most recent version of iOS which hasn't solved the issue. Must be a bug that they didn't get around to resolving yet, a year later. Really annoying to have it pop up when you are in the middle of a game though.

  • How do I remove one failing hard drive from raid set and replace with new one

    Last Friday apparently one of my raid drives started failing.
    As I mentioned on this forum I started getting continous beeping.
    I was finally able to get the raid working at a degraded level.  I ordered a replacement hard drive which is arriving today.
    (In the meantime I made twice daily backups of my work.....)
    Below was the message I got from the browser based raid software:
    Blahblah 09    1000.2GB   RaidSet Member SamSung HD103SJ
    Blahblah 10    1000.2GB     Free                 SamSung HD103SJ
    Blahblah 11    1000.2GB   RaidSet Member SamSung HD103SJ
    Blahblah 12    1000.2GB   RaidSet Member SamSung HD103SJ
    (See this earlier thread if you wish!)
    http://forums.adobe.com/thread/727867?tstart=0
    At one point when I did the checked the browser interface I saw the message Failed and Degraded
    As I said, I was able to work over the weekend on the degraded system.
    This morning I got the beeping again and did the rescue and now I am running a "full raid" without the notice that one raid was "Free".
    In any case, the new hard drive is arriving today.
    What steps should I take to incorporate the new drive into the raid system.
    I have one OS drive
    and 4 tb raid drives.   One needs to be replaced with the new one that I am getting today.
    Thanks
    Rowby

    Harm,
    Regarding your comment:
    Re: How do I remove one failing hard drive from raid set and replace with new one
    Please tell me how to read the serial number from an individual drive rather easily, without un-installing them:
    If you select the proper drive to change out, you only need to remove one drive and look at its serial number...
    Step 1: Identify bad drive serial number using Areca's tools
    Step 2: Turn off the computer
    Step 3: Remove what you think is the bad drive based on following your numbered cable method, marked hot-swap bays, whatever
    Step 4: Verify that the serial number matches the "bad drive" serial number from step 1; if it does great, proceed; if it does not match, go back to step 3
    Step 5: Change out the CORRECT drive - that's the bottom line for this whole procedure
    Cheers,
    Jim

Maybe you are looking for