Lightroom 3.2 - Using subst to a local drive fails

I recently installed Windows 7 64bit on a spare drive and started playing around with LR to see if there were any changes in performance between Win7 and XP.
My current configuration on XP x64 uses subst to map a directory on my "D" drive to the "P" drive.  This helps in moving the catalog to another machine for archive purposes, everything stays intact as long as the P drive on that machine maps to the same directory structure.
After installing LR on Windows 7, I setup my local drive by running subst,
subst p: d:\photography
The P drive shows up correctly in Windows explorer.  When I try to the load the catalog in LR I receive the error:
"Lightroom cannot launch with this catalog.  It is either on a network volume or on a volume on which Lightroom cannot save changes."
This configuration worked without issue on Windows XP/LR 3.2, but Windows 7 changes something.
Has anyone else ran into this on Windows 7?  From what I've been reading it's a fairly common configuration to help with drive management to utilize subst in this way.  It makes sense that LR would want to check for a network drive, but in this case everything is local.
Thanks for the help.

I figured out a workaround.  It's painful, but accomplishes what I wanted.
Instead of using subst to map the directory to a drive, you have to use subst to create the new drive letter, then use symbolic links to create the directory structure.
subst p: d:\photography\empty   (directory contains no files, so P will be created with no files)
mklink /D P:\Catalog D:\Photography\Catalog
mklink /D P:\Design D:\Photography\Design
mklink /D P:\LR D:\Photography\LR
mklink /D P:\Proof D:\Photography\Proof
mklink /D P:\Video D:\Photography\Video
This ends up creating the exact same structure that the original subst command created, and appears to function within LR without issue.

