Hi.
I've set up my nas server with a data share that I want to add to my Windows 7 documents library. Of course it says I have to index the network drive and says that I can do that by making it "Always Available Offline". But I can't find where this is possible with my data share. Thanks for any help.
This is the old XigmaNAS forum in read only mode,
it will taken offline by the end of march 2021!
I like to aks Users and Admins to rewrite/take over important post from here into the new fresh main forum!
Its not possible for us to export from here and import it to the main forum!
it will taken offline by the end of march 2021!
I like to aks Users and Admins to rewrite/take over important post from here into the new fresh main forum!
Its not possible for us to export from here and import it to the main forum!
Adding shared drive to Windows Library
-
jelisagr
- NewUser

- Posts: 4
- Joined: 24 May 2013 17:37
- Status: Offline
- LA70
- Starter

- Posts: 55
- Joined: 03 Jul 2012 17:51
- Status: Offline
Re: Adding shared drive to Windows Library
I did the googling for you
- http://abendin.hubpages.com/hub/Adding- ... -Windows-7
9.2.0.1.972 x86 full, AMD Athlon@1.917GHz 3GB, (apcupsd).
-
nas4fpksky
- Starter

- Posts: 20
- Joined: 07 Dec 2014 23:33
- Status: Offline
Re: Adding shared drive to Windows Library
I followed the above link and made it work for me.
There are at least two gottchas.
If you create the link to just the network share, \\NAS4FREE, then you get an error if you try to follow the link. You must direct the link to a folder in the share, \\NAS4FREE\MyFolder.
In order to create the link, you must operate the command as Administrator. I brought up the command line terminal by right clicking on the terminal icon and choosing "run as administrator".
Is it necessary to create the link in the C:\Users\user directory?
Here is the basic instructions copied and pasted from the above link:
There are at least two gottchas.
If you create the link to just the network share, \\NAS4FREE, then you get an error if you try to follow the link. You must direct the link to a folder in the share, \\NAS4FREE\MyFolder.
In order to create the link, you must operate the command as Administrator. I brought up the command line terminal by right clicking on the terminal icon and choosing "run as administrator".
Is it necessary to create the link in the C:\Users\user directory?
Here is the basic instructions copied and pasted from the above link:
Adding a Network Directory to a Library
To add a network location to a library, use a symlink to point to the network folder location:
If you browse to the C:\Users\Username\ directory, you will now see a symbolic link (symlink) with the same name as the folder that was previously deleted. Exploring this will lead you to the network location that was entered as the target. Open the library, and you should see the network location as a location. Any changes made to the folder in the library will reflect automatically in the network location, and vice versa.
- Create a local folder in the C:\Users\username\ directory. This can be named anything you want, so long as it is a valid directory name.
- Add that folder into the library. Open the library from the menu bar, then click on the Includes: # locations link at the top. Click the Add button on the right side and select the folder you just created.
- Delete the local folder that you created. DO NOT remove it from the library.
- Start a Command Prompt (Start->Run, type CMD and press Enter).
- Type the following command: MKLINK /D "LINK" "TARGET". Replace LINK and TARGET with the path of the folder that was just deleted and the path of the network location you wish to add to the library, respectively. For a full explanation of the MKLINK command, type MKLINK /? and hit enter.
Congratulations, you've just added a network drive to a library without indexing it!