How do I move my iTunes from one external hard drive to another?

Hi. I received a NEW external hard drive for my G5 for Christmas. I have moved all my photos, files etc onto the NEW external hard drive. After I thought I moved the iTunes music, I went to start my iTunes and the following error came up...*"The folder iTunes cannot be found or created, and is required. The default location for this folder is inside the "Music" folder*."
So I plugged my OLD external hard drive in and researched Apple support. I found the subject "iTunes for Mac: Moving your iTunes Music folder" at http://docs.info.apple.com/article.html?artnum=301748 (I had followed these directions originally when I moved the folder to the OLD external hard drive). So I followed the directions again, and thought it was now on the NEW external hard drive. Well again, after I unplugged the OLD external hard drive, plugged in the NEW external hard drive... still the same error came up. Am I missing something? It is like the iTunes app is not there.

Hi. I received a NEW external hard drive for my G5 for Christmas. I have moved all my photos, files etc onto the NEW external hard drive. After I thought I moved the iTunes music, I went to start my iTunes and the following error came up...*"The folder iTunes cannot be found or created, and is required. The default location for this folder is inside the "Music" folder*."
So I plugged my OLD external hard drive in and researched Apple support. I found the subject "iTunes for Mac: Moving your iTunes Music folder" at http://docs.info.apple.com/article.html?artnum=301748 (I had followed these directions originally when I moved the folder to the OLD external hard drive). So I followed the directions again, and thought it was now on the NEW external hard drive. Well again, after I unplugged the OLD external hard drive, plugged in the NEW external hard drive... still the same error came up. Am I missing something? It is like the iTunes app is not there.

