Organizing With An External Harddrive

I enjoy making iDVD movies etc., but found my Apple notebook running out of hard drive space. An Apple salesperson suggested I transfer my photos to an external hard drive, and then "re-import" only the photos I wanted to use in creating an iDVD. I successfully moved all my photos to an external hard drive - but find it tough, if not practically impossible, to find in the external hard drive the photos I want to reimport and use - they are not filed under my personal album name, but use numbers that seem to have little rhyme or reason. Could anyone kindly offer any advice on my workflow, or other suggestion, to make this process work better for me so I can more readily find photos stored in the external hard drive. Thanks in advance for your help.

Douglas:
Welcome to the Apple Discussions. I'm thinking that the salesperson meant copying your entire iPhoto Library folder to your external HD and operate it from there. You would do that by launching iPhoto with the Option key depressed and the when asked, navigate to the external HD and select the iPhoto Library folder. You can then delete the iPhoto Library folder you have in your Pictures folder to free up HD space. Then when in iDVD you would go to the Settings->Media->photos window and select the photos from albums in your iPhoto library and drag them into the slideshow organization window. Here's an Apple KB document about moving the library to a different location: Moving iPhoto Library Folder to New Location.
As far as free space is concerned it's widely recommended that you have a minimum of 15% or 10G, whichever is greater, free space on your boot drive. Here's another method to regain some real estate on your boot drive:
1 - run either Cache Out, OnyX or Mac Sweeper to clean out the various cache and archived log files.
2 - run Monolingual to remove the unneeded language modules. I saved 900+MB the first time I did it.
Hope this has been of some help. Good luck.
OT

