How to use the photos saved on a new hard drive after a hard drive failure?

My external hard disk drive is crushed when I imported and saved my photos to Lightroom.  The Lightroom catalog was not on this disc.  I had saved pictures.  I copied the photos and the structure of accurate records on my new hard drive.  Just use the 'Find all my files' option in Lightroom?

Thanks for any help.

Thank you!

It worked, but my structure is as follows:

Photos from Lightroom

2004

Jan

Feb

2015

Jan

Feb

Softball Sting

In Lightroom, only individual folders appear.  I have nearly 100.  Is it possible to change the display, so I only to recreate a link to the folder Lightroom Photos instead of each individual file?

Tags: Photoshop Lightroom

Similar Questions

  • How to use the utility disk first aid for hard drive internal el captian

    How to use the utility disk first aid for hard drive internal el captian

    Select the drive and click first aid.

    If something is not repairable because this is the system drive, then you need to start using the recovery partition and run disk utility it.

  • How to force the Photos up-to-date original jpeg file after you have added the GPS data and rotation

    Hello

    Pictures has the ability to add GPS data to an image file, but stores the GPS data in a catalog instead of the actual image file.  The same seems to apply to the rotation of the image.  Is there a way to force the Photos up-to-date the actual image file?

    The only solution I have found so far is to export images updated, remove them from the library of Photos and re - import.  This process, however, replaces the original creation date with the date of the export in the file.  (i.e. a photo taken in 2007 with a creation date of 2007 will now have the date it has been exported photos as a creation date.)

    The reason why I want to update the original file, it is that I use Google Photos automatically create albums using the content of the image, the GPS data and dates.  The backup utility Google downloads the file Master Original therefore excludes files and changes to images in the photos.

    I use the photo Version 1.5 (370.42.0)

    Thank you.

    The same seems to apply to the rotation of the image.  Is there a way to force the Photos up-to-date the actual image file?

    No, Photos will never alter the original image file.

    You can export the photo with the GPS and reimport with file > export and activate "include location information:

    Or use a tool to add location data before importing photos to Photos. I use Jetphoto Studio.

  • How to use the adapter USB Y with disk HARD 500 GB V63700-A

    Hello

    My V63700-A500GB external HARD drive is hard to work into my USB2.0 4 port adapter.

    I thought that maybe he needs more power goes into it.
    So I bought a USB - Y, but I can't find out how to use it.

    It has 2 male son of USB connector and a very narrow little that's not in taking wide slim HDD above.

    Anyone who uses these things to advise me how to?

    ... Thank you
    .. .Nick

    Of course you bought the wrong cable.
    I guess you need a USB 3.0 cable similar to [this | http://datalocker.com/wp-content/uploads/2013/09/usb3_cable_white__800px_wartermark.jpg] a

  • How to use the clause type conditionally create new lines

    This question is just for learning - no object other than to start real world to create versions of some queries known to learn how to measure the performance of the MODEL clause clause of the MODEL versions.

    The question is: How can you write a STANDARD clause that pivots (updates) ONLY the lines that actually need to rotate and do NOT change the lines that have no value and cannot be rotated.

    I found a good site that has about two dozen example articles on different pieces. This first link is the beginning of the series.

    SQL features tutorials - Clause TYPE

    http://www.sqlsnippets.com/en/topic-11663.html

    This link is to a clause of FAQ of BluShadow MODEL version "how to convert rows to columns."

    Line - MODEL method string

    http://www.sqlsnippets.com/en/topic-11987.html

    The solution to this link uses this line of source:

    POSITION KEY VAL

    --- ---------- ----------

    R08 0 v1, v2, v3,.

    and this result set:

    POSITION KEY VAL

    --- ---------- ----------

    R08 1 v1

    R08 2 v2

    R08 3 v3

    The reason why it produces that result set is this clause of the statement of MODEL

    RETURN THE UPDATED LINES

    If you comment on this article, you will see that the original lines are all in position 0. This means that the solution reproduced EACH SOURCE LINE even if there is only one item in the list of values.

    Thus, even a line source with a single value (for example, the r01 'a') will be updated and updated this line is returned.

    For a large number of data sources with only a few lines that actually need to rotate it would be a great performance of infringement.

    This is the sample data source

    with t as (button 1, 'a' value 'abc' col2, col3 'def' of the double
    Select Union all 2, 'b', 'ghi', 'jkl' from dual
    Union all select 3, 'c, d, e, 'mno', 'pqr' from dual.
    Union all select 4, 'f', 'stu', 'vwx' from dual
    )
    Select the key, value, col2, col3
    t

    KEY, VALUE, COL2, COL3
    1, a, abc, def
    2, b, GHI, jkl
    3, "c, d, e, mno, pqr.
    4, f, stu, vwx

    Lines 1, 2 and 4 only have a value of (a, b, c respectively.

    Only line 3 must rotate. It contains "c, d, e" and which must become 3 lines in the result set

    Value of the key, col2 col3
    1 an abc def
    2B ghi jkl
    3 c mno, pqr
    3 d mno, pqr
    3 e mno, pqr
    4 f stu vwx

    The nut of the problem is that if the clause 'RETURN UPDATED ROWS' is used, then the lines 1, 2 and 4 must be updated in order to be returned in the result set. And if this clause is NOT used, then line 3 must be updated by 'c', d, e 'c' and two new product lines: one line for a ' and one for 'e '.

    How can you do this with the TYPE clause without the help of the clause "Return LINES UPDATE"? I don't have a solution to sample showing what I tried because I can't understand what it takes to even try.

    I have a solution that uses "RETURN UPDATED ROWS" but I want to compare this performance to the exercise, when this clause is NOT used.

    We ask BluShadow to add the solution of MODEL clause to this FAQ with other similar solutions.

    Like this?

    SQL > with t as
    () 2
    3 select the 1 key, 'a' val, 'abc' col2, col3 'def' of the double


    Select 4 Union all 2, 'b', 'ghi', 'jkl' from dual
    5 union all select 3, 'c, d, e, 'mno', 'pqr' from dual.
    Select 6 Union all the 4 'f', 'stu', 'vwx' from dual
    7)
    8. Select the key
    9, key_1
    10, val
    11, regexp_substr (val, ' [^,] +', 1, key_1) val_new
    12, col2
    13, col3
    14 t
    model 15
    16 partition by (key)
    dimension (1 key_1) 17
    18 measures (val, col2, col3, (length (val) - length (replace (val, ",")) + 1) as len)
    19 rules
    (20)
    21 val [for 1 to increment of len key_1 [1] 1] = val [1]
    22, col2 [for 1 to increment of len key_1 [1] 1] = col2 [1]
    23, col3 [for 1 to increment of len key_1 [1] 1] = col3 [1]
    24)
    25 order
    26 by key
    27, key_1;

    KEY KEY_1 VAL VAL_N NECK NECK
    ---------- ---------- ----- ----- --- ---
    1 1 has an abc def
    2 b 1 b ghi jkl
    3 1 c, d, e c mno pqr
    3 2 c, d, e d mno pqr
    3 3 c, d, e e mno pqr
    4 1 f f stu vwx

    6 selected lines.

  • How to use the USB 32 GB as a hard drive?

    * Original title: USB key

    Hello

    I want to use my sandisk 32 GB pendrive like a hard drive. How to use it. and I want to install win 7 on USB and start my computer with USB. Please guide me

    Thank you

    Ashok

    9887180699

    You can create a Windows repair flash disk, but Windows itself does not run on a flash drive. It requires an internal drive.

  • I need to know how to use the efax on my Photosmart new.

    Let me know hoe to get it going

    Glad to hear that you guessed it work! To answer your question, not only the station supports eFax. Let me know if I can provide any further assistance!

  • OfficeJet 5740: using the photo tray

    having the same problem as the other. Cannot get the printer to use the photo with photo tray 4 tray x 6.  But I did specify in setings to use the photo tray.  My new 5741 DID see and recognize the tray and paper but invariably printed on paper 8 x 10.  ?????  using windows 8.1 and photo gallery.

    Welcome to the HP community @fredstir,

    I read your post on your Officejet 5740 do not print to the photo thew tray and wanted to meet you with my suggestions. If you have not tried to uninstall the printer software, restart the PC and then reinstall the printer once again, try it. You can run the Installation Wizard for Windows HP printer to find and install the printer for you.

    Also see this link and try the following steps: HP ENVY, printers Officejet - display of the 'Photo Tray problem' error

    Let me know what happens when you try to print to the photo tray afterwards. Try another program to see if that makes a difference.

    Testify of my answer by pressing the thumb in the air below and hit the "accept as Solution" button, if I have you helped a resolution!

    I hope this helps you!

  • How to use the library of small Photos on the MacBook Air

    I'm running out of space on my MacBook Air, and I prefer to store all my original photo in iCloud. How to keep the photo library on my Mac to the size of the strict minimum. Thank you.

    Are you already using iCloud photo library or you want to turn your photo into a photo library of iCloud library?

    To save storage on your Mac, select iCloud in the pictures library > Preferences > iCloud. also turn on "Optimize Mac Storage" in this Panel.

    Photos will replace originals in your library of optimized versions. But this process is dynamic. If you are short on storage, it will replace original more optimized versions. So, it will take some time, until your photo library becomes smaller. You cannot influence this process.

    A way to shrink the photo library immediately, is radical enough: wait until the first download of your photos is complete and all the pictures are on iCloud.  Make a current backup of your photo library by copying to an external drive.

    Then delete the photo library on your internal drive. Launch photos while holding down the key options and create a new empty library. This library in your system photo library and activate iCloud photo library with optimization of the storage.

    Now, all your photos will download as optimized versions and the library will be much smaller from the start.  However, it has some drawbacks.  Thumbnails of faces will be lost, also all of your projects. It will be like using your iCloud library another computer: use Photos and photo library on several Macs - Apple Support iCloud

  • HOW TO USE THE FACES IN THE PHOTOS

    INSTRUCTIONS OR TUTORIAL ON HOW TO USE THE FACES IN THE MOST RECENT PROGRAM PHOTO ON MY MAC?

    I asked that your post be moved here:

    Photos for Mac

    See also:

    http://www.IMore.com/how-use-faces-photos-OS-x

  • How do I remove photos from my iPhone and keep them in the cloud?  I use the "Photos" application

    I put clear space by iPhone 5.  How to remove photos from my iphone but keep them in iCloud.  I use the Photos app.

    As much as I know, that you can not. You can keep the pictures in low resolution on the phone, but they may not be removed at 100%.

    I started using an application that stores in the cloud. There are several in the App Store.

  • Photosmart 7525: photosmart 7525 photo tray - how to get the photo tray to use instead of the main tray

    I use a computer from Dell using Windows 8.1 desktop 64-bit.  Printer is HP Photosmart all-in-one 7525.  The software is Microsoft Picture Manager.   I want to print a photo .jpg of MS Picture Manager for paper photo 4 x 6 I have loaded in the photo printer paper tray.  The problem is that printing is still trying to main paper tray in the printer.  Remove all paper from the main tray just causes the print operation to not to say that the main paper tray is in the paper.    If the main tray contains plain paper, the photo printed on this paper.  I have the printer set up to use the photo tray.  I select HP 4 x 6 paper in MS Picture Manager and also set Picture Manager to the highest print quality.  But no mater what I tried, the printer selects tray to main paper rather than the smaller photo paper tray.  The printed image is 4 x 6, but it is printing on paper of the main plate.  What I am doing wrong?

    Well - I found that among the pop ups related print had a link 'options' that seems to indicate that it could be me trying to change things which were not suitable for my printer - so I didn't click the link.  So this time I didn't click the link and he showed me up - again - to set the s/w to use the photo tray.  So I did and the photo made print from the photo rather than the main tray tray.  So now I know how to do and don't need to mess with trinkets or all other signs, you've shown me.  Thank you for taking the time to try to help me.  I appreciate your help.  CR

  • I use Windows 10 and use the Canon SX20 IS. How to use the function of Photo stich?

    I use Windows 10 and use the Canon SX20 IS. How to use the function of Photo stich?

    Is it possible to get the procedure to use feature stich photo?

    Will be Zoombrowser EX for windows 10 wotk?

    If any expert can guide me... that will be great.

    Hi Sat17,

    Thank you for your inquiry.

    For Windows 8 and beyond, ZoomBrowser EX has been replaced by EX. ImageBrowser

    Your software you will need to updated for Windows 10.

    You can access the software for your camera by clicking here.  Once on our site, scroll down to "Drivers and downloads", then use the drop down menu to choose "8.1 Windows" or "Windows 8.1 (x 64)".»  Your camera software has not been updated for Windows 10, but for Windows 8.1 software will run on your computer.

    To update your software, click the [Select] button to the right, then click on "How to download and install" for installation instructions.

  • How can I get rid of the background yellow when I display an image using the photo viewer?

    Original title: Windows Photo Viewer

    How can I get rid of the background yellow when I display an image using the photo viewer? It gives images a yellow cast.

    Thank you

    Ed Fuller

    How can I get rid of the background yellow when I display an image using the photo viewer? It gives images a yellow cast.

    Thank you

    Ed Fuller

    Hi Ed

    See the following for the patch thread.

    Windows 7 photo viewer shows images with an orange and yellow tint:

    http://answers.Microsoft.com/en-us/Windows/Forum/Windows_7-pictures/window-7-photo-viewer-shows-pictures-with-orange/e5d31c5e-ae84-4EBD-bbe9-9428f410560b

    Concerning

  • How to manage the photos Lightroom when using 2 computers, keeping any changes made on one or the other?

    Based on http://forums.Adobe.com/thread/1308132?TSTART=0 I decided to add each question separately:

    Hello, I am very interested in buying Lightroom 5.2. I tried the RC that was missing today. Yet, I have several questions that I can't find really good conclusive answers, I'd like to get an answer before buying LR. Please do not write maybe like this or that (assumptions), because I don't want to start my entire workflow and then realize that I have to change all around, please reply, if you know for sure that something works and you are, preferably, using this method too.

    Is the big question, where I want to especially a conclusive answer:  How to manage the photos Lightroom when using 2 computers, keeping all the changes made on one of them, using the same photos for editing. I'm not going to use DNG. Details: I mainly use my old MacBook Pro, but I wish I could use my PC as it is much better (card: i5 2500K, 16 GB of RAM, SSD, USB3, nVidia GTX 560 TI etc.). I have 2 external HD that I could use, one for backup and one for the actual Photos/changes. I you will probably need to use as my internal HDs are fairly complete and I cannot be the kind of things simply delete or move to one (developer, without loss of music, programs etc.).

    On this basis, how do I save all such Photos folder (pictures and retouching and preferably presets too)?

    According to me, that it should be possible to work cross-platform without having to create a link to the files each time, or without having to keep export/import of the catalog, keeping the single catalog and the picture library on an external drive that is then switched between systems as needed.

    Obvious first requirement is an external drive that is formatted in a way (for example, FAT32) that it can be used on both platforms in read/write mode. Given that, if the catalogue AND folder parent si le catalogue ET le dossier parent images are both set to the same level in a global parent folder, then it should be possible to take advatage of ability of Lightroom to use relative paths instead of absolute paths to detect the images, no matter if the player is named (Mac) or lettering (PC). This is how "export as catalog of ' works, that is, it creates a 'package', alias a parent folder, containing the catalog and a replica of the folder hierarchy to exported along with the catalog images. Take this 'package' to another system (same OS or not) and "it works" even if the drive letter is different or the operating system is different... because the relative path of the image catalogue is always the same.

    I have not tested this cross-platform (if I have between various PC systems with letters of different readers) so for me it's still just a theory, but there may be others who have done this successfully.

Maybe you are looking for

  • How can I stop Auto videos (from MSN, etc.) running?

    Whenever I click on an article on MSN (or other news sites) automatically linked videos download and start to play. How can I stop this? Thank you

  • The Recycle Bin icon disappears on my Satellite X 200

    Hi all I have a laptop Satellite X 200 and Vista as an operating system. I downloaded an upgrade of the driver (HD DVD) and then install it on my laptop. After that I deleted the directory where I unzipped drivers and amazing, the Recycle BIN ICON ha

  • Satellite L755 - 1 M 0 PSK30E broken screen

    Hello Toshiba Support Forum! I broke the screen on my laptop Toshiba Satellite L755 - 1 M 0Model: PSK30E-04U006Y4 Is it possible to replace my screen with any model of the series L755 with the same resolution and the size of the screen, or what are m

  • How to get the updated values of the loops while they are running

    Hello I am trouble with a very basic problem, how to access the updated values of the "loop FOR" during operation?  Basically, the VI I is currently working on two sub vis calls each sub VI has a loop for, and the two screws may or may not work for t

  • How to get desktop (main screen)

    When I connect XP to any user I can't find all the icons or start button on anything, its all white page. Can someone help me on this please?