Similar Messages

  • Cannot copy itunes from one external hard drive to another.

    I have been using an external hard drive for storing my itunes and iphoto for a while now. I have never experienced any issue copying it to a larger drive for back up. My current drive is only 80 gigs (LaCie) and is almost out of space. I bought a new g-tech 500gig mini drive to replace it. Every time that I try to move the files from the old drive to the new one, I get the following error message 10 gigs into the transfer-
    [You can’t copy “Music” because it has the same name as another item on the destination volume, and that volume doesn’t distinguish between upper- and lowercase letters in filenames.]
    There is nothing on the new drive. I even took the iphoto folder off to make sure there was nothing on it to cause this message.
    Is this an external drive issue or a Finder issue? I had no issue moving the iphoto library onto the new drive, fwiw...

    I am getting exactly the same problem. It's just with the music folder. I dont get the problem copying other folders over. It gets about 22gb into copying 100gb from one external hard drive to another then I get the error message "You can’t copy “Music” because it has the same name as another item on the destination volume, and that volume doesn’t distinguish between upper- and lowercase letters in filenames." So I tried just copying the itunes folder and I still get the same message. Any advice welcome.

  • How to move LR catalog from one external hard drive to another

    I'm having issues with the external hard drive that my LR5 catalog resides on, and I would like to move it to a new external hard drive.  I'm a little nervous to do this for fear of disrupting my catalog.  Can anyone give me the steps to do this safely?

    You can move your catalog file using your operating system. Double-click on the file to open it.

  • How do I copy my  music from one external hard drive to another one?

    How do I copy my itunes library from  one external drive to a bigger drive?

    Drag the entire iTunes folder to the new HD.
    MJ

  • How do I transfer my photos from one external hard drive to another?

    I have a 500 GB eternal hard drive that I use as storage for all my photos. My iphoto uses this drive as the default library for my iphoto. I have run out of space on this drive. I have a new 1TB external drive that is mac OS formatted that I would like to move the photo library to. I tried to copy all the files on the 500GB drive and paste them to the new 1TB drive. Everything copied over but when I select the new 1TB drive as the default library, iphoto does not see any files on the new drive even though they are there. Did I copy the files incorrectly? Or does anyone have a suggestion on how to get iphoto to recognize the files on the new drive?

    See > iPhoto: How to move the Library folder to a new location
    If you moved your iPhoto Library correctly and then double-click the iPhoto Library icon in the new location, it should open iPhoto and remember the new location.

  • I transferred my iTunes library from one external hard drive to another and added more music on the same day. How do I get rid of my duplicate files without going through them one by one which would take forever?

    Please help. I have transferred my iTunes library from one external hard drive to another plus added additional music now I have duplicates of the same music in many albums. How do I delete the duplicates without going through them one by one which would take forever? I understand how to get the "show exact duplicate" feature up on iTunes but, because they were added to the library on the exact day I can't seperate them I'm that manner. So each duplicate is right next to eachother in the exact duplicate screen.

    My DeDuper script is designed to help clean up. See this thread for background.
    tt2

  • How do I move my iphoto library from one external hard drive to another?

    how do I move my iphoto library from one external hard drive to another?

    Drag it there in the Finder and then launch iPhoto with the Option key held down. Point it to the new instance of the library.
    (58012)

  • How do I move data on time machine from one external hard drive to another

    How do I move data on time machine from one external hard drive to another?

    Although the documentation says you can copy Time Machine backups in the Finder, it's very slow and sometimes doesn't work at all.
    Launch Disk Utility, open the built-in help, and search for the term "Duplicate." Follow the instructions. Turn Time Machine OFF in its preference pane while copying the volume.

  • HT1727 how do I transfer my iTunes from an external hard drive to a different computer?

    How do I transfer my iTunes from an external hard drive to a pc?

    If you don't have all of your music files within the iTunes Music folder structure, simply moving all of your music to a new location will not result in your iTunes library automatically updating the file paths to all of your songs appropriately. If you have a few other locations in which you store your music, you can take the ExportImport script turingtest2 wrote, make the modifications below, export the results, paste them into Microsoft Word or Excel, do a Find and Replace with the correct file location, and then import the new locations. To use the script, follow turingtest2's instructions on this thread as posted on Dec 19, 2012 6:28 AM.
    Note that the modifications, while they worked for me, show my lack of experience with VB as the progress bar will no longer work. Definitely be sure to back up your iTunes library file before executing the script with the below modifications, but doing this for 3500 items didn't even take 2 minutes for the script to run.
    Line 89 was:        Prog=True
    Line 89 is now:     Prog=False
    * I had to do this because otherwise the progress bar was erroring out. So, i just turned it off.
    Lines 164-165 were:    
    'File.WriteLine "<#>" & .Location           ' Not so useful if working with missing tracks
    'File.WriteLine "<Album>" & .Album
    Lines 164-165 are now three lines (the middle one is the only uncommented line): 
    'File.WriteLine "<#>" & .Location           ' Not so useful if working with missing tracks
    File.WriteLine "<Location>" & .Location          
    'File.WriteLine "<Album>" & .Album
    Finally, insert this whole block around line 270 so that it looks similar to the others:
            Case "<location>"
              If T.Location<>Value Then                ' Don't update if value won't change
                T.Location=Value
                U=U+1
                Trace T,"Updated Location"
              Else
                V=V+1
              End If
              'If Trace Then MsgBox "Updated Location"
    Note that I had to comment the very last line as well or else the program errored out. You won't be able to trace the results either.
    Just thought I'd share this in case anyone else needed something like this.

  • Can't get LR3 to import photos from one external hard drive to another?

    I'm wanting to move thousands of raw photos from a folder in one external hard drive to another folder in a different external hard drive so all my photos are in one photo folder instead of two.  I've gone through the importing routine inside of lightroom to move the folder over to the new hard drive.  However, the photos don't move because they still show up on the old hard drive and not the new one.  What's weird is when I try to import it again, the grid view shows all the photos I'm wanting to import and when I move my cursor over any of the photos they are faded out and it says the photos are already imported.  However, if this is true why aren't they showing up in the new folder on my new external hard drive?  I know the new external hard drive works fine because I've successfully been putting all my newer photos there since I started using LR about one year ago.  The one's I'm trying to move over are older photos I shot try to using LR.
    I'm stumped and need some help.  Thanks in advance.

    You wrote
    "Are you saying while I'm in LR just grab the folder I want to move and drop it into the new hard drive"
    Yes, that's the way to move photos & folders from within LR.
    LR will then update its catalog with the new location and everything should be fine.
    Importing is not a good way for moving photos / folders. Since the photos are already in the catalog you had to uncheck <Don't import suspected duplicates> or all the photos will be greyed-out in the import dialog. If you did that LR would import the photos from drive A and put it on drive B. But they would still be on drive A, so you'd have the photos on both drives and would have to delete them on drive A.
    But more important: By default LR saves all edits in the catalog, they are not saved with the images themselves. That means by doing an import instead of a drag-and-drop move you'd lose your edits.
    You can save your edits to xmp, a side-car file that is stored together with the image file, and the xmps would be imported. But LR does not store everything as xmp. For instance Virtual Copies, Collections, Stacking are saved only in the catalog, so by doing an import you'd lose these things.
    Unless you know LR very well, it's best to use the Import Feature only for images that are NOT yet in LR.
    And another thing: Before doing major operations like moving big amounts of photos, it's best to backup your catalog first.
    WW

  • I get error 8062 when trying to copy files from one external hard drive to another. It starts out copying files, but after 10 minutes or so it stops and I get the error 8062. The hard drive tech support says the problem is in my Macbook Air.

    I cannot copy my doc and photos and videos from one external hard drive to a second external hard drive -- both plugged in to my MacBook Air -- I get Error 8062 and the copying (which seemed to be going on for 10 minutes) stops and nothing gets copied.
    As any Macbook Air owner knows, there is SO LITTLE storage capacity on the computer that you have to back up big files onto an external hard drive to avoid getting the other annoying error that says you have no more memory/storage capacity/whatever the proper term is, and you cannot use the computer.
    Backstory: Before this error cropped up, I had backed up lots of files to an external drive and then removed them from my computer. But then the external hard drive got corrupted and I could not access my entire photo library. Had to pay $850 to Kroll Ontrack to recover those files. I have now bought 2 new external 1 Terrabyte  hard drives as protection against another such disaster. BUT I cannot copy the files from the first hard drive where all my reovered files now sit, to another backup hard drive.
    Feeling vulnerable. Please help.
    SusaninNY

    From the menu bar, select
     ▹ System Preferences ▹ Energy Saver ▹ Power Adapter
    and uncheck the box labeled Put the hard disk(s) to sleep when possible, if it's checked.
    If the drive has more than one interface (USB, FireWire, Thunderbolt, eSATA), try one of the other interfaces.
    Check that the data cable is securely inserted at both ends.
    Try a different cable.
    If you're connecting the drive through a hub, connect it directly to a built-in port on the Mac.
    If you're connecting it directly, try a different port.
    Disconnect all other devices on the bus, or as many as possible.
    Test the drive with another Mac. Test another drive with this Mac.
    If the drive is bus-powered, but has an AC adapter, connect the adapter.
    Start up in Safe Mode and test.
    If the drive doesn't work under any of the above conditions, and if another drive does work with the same Mac, then the drive has failed. You may be able to salvage the mechanism by removing it from the enclosure and installing it in another one, or in a drive dock.

  • How to move mt itunes library from one external hard drive to another

    I would like to move my itun4es library from my external hard drive H to external hard drive M; how do I go about this? without losing items

    Short version: use the itunes consolidate command
    Long version: read this
    http://www.ilounge.com/index.php/articles/comments/moving-your-itunes-library-to -a-new-hard-drive/

  • I moved my itunes media from one external hard drive to another. How do I change the shortcut on my desktop to open to the new external hard drive?

    Ok, so i originally installed itunes on an external hard drive (G drive) and not my PC. So my itunes runs completely from my external and that how I like it. Well over time it got full so I bought and moved all my media over to a bigger 2TB external hard drive (D drive). I verified that all the media (music, movies, tv show etc) are all on the new drive and everything points to it. However the itunes shortcut on my desktop still points to the G drive external. If I unplug it and try to open itunes it gives me an error. So I have to keep the G external drive plugged in just to launch itunes and then use my new D external to get the media. How the heck do I change that? I tried moving the itunes.exe file over to the new drive but that didnt work. I want it to run exclusively off the new D external. Please Help Me!!! I am using Win 7 if that helps.

    My DeDuper script is designed to help clean up. See this thread for background.
    tt2

  • HT201250 can i back up my iTunes on one external hard drive to another external hard drive through time machine?

    I have my itunes on an external hard drive which I use on my macbook. Can I back these files up through time machine onto a second external hard drive?

    For TM yes, for another backup program running on the mac yes. You can avoid the NTFS issue by installing a NTFS driver in your mac: there are two proven ones: Paragon and NTFS-3G. These drivers make it possible for a mac to read and write NTFS formatted drives.
    But it will not help TM (I am not 100% sure about that), but other backup apps it will help.

  • HT1589 iMac:  How do I move my iTunes folder from one external hard drive to another external drive?

    Due to file size reasons, I found myself several years ago with the need to move my iTunes Library from my desktop's internal drive to an external drive [which I also used via partition for a backup of my internal drive]  I now have to move to a different external hard drive -- again for more space.  I've copied the iTunes Library to the new drive, but can't seem to get iTunes to recognize and run it.
    What specifically do I need to do to get this done?

    You could plug the WD drive straight into the TC but it will be much faster to do it with the WD drive plugged into the computer.. and just mount the TC hard disk in Finder.
    To move itunes library you must follow the Apple instructions.. http://support.apple.com/kb/ht1449
    You may need to reconnect itunes to the library before you try to move it.. !!

Maybe you are looking for