Lost file associations when disconnecting/reconnecting external hard drive

Dear iTunes pros,
I have a question that I haven't been able to find an answer to despite searching various forums.
I used to have all my music in the iTunes Music folder on my local drive. But some time ago I added to the iTunes library a lot of music that I had on my external hard drive - importantly, when adding it, I did not choose the consolidate library option as 1) I don't have enough space on C:\ to move all that music from the external hard drive to the iTunes Music folder on C: 2) for that particular collection I wanted to keep my original folder structure and not have it rearranged by iTunes according to the standard artist/album/file format.
Everything was well until I disconnected the external drive and reconnected it again. Now iTunes cannot play any of the files that I have on the external drive -- I get an exclamation point next to each one saying that the original file cannot be found.
This would be normal if I tried to play these files with the hard drive disconnected -- obviously then iTunes cannot locate the files as they are not there on the system.
But once I have reconnected the external hard drive, shouldn't the cross-references in the iTunes library files work correctly again? I have not changed anything with the files, the paths remain correct, so why can't iTunes see the files? (Let me add that there is nothing wrong with the hard drive -- I can easily play the files with other players - or even with iTunes! - if I simply go to their location on the external drive and double-click on them)
How do I get my file associations back? Let me add that I don't want to consolidate my library at this moment.
I hope there is an easy way to do this as obviously manually reconnecting several thousand library entries to files is not an option.
I will be immensely grateful for any ideas.

My guess is that the drive letter to your external drive has changed. This can happen with Windows if you don't affix it to a specific letter permanently. Try this:
1- Check to see what letter Windows currently has assigned to your external drive. Next you need to check to see what iTunes thinks the letter should be. If you know that the drive letter changed and remember what it was, skip step #2 & 3.
2- Locate your "iTunes Library.xml" file and make a copy. Open the copy with Excel if you have it, Internet Explorer can also open it.
3- Look for an entry like "file://localhost/E:/My%20Music ..." In this example iTunes knows my files are on my E:/ drive. Close the copy of the .xml file.
4- If iTunes and Windows are reporting different letters then you need to tell Windows what the letter should be. Go to Windows Disk Management and assign the letter that iTunes last used for the drive. I believe there is an option to make the letter permanent.
5- Open iTunes and you should be good to go.

