Creating a local library with network shares/drives

11

4

I think the Windows 7 library feature is great - once you understand how it works, but it's pretty frustrating that you can't add network drives/shares to a library.

I fully understand that in some circumstances users might find it confusing to have something available one minute and not the next - i.e. when they go offline. I also understand when MS say that to add a network drive/share you need to mark that particular folder as "Always available offline"... All good. For laptop users with documents on a file share that is.

However, for desktop users wanting to have libraries of network folders having them marked as 'available offline' seems a pretty harsh penalty on local disk usage and in some cases would simply not work because of network folder size/local disk size.

With the exception of 'tricking' windows into thinking a remote folder is local (i.e. with a symbolic link, or a subst'd drive, or even a mapped drive) .... is there an alternative? I've read somewhere on the Interwebs that MS have a patch out there but haven't been able to find it.

Thanks.

Mike McClelland

Posted 2009-09-16T07:53:02.180

Reputation: 263

The "Always available offline" feature is apparently only available in Professional, Enterprise, and Ultimate editions of Windows 7, so it isn't a universal solution either. – Burly – 2010-01-26T18:35:47.437

2A really good question and I would be very interested in a solution too. +1 – C.Schmalzgruber – 2009-09-16T11:14:37.360

1I've read the 'tricks' but have not even successfully done that. Link to a working 'hack'? – Tim Lytle – 2009-09-25T02:42:51.623

Answers

2

You can add network shares to a Windows 7 library, however, they have to be indexed on the server that is sharing them, install Windows Search 4.0 on the server and make sure you index the folders you intend to add to your Windows 7 library.

vassie

Posted 2009-09-16T07:53:02.180

Reputation: 386

After you install Windows Search on the server side, make sure the Shares's Share permissions gives Read access to Everyone group – surfasb – 2012-12-08T19:40:18.970

7Anyone knows how to index a Unix (Samba) share? – Ton Plomp – 2009-12-29T15:27:53.233

3

This was the very first thing I tried to do when I discovered libraries in Windows 7. Luckily Microsoft have provided a programatic way to add network locations, so I wrote a tool to make this easy. It also provides some additional features like backup/restore of library sets. You can download it for free (+ WPF source) here:

Win7 Library Tool

Mr. Bungle

Posted 2009-09-16T07:53:02.180

Reputation:

1Nice tool indeed, however it doesn't make Windows Index the network share – Ton Plomp – 2010-01-07T19:12:13.420

1

You can add network drives if they are part of your homegroup. I think the drive just has to be indexed by a copy of windows 7 before it can be used in a library. The windows help and support covers what you can and can't add pretty completely. I searched for "library" and when to Libraries: frequently asked questions.

Theo Belaire

Posted 2009-09-16T07:53:02.180

Reputation: 111

0

I found this discussion while creating a solution to add indexed network drives to your library.

Maybe the write up helps other users having the same issue: http://www.cloudtec.ch/blog/tech/add-search-indexed-network-share-windows-library.html

Regards

PS: It requires a Windows Server...

Chris

Posted 2009-09-16T07:53:02.180

Reputation: 1

1

Welcome to Super User! Generally we like answers on the site to be able to stand on their own - Links are great, but if that link ever breaks the answer should have enough information to still be helpful. Please consider editing your answer to include more detail. See the FAQ for more info.

– slm – 2013-05-19T12:48:05.087