Similar Messages

  • Help, please! Any advice on how I link my new iMac and my new itunes software with existing external harddrive containing my entire itunes library?

    Help, please! Any advice on how I link my new iMac and my new itunes software with existing external harddrive containing my entire itunes library?

    Hello!
    It should be a matter of
    Quiting iTunes first if it's running
    Connecting your external harddrive to your Mac, use the Finder to browse to it
    Find your iTunes folder on the ext HDD and double-click on iTunes Library.itl
    If you have any trouble with this, please let us know.

  • Using iTunes with an EXTERNAL HARDDRIVE

    In order for iTunes to work properly (no skipping, seemless playback, quick loading to the ipod) with a external harddrive, what specifications does the HD need to have? For example, is a 7200rpm harddrive necessary, or will a 5400rpm harddrive work sufficiently?
    What about transfer rates? What connection must be present between the harddrive and iTunes, usb 2.0 or firewire 800?
    thanks -
    Chris

    5400rpm should work. That is a common laptop hard drive speed. USB2 very helpful, much faster than USB1. Firewire 400 will work, 800 not needed.
    My setup is currently a 7200rpm PATA 250GB drive in an external enclosure using Ethernet to my network. Most often I sync using wireless 802.11g but plug in to wire when downloading from store.

  • Problem with mounting external harddrive

    Today, I've installed Arch for the first time after two years with Ubuntu. It seems to be working pretty well, but I've got a problem while mounting my external harddrive. The disc is has to partition, one formatted as ext3 and one as NTFS. Both partition shows up at the desktop, but after a while I get an error message concerning that the NTFS-partition cannot be mounted. It still appears as mounted, but I can't get access to it. The ext3-partition seems to be working, but when I try to copy a folder, the whole system freezes, and I haven't found any other things to do than pressing te power off-button.
    $ tail -f var/log/messages.log
    gives the following output:
    Jan 21 04:01:18 hauge logger: ACPI action undefined: ADP1
    Jan 21 04:01:18 hauge logger: ACPI group/action undefined: processor / CPU0
    Jan 21 04:01:18 hauge logger: ACPI group/action undefined: processor / CPU0
    Jan 21 04:01:22 hauge usb 4-1: new high speed USB device using ehci_hcd and address 3
    Jan 21 04:01:22 hauge usb 4-1: configuration #1 chosen from 1 choice
    Jan 21 04:01:22 hauge Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
    Jan 21 04:01:22 hauge ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
    Jan 21 04:01:22 hauge Initializing USB Mass Storage driver...
    Jan 21 04:01:22 hauge scsi2 : SCSI emulation for USB Mass Storage devices
    Jan 21 04:01:22 hauge usbcore: registered new interface driver usb-storage
    Jan 21 04:01:22 hauge USB Mass Storage support registered.
    Jan 21 04:01:27 hauge scsi 2:0:0:0: Direct-Access WD 2500JB External 0107 PQ: 0 ANSI: 0
    Jan 21 04:01:27 hauge sd 2:0:0:0: [sdb] 488397168 512-byte hardware sectors (250059 MB)
    Jan 21 04:01:27 hauge sd 2:0:0:0: [sdb] Write Protect is off
    Jan 21 04:01:27 hauge sd 2:0:0:0: [sdb] 488397168 512-byte hardware sectors (250059 MB)
    Jan 21 04:01:27 hauge sd 2:0:0:0: [sdb] Write Protect is off
    Jan 21 04:01:27 hauge sdb: sdb1 sdb2
    Jan 21 04:01:27 hauge sd 2:0:0:0: [sdb] Attached SCSI disk
    Jan 21 04:01:27 hauge sd 2:0:0:0: Attached scsi generic sg2 type 0
    Jan 21 04:01:28 hauge kjournald starting. Commit interval 5 seconds
    Jan 21 04:01:28 hauge EXT3 FS on sdb1, internal journal
    Jan 21 04:01:28 hauge EXT3-fs: recovery complete.
    Jan 21 04:01:28 hauge EXT3-fs: mounted filesystem with ordered data mode.
    Jan 21 04:01:28 hauge hald: mounted /dev/sdb1 on behalf of uid 1000
    Jan 21 04:01:29 hauge NTFS driver 2.1.28 [Flags: R/W MODULE].
    Jan 21 04:01:29 hauge NTFS volume version 3.1.
    My /etc/fstab looks like:
    # /etc/fstab: static file system information
    # <file system> <dir> <type> <options> <dump> <pass>
    none /dev/pts devpts defaults 0 0
    none /dev/shm tmpfs defaults 0 0
    #/dev/cdrom /mnt/cdrom iso9660 ro,user,noauto,unhide 0 0
    #/dev/dvd /mnt/dvd udf ro,user,noauto,unhide 0 0
    /dev/sda1 /boot ext2 defaults 0 1
    /dev/sda2 swap swap defaults 0 0
    /dev/sda3 / ext2 defaults 0 1
    /dev/sda4 /home ext2 defaults 0 1
    Does anyone have an idea on what to do with this problem?

    You do perhaps have to include the partitions in the fstab file. This could help you:
    http://wiki.archlinux.org/index.php/Fstab
    You want to mount /dev/sdb1 (ext3) and /dev/sdb2 (ntfs) to any folders preferably in /mnt. You will have to create them as root. Have a look at
    ls -l /dev/disk/by-uuid/
    Maybe you want to mount from there as this method is not dependent on the order and usb port number you plug it in. For ntfs you can choose
    noauto,uid=1000,gid=100,umask=027
    as mount options in fstab if your user-id is 1000.

  • AEBS with an External Harddrive as a FTP Server

    Sorry if this has been answered already so fill free to point me in the right direction if so. Here is what I'd like to do; I currently have a WD harddrive plugged in to my AEBS, I'd like to use the harddrive as a FTP server for various reasons. I'd like to publish calendars to it, share files/pics with friends and family, etc. I can't seem to figure it out. Can someone please help me out?? Please provide specific details as to what I need to do. Don't know much about port forwarding, port mapping, not even anything about FTP, just seen it done on Windows. So if you could help or suggest another way to do what I'm needing please give suggestions. I know I could purchase MobileMe, but I'd rather avoid spending another $100 when I've already invested in an AEBS and a harddrive. Thanks in advance for your help!!

    The AEBS can not act as an FTP server. You would need a different computer or server to do that.

  • Need help with new external harddrive

    I have a 4 yr old emac & I bought a Seagate 250 gb(usb 2.0) external to use with time machine.
    What do I need to do to set up as I am unfamiliar with formatting & using partitions.
    Also, if I want to upgrade the internal drive does my current system configuration limit me to any size HD? Would adding another external firewire drive be my best solution?
    Thanks for any input.
    Bob

    To prepare a new drive do this:
    Extended Hard Drive Preparation
    1. Open Disk Utility in your Utilities folder. If you need to reformat your startup volume, then you must boot from your OS X Installer Disc. After the installer loads select your language and click on the Continue button. When the menu bar appears select Disk Utility from the Installer menu (Utilities menu for Tiger or Leopard.)
    2. After DU loads select your hard drive (this is the entry with the mfgr.'s ID and size) from the left side list. Note the SMART status of the drive in DU's status area. If it does not say "Verified" then the drive is failing or has failed and will need replacing. SMART info will not be reported on external drives. Otherwise, click on the Partition tab in the DU main window.
    3. Set the number of partitions from the drop down menu (use 1 partition unless you wish to make more.) Set the format type to Mac OS Extended (Journaled.) Click on the Options button, set the partition scheme to GUID (only required for Intel Macs) then click on the OK button. Click on the Partition button and wait until the process has completed.
    4. Select the volume you just created (this is the sub-entry under the drive entry) from the left side list. Click on the Erase tab in the DU main window.
    5. Set the format type to Mac OS Extended (Journaled.) Click on the Options button, check the button for Zero Data and click on OK to return to the Erase window.
    6. Click on the Erase button. The format process can take up to several hours depending upon the drive size.
    You can install any 3.5" ATA hard drive. There is no capacity limit except that of the maximum hard drive size you can find. Upgrading is not particularly easy since the eMac was not designed for user upgrade other than adding RAM.

  • Is there a way to comunicate files on itunes with a external harddrive?

    I have a a large music library. I use itunes. All the files sit on my external drive. Is there a way (when I delete files on itunes) to have the files automatically deleted on the external drive? Also, I have heard about the duplicate file option, but is there an easier way to delete duplicated files?

    richrock
    When you go to delete a file in the iTunes Library, apple-delete will give you the option to keep or delete the file. Note this only applies in the Library not in a playlist.
    As to the duplicates: two options:
    http://www.dougscripts.com/itunes/scripts/scripts01.php?page=1#corralitunesdupes
    or
    http://www.hyperbolicsoftware.com/iTunesDupesBarrier.html
    Regards
    TD

  • Problem with an external harddrive!!

    I have an Seagate extrenal hard drive hooked up to my Mac and I tired to watch some of the movie that I have on it on a Dell laptop that is hooked up to my TV but for some reason the laptop doesn't even show the hard drive when it is hooked up to it!!!  Any ideas what the reason is and how to fix it if possible??!!  Thanks!!

    I have an Seagate extrenal hard drive hooked up to my Mac and I tired to watch some of the movie that I have on it on a Dell laptop that is hooked up to my TV but for some reason the laptop doesn't even show the hard drive when it is hooked up to it!!!  Any ideas what the reason is and how to fix it if possible??!!  Thanks!!

  • I want microsoft on my macbook air but i don't have enough storage. But i have a External harddrive. How do I do this and is it possible?

    How do i do this and is it even possible?
    (sorry for the bad english)

    so can I just install microsoft on my macbook and then participate it with my external harddrive?

  • I can't access my itunes from my external harddrive anymore

    I hope someone can provide some guidance and insight regarding the following problem:     I have an imac g5  osx 10.3.9 and I used to access my itunes library from my external harddrive (maxtor). While living overseas last year I bought a Mac Book osx 10.6.8 and initally was successful in accessing my itunes library from my maxtor external harddrive. After two weeks my Mac Book started ejecting the harddrive and I wasn't able to use it again (maybe something to do with it needing too much power. I have found many similar discussions on this).    Now I am back home and using my imac g5 again but am having problems accessing my itunes library on the external harddrive. The imac recognises the external harddrive but if I try and play a song on itunes it says it cannot be found and I have to manually direct it to the song on the external harddrive. It may play or it may freeze. I have tried to reset everything through itunes preferences but nothing changes or else everything freezes.  
    when I got the Mac Book I tried to set up the Time Machine and I think that is when things started going wrong with my external harddrive. I am not too computer savvy so I'm not too sure.
    Thanks in advance for any help.

    I hope someone can provide some guidance and insight regarding the following problem:     I have an imac g5  osx 10.3.9 and I used to access my itunes library from my external harddrive (maxtor). While living overseas last year I bought a Mac Book osx 10.6.8 and initally was successful in accessing my itunes library from my maxtor external harddrive. After two weeks my Mac Book started ejecting the harddrive and I wasn't able to use it again (maybe something to do with it needing too much power. I have found many similar discussions on this).    Now I am back home and using my imac g5 again but am having problems accessing my itunes library on the external harddrive. The imac recognises the external harddrive but if I try and play a song on itunes it says it cannot be found and I have to manually direct it to the song on the external harddrive. It may play or it may freeze. I have tried to reset everything through itunes preferences but nothing changes or else everything freezes.  
    when I got the Mac Book I tried to set up the Time Machine and I think that is when things started going wrong with my external harddrive. I am not too computer savvy so I'm not too sure.
    Thanks in advance for any help.

  • External HardDrive - Powermac to Macbook

    I'm buying a macbook in the coming weeks. I have a PowerMac G5 with an external harddrive - usb connection. I have all my files on there and will be transferring the ones i have on my boot drive to it when i get the macbook. will i have any problems getting the files off of the drive once i connect it to my macbook?

    You shouldn't have any problems at all. Both systems are Macs. As long as you don't move software directly over, then you're fine.
    deltatux

  • How to connect an external harddrive with firewire 800 to a macbook with firewire 400?

    Hello,
    I just got the external harddrive "Seagate FreeAgent GoFlex USB 3.0 1TB" with a Seagate FreeAgent GoFlex Upgrade Kabel FireWire 800. I have neither a USB 3.0, nor a Firewire 800 on my white macbook (2008). I already know, that it's possible to use USB 3.0 with an USB 2.0 port, but I would like to use it with the firewire to spare the USB port for other devices. My question: Is there an adapter or cable to use the Seagate Firewire 800 with my Firewire 400 port? I don't know, where and what to look for.
    I'm glad for any advice.

    There are many adaptors, try here

  • How do I transfer images from external harddrive with Bridge settings to new computer?

    I used to use Adobe Bridge on a computer that stopped working. My computer tech then made the harddrive out of that computer to an external harddrive. Now I want to transfer all those images with all the settings I have a applied to them, to my new computer. My new computer is a PC with Windows 7 and I run Adobe Creative Cloud on it.

    Thanks for your answer. Where is the xmp file located?
    That depends on your preference settings. By default Bridge is set to store metadata as a sidecar XMP file. This is the file that has the same filename as its original but it only uses the ".xmp" extension instead of the Raw file extension.
    Bridge stores this file in the same folder as the original. If you use Bridge to move files to other location it automatically selects the xmp files to travel with it.
    If you use the menu view / show hidden files you will see what Curt meant by XMP being hidden files, the all have a document icon.
    If you have converted the RAW to DNG this data is written in the file itself as is the case with other filetypes like jpeg and tiff that can be handled by ACR.
    You should be able to copy the whole folder to your new system or point Bridge to the old disk, select the files you want in the content panel and use the folder panel to navigate to the new location and use drag and drop
    Plenty of options

  • How can I get Lightroom 5.7 into the "Open With" menu on an external Harddrive?

    Using Lightroom 5.7, I imported photo images as a .dng.  I edited the images in lightroom.  Then I dragged the file from the local Disk (C) to an external Hard drive (left panel of Library).  When I look in the External harddrive, I would like to see thumbnails of the images. I think I would like to open the images in Lightroom but I cannot get Lightroom into the "Open With" dropdown menu.  Photo shop, Adobe Reader and a bunch of Windows photo editing stuff is in there but I cant seem to get Lightroom into this menu. 

    The "open with" command is used to open images that are already in Lightroom in another external editor such as Photoshop or Photoshop Elements or some other photo editing program. And you are opening an image that you are already seeing in Lightroom. So Lightroom won't be on the list and cannot be on the list because you are already looking at the images in Lightroom.
    Concerning the images that you moved to the external hard drive, if you actually moved them using Lightroom then you should be able to see that external hard drive in the library module library tree and be able to choose that folder. Then the images will be in Lightroom and you can continue working on them. There doesn't need to be any "open with" to do that. If you moved those images some other way, please explain.

  • HT1553 Hi, I'm stuck at step 9. I don't see my external harddrive when I want to save the DMG backup file. Can you please help me with this? I'm desperate to make this backup! Big thanx in advance!

    Hi, I'm stuck at step 9. I don't see my external harddrive when I want to save the DMG backup file. Can you please help me with this? I'm desperate to make this backup! Big thanx in advance!
    http://support.apple.com/kb/HT1553

    Repair permissions and restart your computer.  If this does not work, zap the pram.  You should now see your external hard drive. 

Maybe you are looking for

  • Currency translation in EC-CS for investments and equity items with 3 & 4

    Hi all can any one please help on investments and equity items currency translation in EC-CS module. i ve defined investments and equity in CT method in ECCS      Investments     100000 - 100100                                   Equity     160000 - 1

  • Hidden Pages

    I have a 15 page form that is broken into 4 sections. I also have 4 buttons for navigation to those sections. These buttons are located on the top of the Master pages. The problem I am having is that when I set the presence of one sections pages to h

  • I cannot access the i tunes store

    My mac is telling me for the first time that i cannot access the i tunes store because it wants me to download i tunes 10. There is no option for ignore and i don't know how to make it let me in. I refuse to download a new i tunes because afterward s

  • Web browser Bold 9650

    I use the web browser for facebook (it does more me like view who likes comments) but it will not display any friends facebook profiles that are using the new Facebook timeline, including my own.  I get  "Sorry, something went wrong.  We're working o

  • JPDK and Viewing portal pages?

    Windows 2000 Hi All! I installed the Oracle app server 9iAS 1.0.2.2.2 and got the Oracle portal 3.0.9.8.2 up and running on my local machine. I can access portal page on my machine, giving url path http://mylocalIP/pls I sign-on and view the portal30