Similar Messages

  • Large files fail when copying to external hard drive

    Hi, I am trying to copy 2 extremely large dmg files (both 4-7 GB each) from my macbook to an external hard drive. When the file is almost done I get an error message saying it couldnt do it. I have heard about this happening to other people because their external harddrives were not formatted correctly or something. Is there some precedural way of doing this, if so what are the steps. Thanks.

    In addition to the other suggestions, you may want to try connecting the drive directly to the MacBook. While this is probably sensitive to the exact combination of hardware, I'm finding that I have problems if I connect my drive to either my first-gen aluminum Apple Cinema Display or an external USB 2.0 hub, but no problems whatsoever if I connect it directly to one of the MacBook's two USB ports.
    The exact error message you get would also be helpful.
    Doug

  • Files vanish when copying to external hard drive

    Just purchased an iMac 24" and struggling with files disappearing.
    We use a laCie external hard drive with firewire connection. Normally we have no trouble just dragging files over to the lacie drive. But twice in the past week the files we drag over just disappear - poof - gone fom the iMac and the laCie. Never happened with the other Macs.
    Any ideas?

    Lacie has had problems with several of their drives and Leopard. Expecially the 160 and 400 drives and Porche models.
    I'd check their site to see if there is a firmware update that should have been applied to the drive.
    The MyBook drives are also going through similar issues and Western Digital considers the problem fixed with their drives by installing a new firmware update that only runs on a windows machine.
    I've heard similar problems with Buffalo devices.
    These kinds of problems all appear to be caused by Leopard, yet many of the manufacturers are putting out firmware updates, like maybe they didn't follow all of the rules in the transfer protocols they use? Commands like "FSMoveObject and FSCopyObject" run and transfers files since late versions of 10.4. The drives in question, seem to send a "copy complete" code when it isn't actually complete and the Mac deletes the file.
    I have not heard of this happening with Hitachi drives.

  • Hi! I have a WD my book external hard drive plugged into my imac and I want to share it over my network with my apple tv. I went into system preferences sharing, checked "file sharing" and added my external hard drive to the shared folder. So now it is

    Hi!
    I have a WD my book external hard drive plugged into my imac and I want to share it over my network with my apple tv. I went into system preferences > sharing, checked "file sharing" and added my external hard drive to the shared folder. So now it is listed in "shared folders" but under "users" everything is grayed out (it says "read and write" for "everyone" - but "read and write" is grayed out, and it doesn't let me add or subtract users). Now I can access all of the folders I shared from my imac except for the externalhard drive. What's going on?

    Hi RRFS!,thanks for help.I forgot to tell that hard drive has 2 partitions 1:format :Mac OS Extended (Journaled) and that works properly,2:format:MS-DOS (FAT32) and when i "get info" for both :first has shering & permitions:You can read and write - with name and privilege, second has shaing & prermissions:You can read and write- without name and privilege

  • Is it possible to open a program when connecting an external hard drive?

    Is it possible to open a program when connecting an external hard drive?
    I have a external hard drive with an iphoto library. I just want to connect my drive and automatically see iphoto open! Possible?
    I know there are some action scripts, am i right?

    Ok, here are the steps to take. Doing this involves generating two scripts, the first of which will have the system monitor the attachment of a hard drive, and the second which will conditionally open iPhoto. To make these and set them up, perform the following steps (it is a little involved, but will get you the result you want):
    Script 1: A launch agent to monitor attached hard drives
    1. Open the Terminal utility in the /Applications/Utilities/ folder. Then copy and paste the following command into it and press Enter, which will open up an editor program in the Terminal:
    pico ~/Library/LaunchAgents/iphotodrive.plist
    2. Now copy and paste the following text to the Terminal window in its entirety so it is all entered into the Terminal editor:
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
    <plist version="1.0">
    <dict>
              <key>Label</key>
              <string>local.iPhotoDrive</string>
              <key>QueueDirectories</key>
              <array/>
              <key>WatchPaths</key>
              <array>
                        <string>/Volumes</string>
              </array>
              <key>ProgramArguments</key>
              <array>
                        <string>/Users/USERNAME/Library/iphotodrive.sh</string>
              </array>
    </dict>
    </plist>
    3. Use the arrow keys to navigate your cursor down to the place where it says /Users/USERNAME/Library..., and change the text of "USERNAME" to be the same name as your account home folder. For example, my login name in OS X is "tkessler" so my home folder is also "tkessler," so for me this is what should go in place of "USERNAME" in the text above.
    4. Now press Control-O to save the file, and then Control-X to exit the editor (use Control, and not the standard Command key here).
    Script 2: A shell script to open iPhoto when your drive is attached
    1. Type (or copy and paste) the following command in the same Terminal window to make the second script in the same editor:
    pico ~/Library/iphotodrive.sh
    2. Now copy and paste the following text into the Terminal editor:
    #/bin/bash
    if [ -d /Volumes/"IPHOTODRIVE" ]; then
            open -a iPhoto;
    fi
    3. Again use the arrow keys to navigate, and edit the text IPHOTODRIVE to be the exact name of the drive you would like to spur iPhoto to open. The name will be case-sensitive, and spaces are OK within the quotes.
    4. Again save this file by pressing Control-O, then press Control-X to quit the editor.
    5. Next ensure this new script can be run, so to do this now copy and paste the following command:
    chmod +x ~/Library/iphotodrive.sh
    Now to activate these scripts you can log out of your account and log back in, and they should work as expeted, and will launch iPhoto only when a drive named "IPHOTODRIVE" (or whatever you edited this entry to be) is attached to the system. This procedure will create two files at the following locations on your computer, so to undo it simply remove these two files followed by logging out and back in, and you should be good to go:
    /Users/USERNAME/Library/iphotodrive.sh
    /Users/USERNAME/Library/LaunchAgents/iphotodrive.plist
    If you run into any problems, then write back here and we can figure out if there are any nuance details to cover for your setup.

  • Can I bring files from a NTFS formatted external hard drive (from Windows XP 32 bit desktop) to my new macbook pro retina?

    Can I bring files from a NTFS formatted external hard drive (from Windows XP 32 bit desktop) to my new macbook pro retina?

    What are these files you are trying to copy over?
    If they are program specific and there is no program on a Mac to read them then you'll have to find either a Mac version of that program or one that does the same thing and can read those files.
    The file extension should not change just because you connect a NTFS formatted drive to a Mac computer. A Word Document is still a .doc/.docx ad the same for all other office type programs. Music files with an extension of .MP3, or whatever, should read the same on both system. Same goes for all other files like images with a .JPG extension.
    Yes I would network them.
    I would not use Migration Assistant. There is nothing on your Windows PC that can be used on the Mac other than your personal data files. No programs or settings can be carried over from Windows to OS X.
    marimbapony1 wrote:
    Also, when I view the files from the external hard drive, they show up as .nbz and are not recognized by any program on the Mac. Should I just abandon the hard drive option and start sharing files through the LAN approach?

  • I get the following error when formatting a external hard drive. Partition failed with the error:  POSIX reports: The operation couldn't be completed. Cannot allocate memory

    I get the following error when formatting a external hard drive.
    Partition failed with the error: 
    POSIX reports: The operation couldn’t be completed. Cannot allocate memory
    I have a Macbook pro 13" A1278. I purchased it around december 2010. I have a HHD 3.5" drive desktop select II 1.5TB. I purchased it around Febuary/March 2011 to use with my Macbook pro. I formatted it and moved all my files to there, I got it so my macbook's hard drive wouldn't brake and I lose everything on my macbook.
    Is there any fixes?

    First, try a system reset.  It cures many ills and it's quick, easy and harmless...
    Hold down the on/off switch and the Home button simultaneously until the screen blacks out or you see the Apple logo.  Ignore the "Slide to power off" text if it appears.  You will not lose any apps, data, music, movies, settings, etc.
    If the Reset doesn't work, try a Restore.  Note that it's nowhere near as quick as a Reset.  From iTunes, select the iPad/iPod and then select the Summary tab.  Follow directions for Restore and be sure to say "yes" to the backup.  You will be warned that all data (apps, music, movies, etc.) will be erased but, as the Restore finishes, you will be asked if you wish the contents of the backup to be copied to the iPad/iPod.  Again, say "yes."

  • Will a Mac automatically delete files/videos/pictures from an external hard drive?

    I plugged in one of my external hard drives that contained documents, photos, and videos formatted from Windows.  When I plugged it into my MacBook none of my files were on the external hard drive and I didn't see any prompts asking if I wanted to reformat my hard drive so I'm not sure if it was automatically deleted.  Will a MacBook automatically delete files, pictures, videos from an external hard drive?

    No.
    What format is the external drive?

  • Can I disconnect the external hard drive even if Time Machine is set to back up every so often?

    I noticed that Time Machine backs up the system ever so often.  What happens if I disconnect the external hard drive I'm using as the back up and Time Machine tries to initiate a back up?  Will it corrupt anything?

    As long as you properly eject the drive before unplugging it, TM will detect that is no longer mounted and will not do anything until you plug it back and OS X mounts the drive again.
    TM was designed with the knowledge in mind that many people would be using it with laptops, and thus inherently unplugging and plugginh in their TM backup devices many times.

  • Does file vault effect using a external hard drive as back up

    does file vault effect using a external hard drive as back up

    weird_glasses wrote:
    ... as you can guess Im still on L plates ...

  • Why can't I drag my files in finder to an external hard drive?

    I'm trying to drag my files from finder to an external hard drive--I just get the universal "do not" symbol.  How do I do this?

    1.youd need a program like PARAGON to write to a NTFS drive from your Mac.
    2. IF you can offload that data onto your PC or other computer, THEN format same in Mac OSX extended journaled, you can just drag and drop files to it.
    3. To show the HD on desktop go to Finder > preferences > General > check on "external disks" and "hard disks"
    4. The "EASY" option really is to get another HD for use with your Mac, unless of course you need specific files off that drive ON your Mac.
    $70 for a good cheap quality 1TB external USB HD.
    5.  FAT32 and (better option>) EXFAT can read/write to BOTH Mac and PC   (however time machine will not use either)
    6. See mac format below, HFS+ i.e. "mac osx extended journaled"
    FORMAT TYPES
    FAT32 (File Allocation Table)
    Read/Write FAT32 from both native Windows and native Mac OS X.
    Maximum file size: 4GB.
    Maximum volume size: 2TB
    You can use this format if you share the drive between Mac OS X and Windows computers and have no files larger than 4GB.
    NTFS (Windows NT File System)
    Read/Write NTFS from native Windows.
    Read only NTFS from native Mac OS X
    To Read/Write/Format NTFS from Mac OS X, here are some alternatives:
    For Mac OS X 10.4 or later (32 or 64-bit), install Paragon (approx $20) (Best Choice for Lion)
    Native NTFS support can be enabled in Snow Leopard and Lion, but is not advisable, due to instability.
    AirPort Extreme (802.11n) and Time Capsule do not support NTFS
    Maximum file size: 16 TB
    Maximum volume size: 256TB
    You can use this format if you routinely share a drive with multiple Windows systems.
    HFS+ ((((MAC FORMAT)))) (Hierarchical File System, a.k.a. Mac OS Extended (Journaled) Don't use case-sensitive)
    Read/Write HFS+ from native Mac OS X
    Required for Time Machine or Carbon Copy Cloner or SuperDuper! backups of Mac internal hard drive.
    To Read HFS+ (but not Write) from Windows, Install HFSExplorer
    Maximum file size: 8EiB
    Maximum volume size: 8EiB
    You can use this format if you only use the drive with Mac OS X, or use it for backups of your Mac OS X internal drive, or if you only share it with one Windows PC (with MacDrive installed on the PC)
    EXFAT (FAT64)
    Supported in Mac OS X only in 10.6.5 or later.
    Not all Windows versions support exFAT. 
    exFAT (Extended File Allocation Table)
    AirPort Extreme (802.11n) and Time Capsule do not support exFAT
    Maximum file size: 16 EiB
    Maximum volume size: 64 ZiB
    You can use this format if it is supported by all computers with which you intend to share the drive.  See "disadvantages" for details.

  • When adding an external hard drive, should you hook it up to your iMac or your Apple Extreme router?

    When adding an external hard drive, should you connect it directly to your iMac or to your Apple Extreme router?

    That depends on what you are using it for. The advantage of connecting it to the router is that you can share the drive over your home network and/or over the Internet. That can be convenient but drive access is performed at network speed - slower than when connected directly to the computer. If you need/want to share the drive, connect it to the router, otherwise connect it directly to the computer.

  • Do macs keep a record of what files are copied to an external hard drive?

    Is it possible to set up a MacBook to keep a record of what files are copied to an external hard drive?

    Start up in safe mode and log in to the account with the problem. Note: If FileVault is enabled in OS X 10.9 or earlier, or if a firmware password is set, or if the startup volume is a software RAID, you can’t start in safe mode.
    Safe mode is much slower to start up and run than normal. The next normal startup may also be somewhat slow.
    The login screen appears even if you usually log in automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin.
    You may now be able to log in and move the files off the Desktop. Then restart as usual.

  • HT201250 how do you safely disconnect the external hard drive?

    how do I safely disconnect the  external hard drive?

    You can also click the little "Eject" button next to the disk in the Finder sidebar, or right-click the disk and choose the option to eject, or select it and press Command-E, all as alternative options to eject the drive.

  • When i run Time Machine to back up my computer onto an external hard drive, i have no way of knowing when the back up process has been completed. I don't know when it is safe to disconnect the external hard drive - which is store in a separate location.

    When i run Time Machine to back up my computer on to an external hard drive, i have no way of knowing when the back up process has been completed.  This is necessary to know because i don't leave my external hard drive connected to the computer.  I routinely disconnect it after backing up the hard drive, and then i store the external hard drive in a different location from the computer.  So, knowing when the back up process has been completed would be a very helpful thing to have the computer specify. 

    Just enable Time Machine's menu extra (System Preferences -> Time Machine -> Show Time Machine in menu bar.
    This will add a little Time Machine icon to your menubar. When Time Machine is actively backing up your data, the icon will spin as a visual indicator. You can also click the menu icon to see the backup status, including how much data is left to back up.

Maybe you are looking for

  • Excel Services Refresh method not working in Sharepoint 2013

    Hi, In our application, we open excel services workbook in sharepoint 2013. Using sessionid of the workbook, we called Refresh and CalculateWorkbook methods in that order. After Calculateworkbook method, I see time stamps in LastUpdatedTime for each

  • Safari crashes in OS 10.6.8 shortly after opening

    I just started having this problem a couple of weeks ago. I like using Safari as my main browser; but it crashes everytime I use it.

  • Cancelled Excise Invoice in J2IUN.......Urgent

    Dear Gurus, We have to post MODVAT for the month of July 2007. But system showing Cancelled invoice in Excise payable duty invoice list. Invoice date and cancelled invoice date was same. Pls guide me. Regards, Venkat

  • How to fix a mac book which keeps restarting?

    Hi, my macbook pro 15" (2010 edition) has been re-starting on its own. the problem started after downloading mountain lion and was very infrequent at first. I gave it the authorised service centre who re-loaded the software and sent it back, but the

  • Installing ADF Runtime without GUI

    I'm trying to install Application Development Runtime 11.1.1.6 (http://www.oracle.com/technetwork/developer-tools/adf/downloads/index.html) on Oracle Enterprise Linux with no X window installed. I've successfully installed Weblogic Server (without X)