Similar Messages

  • Using itunes 9 on local drive with library on external drive

    Hi,
    My current library is too large to fit on my local HDD, so after preforming a needed reformat,I decided to move my backed up media (mp3's, ipas...) to my external drive.
    When I installed itunes, I changed "itunes media folder location" to the external drive (D:\itunes). I then consolidated the library.
    The problem is this as follow:
    When I drag an app ipa from my external hard drive (E:) to itunes it backs up the ipa to another external drive folder (D:\iTunes\Mobile Applications) which I specified (which is what I want it to do).
    BUT, it also copies the ipa to the ORIGINAL "C:\Users\Name\Music\iTunes\iTunes Media\Mobile Applications" disk location!
    I don't want itunes to copy the ipas from E: to both the original "C:\Users\Name\Music\iTunes\iTunes Media\Mobile Applications" location and "D:\iTunes\Mobile Applications". I only want a copy of ipa at D:\iTunes\Mobile Applications, not the original location.
    Please help, itunes is really ***** me off.

    I've been living the exact same nightmare. Spoke with applecare tech who was unable to help me, got transfered from hardware to software tech, eventually a supervisor acknowledged that he had no idea what was happening and his recommendation, "best I can suggest is that you try google it". Disappointing to say the least, I mean really if 'free' google supersedes the 'paytoplay' applecare, they have a business model issue. (Apple Expert Case 144795352).
    I am currently resolving to leave the mobile applications on the HDD, while all the other iTunes media lives on my external drive... If I learn anything more, I'll post it here.
    Geoff

  • HT201250 Hello i am using TimeMachine to back-up entire Mac image (data + system) on an usb-local drive. I would like (on top of it) add a specific plan to back up some files on a remote network drive. Does TimeMachine support multiple back-up plans ? How

    Hello i am using TimeMachine to back-up entire Mac image (data + system) on an usb-local drive. I would like (on top of it) add a specific plan to back up some files on a remote network drive. Does TimeMachine support multiple back-up plans ? How ?

    Time Machine is capable of backing up to multiple locations, and can be used to back up to both a local hard drive and a networked drive (provided that that drive is in or connected to a Time Capsule or another Mac that is sharing it over the network). The catch, though, is that you can't specify different things to back up to different destinations. Whatever you exclude from Time Machine backups is excluded from ALL backups, and whatever is included is included on all.
    So, get a large enough drive that you can back up everything you want in all locations, or use something else for maintaining the network backup.
    More information on these topics can be found here:
    How do I set up Time Machine to a shared drive on another Mac?
    How do I set up Time Machine to a Time Capsule or Airport Extreme?
    "Rotating" Time Machine backup disks

  • I have purchased Wedding Style By Miracle Design - it is showing in the downloads but I can not get it into lightroom - I am using a mac and the instructions are for windows.

    I have purchased Wedding Style By Miracle Design - it is showing in the downloads but I can not get it into lightroom - I am using a mac and the instructions are for windows.

    Return, cancel, or exchange an Adobe order

  • How do I manage Lightroom photos when using 2 computers, keeping all edits made on either one?

    Based on http://forums.adobe.com/thread/1308132?tstart=0 I decided to add each question seperately:
    Hello, I'm quite interested in buying Lightroom 5.2. I tried the RC which ran out now. Yet, I have a several questions that I can't really find good conclusive answers to, that I'd like to get answered before buying LR. Please don't write maybe like this or that (assumptions), since I don't want to start my whole workflow and then realize that I have to change everything around, so please answer, if you know for sure that something works and you are, preferably, using that method too.
    This is the biggest question, where I mainly want a conclusive answer:  How do I manage Lightroom photos when using 2 computers, keeping all edits made on either one of them, using the same photos for editing. I won't use DNG. Details: I mainly use my older MacBook Pro, but would like to be able to use my PC as it's way better (Specs: i5 2500K, 16GB RAM, SSD, USB3, nVidia GTX 560 TI etc.). I have 2 external HDs that I could use, one for Backup and one for the actual Photos/Edits. I'll probably need to use it as my internal HDs are quite full, and I can't just delete stuff or move it to an (Developer programs, Lossless music, etc.).
    Based on this, how do I back up the whole thing e.g. Photos folder (all photos and edits, and preferably presets too)?

    I believe it should be possible to work cross-platform without having to relink files each time, or without having to keep exporting/importing the catalog, by keeping the single catalog and the image library on the one external drive which is then switched between systems as needed.
    Obvious first requirement is an external drive that is formatted in such a way (e.g FAT32) that it can be used on both platforms in read/write mode. Given that, if the catalog AND the images parent folder are both established at the same level in one overall parent folder, then it should be possible to take advatage of Lightroom's ability to use relative paths rather than absolute paths to detect the images, no matter if the drive is named (Mac) or lettered (PC). This is how "export as Catalog" works, i.e. it creates a "package", aka a parent folder, containing the catalog and a replica of the exported images folder hierarchy alongside the catalog. Take that "package" to another system (same OS or not) and "it just works" even if the drive letter is different or the OS is different....because the relative path from catalog to images is still the same.
    I haven't tested this cross-platform (though I have between different PC systems with different drive letters) so for me it's still just a theory, but there may be others who have done this successfully.

  • Receive error 21 when trying to install lightroom cc 2015 using creative cloud

    On trying to install Lightroom CC 2015 using Creative Cloud I receive error 21.  Any ideas what to do??

    I have the exact same issue. I had a trial of Lightroom 5 installed, and whenever I then tried to install Lightroom CC (2015) it would fail at 42% with an error 21. Logging out and back in of CC desktop got it to install successfully and then Lightroom 5 was marked as "Start Trail" again.
    Now though, whenever I try to start Lightroom CC (2015) it shows the start splash screen and then closes straight away and doesn't start. The "Continue Trial/Purchase License" screen then appears, and closing that out does nothing.
    I've tried logging out and back in to CC desktop, and restarting, but neither option fixes the issue. I even tried logging out, restarting then logging back in again. Still no joy.
    As a side note: Lightroom 5 in CC desktop doesn't show an uninstall option - it says "Uninstall Unavailable". Both Photoshop CC and Lightroom CC do allow for an uninstall option though.
    I'm on Mac OSX 10.10.3

  • Trying to turn the background black and white in lightroom 5. Using the adjustment brush. It isn't working.

    Trying to turn the background black and white in lightroom 5. Using the adjustment brush. It isn't working.

    Set Flow and Density of the brush to 100
    Reduce it where you want the effect to blend.
    Bruce

  • I am unable to access intranet on my MacBook Pro 13" with OS X mavericks. Is it possible to use files on the Local Area Network?

    I am unable to access intranet on my MacBook Pro 13" with OS X mavericks. Is it possible to use files on the Local Area Network? I use the files on the Local Area Network on my windows computer by typing in the I.P address in the library. Kindly guide me how i can use these files stored over the Local Area Network.

    I disabled GateKeeper's automatic blocking of unrecognised developers, and so I was able to install the driver.
    The Mobile Connect program is now installed, but the computer still does not recognise the modem.
    I also borrowed a USB hub from a friend and it didn't make a difference.

  • When I send e-mail messages with file by using a POP3 in Exchange 2010 I received delivered message with file. How I can disable this functions that file do not include to delivery message. I use Exchange 2010 only local users.

    When I send e-mail messages with file by using a POP3 in Exchange 2010 I received delivered message with file. How I can disable this functions that file do not include to delivery message.  I use Exchange 2010 only local users.

    I think there is not native rule for this, but you could try a transport rule which removes all attachments over a very small file size like 1KB.
    http://blogs.technet.com/b/exchange/archive/2009/05/11/3407435.aspx
    CRM Advisor

  • Msiexec /qn fails when its not run using the built-in local administrator account

    Hello all,
    I am working on a project where I am trying to automate the deployment of VMs through a self-service portal.
    Among other tasks such as clone VM, sysprep it, assign an IP, create AD computer object, join VM to domain and so on..., i need to install a few applications using msiexec, which is driving me crazy...
    For this purpose, I am using a local user account part of the administrators group.
    Please note, UAC is disabled on all the OS.
    Basically, the msi installation works as expected on Windows 7 machines, however on Windows 8/2012, it fails due to lack of permissions. The curious thing is that if I use the built-in\administrator account instead for the deployment on those systems, the
    application is installed correctly.
    I have tested some things such as: DisableMSI (http://msdn.microsoft.com/en-us/library/aa368304%28v=vs.85%29.aspx), but although it progresses a bit further, it keeps failing.
    Does anyone know what I can do to allow an user part of the administrators local group to be able to install using msiexec /qn?
    Thanks in advance.

    Hi,
    Does it work if you use the account in local admin, and run the commands prompt as administrator to install the msi file? Please know that Only the built in administrator account has admin privilege by default. On other admin accounts you need
    to run with elevated privilege (ie runas).
    I would like to know if you use SCCM to perform your deployment with task sequence.
    As I known, even if you disable UAC, the following policy is still enabled to detect application installation.
    Computer configuration\Windows settings\Security Settings\Local
    Policies\Security Options -> User Account Control: Detect application installations and prompt for elevation policy
    Please disable this policy to see if your issue can be fixed. 
    Kate Li
    TechNet Community Support

  • What to do when an entity starts using EURO instead of Local Currency (not

    What do you do when an entity which is using one of the local currencies out there (not EURO) is going to use EURO as their Local Currency soon?
    For example: what do you do when you have an entity in a non EURO country but will soon start using EURO? For this purpose you can take a company located in Estonia which has reported in their local currency till today and will report in their local currency until the end of 2010 but starting from 1/1/2011 they will start reporting in EURO. What do you do in such cases?
    Do you create a new entity (with similar code) for that entity so the old one stays in LC for archive purposes and the new one is used as of 1/1/2011 or do you do something else? What is the best practice?
    Thank you in advance.

    Hi,
    You have the answer in the following forum thread:
    Re: Changing Currency of one Company
    The best way is in fact to create a new entity and then operate all steps mentioned in this thread.
    Not very complicated, but you should test that on your test environment first, or at least backup all your records, in order to safe-guard the process.
    Hope this will help.
    Kind Regards,
    Patrick

  • Using External HD as well as local drive for iTunes?

    So, I just got my brand spanking new 160GB Classic today. I have an external HD I have never set up but am thinking now is the time so I can load all of the music there and sync the iPod accordingly (as well as have a back up if I need to reset the iPod - I dont relish the idea of redoing 1600+ CDs). But, I also want to be able to use my local drive for when I make CD mixes. Am I going to foul something up setting up this way? IE, can I have the HD be the destination while loading up for the iPod, and then just change my iTunes preferences for when I want to use the local drive?
    First thing I did, thanks to the forum, was upload the firmware update. I am hoping to keep moving forward with minimum complication, though I am sure I will have more questions before I am done.
    TIA!

    I use my iPod classic auto-synching with an iTunes library split between my Macbook Pro and an external HDD, so perhaps I can help.
    *First, you should know the limitations of this setup*: When using your computer without the external HDD attached, you will not be able to create new playlists in iTunes using songs that are located on the external drive. As soon as you click a song entry in iTunes, it will put an exclamation mark icon next to the song, and iTunes will refuse to let you do anything with it (such as putting in a playlist, or modifying any song metadata). Once you reattach the external drive, you'll be good to go, and can modify any song metadata or add those songs to new playlists.
    The good news comes to use of the iPod. If you add songs to an On-The-Go playlist on your iPod, or change the rating of a song on the iPod, those changes will sync back to iTunes for the song file on your computer +*even if the the song is for a file located on the external HDD, and the external HDD is not currently attached.*+ Play counts will also synchronize back, and Smart Playlists affected by changes will update as well.
    In short, from iTunes you can only modify song metadata or add those songs to fixed playlists if the file is currently accessible by iTunes (so the external HDD must be attached). However, if you create an On-The-Go playlist on the iPod using external HDD songs, that playlist will be created in iTunes the next time you synch. Also, song ratings and play counts altered during iPod playback will be updated in iTunes on the next sync even if the song file is on the external HDD, and the external HDD is not currently attached. I hope that makes sense.
    *Setting up a split library:*
    1. Make sure the files you want stored on the external hard drive aren't currently in your iTunes library. If the files are not yet moved over to the external drive, do that now.
    2. Open up iTunes preferences, click on "Advanced," and under the "General" tab, make sure that "Copy Files to iTunes Music Folder" is not checked. Click the "OK" button to save the setting.
    3. Time to add the songs on the external hard drive to your iTunes library. Choose File -> Add To Library... (or just press Command+O), navigate to the folder on your external hard drive where your music files are stored, select that folder, then click "Choose". Entries for the songs will appear in your iTunes library, but the song files themselves will remain on the external drive.
    4. Keeping your external drive mounted, now is the time to add any songs to playlists that you'd like, or modify song metadata (fix spelling errors in artist names, etc.).
    5. Once everything is to how you currently want it, mount your iPod to your computer and let it synchronize (NOTE: your external drive must be mounted during this first sync to your iPod in order to transfer the files from it.)
    6. Once the iPod synchronization is complete, you can unmount your external drive. You can also re-enable the "Copy Files to iTunes Music Folder" preference setting at this time, if that's how you normally keep things (the files put on the external drive will not move over to your internal drive unless you use the "Consolidate Library" feature at some point in the future). Obviously, though, if you add files from an external HDD in the future - and want them to stay there - you'll need to temporarily disable this setting again.
    At this point, clicking on any song file in iTunes which is stored on the external drive will generate the aforementioned exclamation point icon, but the icon will disappear the next time the external drive is attached and iTunes is launched. Also, any iPod synchronizations in the future will generate a warning in iTunes that the song file could not be found on your computer (if the external HDD isn't attached). However, the file will remain on your iPod, and the placeholder entry in iTunes will remain as well (even if you are using automatic synchronization). If you don't wish to see the "can't find the file warning," there's a box you can check on the warning dialog to hide it in the future (to bring them back, control-click your iPod in the iTunes sidebar, and choose "Reset Warnings" from the menu that appears).
    So that's how it works. I've been using the split library system without a hitch for quite some time (with older iPods, and now my iPod classic). This way I'm able to keep massive video files and Apple Lossless files off the internal drive of my Macbook Pro, and yet I'm still able to keep those files on my IPod and do basic synchronization with the computer even when I'm away from the external hard drive. If I ever want to create new Playlists using those external HDD files, I either create On-The-Go playlists on the iPod, or just wait until I can have the external HDD attached to the computer.
    It works well for me, and perhaps it might for you, too.

  • I want to use the iphone4 with local GSM providers in Nigeria

    I have an iPhone4 which I bought as a pay-as-you-go from O2 in England (UK). But now I have moved to Nigeria. I want to use the iphone4 with local GSM providers. How do I go about it? Please help.Thanks.

    You contact o2 as they are the only ones who can unlock the phone for you.

  • How can i read XML from local drive using Javascript into Live Cycle

    Hello,
    I am creating PDF Form using Acrobat LiveCycle.
    I want to write java script for load data into relative field and data present into xml file which is located at local drive
    I have write all method for parsing xml which is required ............... but i am stuck into how to read/open/load local drive xml using javascript?

    sandyrock:
    You'd better post this message to Adobe LiveCycle forum: http://www.adobeforums.com/webx/.3bbeda8d/
    You can use postMessage method in LiveCycle JavaScript to communicate with host application,the host application can be a web brower like IE.
    In IE you can use IE javascript to access local XML file.

  • Create FI documents using both amount in local currency and document

    Hi All,
    I need to create FI documents using both amount in local currency and amount in document using BAPI_ACC_DOCUMENT_POST. Please tell me how to do that.
    Chinmay

    Hi,
    Firstly get the exchange rate, do the calculation using the document currency amount and populate the local currency amount field.
    Whenever you use BAPI, use BAPI_TRANSACTION_COMMIT to commit the changes.
    Thanks & regards.

Maybe you are looking for

  • Exception 'error_message' in ABAP Objects

    I've got a heterogeneous scenario with new program parts in ABAP objects and older parts in classical ABAP. In the older parts some R/3 standard functions are called which dump dialog messages which are not allowed at that state of the program flow (

  • BMW iPod adapter: Problems after 1.2 update

    I have the BMW iPod adapter, my pre Sept 5G 30GB iPod, will skip, if the radio is turned off while listening to the iPod. Then when you turn the radio back on or start the car, it skips It will play for a second the silence, then play then silence. T

  • BPM Acknowledgment error

    Guys, I have one BPM of type rfc (sync) -> soap (async) I execute rfc and wait to execute soap for after response my rfc go back. My i have one problem, i need to know if soap executed with success or error. If i use tranport acknowledgment, the soap

  • Vertical value in column chart

    Is it possible create value labes in column chart but in vertical position? Here we have value like 0.5, 0.3, 0.8 but I need create this in vertical. http://i.stack.imgur.com/sDtUd.png Someone have any idea? Best bro.

  • Photoshop Script - save as PDF, how to programmatically use "Use proof setup" option

    Hello, I'm trying to create a jsx script for Photoshop CC that will automaitically convert the given file to PDF format. The requirement is that the PDF must be saved using two options available on "Save as" dialog: - Use proof Setup: Working CMYK -