If you try to open a catalog stored on a network drive, Adobe Lightroom will complain about “Lightroom can not be opened on network volumes, removable storage or read on read only volumes.” You can easily overcome this by assigning the network drive to a drive letter using the subst
command:
C:\Windows\System32\subst.exe L: \\ERITHACUS\IMAGES
This is especially useful if you want to run Lightroom on Linux in a virtual Windows machine with VirtualBox, but want to keep your photos on a mounted drive (in my case /media/simon/IMAGES
).
Setup folder sharing in VirtualBox
First you need to add your mounted image folder to VirtualBox as a shared folder:
After starting Windows, the shared folder will show up in Explorer:
Next, create a lightroom.bat
file that executes the subst
command before starting lightroom: