Recommended Posts

I've been struggling with this for real long, and as i skimmed through some posts, others seem to be as well. When i try to add a folder which is on my NAS drive in any of the 4 default libraries, i get the following error message:

'This folder cannot be included because it is on a share that is not indexed'

Anyone figure out how to get by this, as i remember Microsoft has said, you can add network locations in Libraries.

online helps says ou can but searches wil be slow asince it can't be indexed so it might be a bug.. or not added as a fucntion yet.

otherwise you coudl try mounting the network folder and try to add that...

Mounting the network folder, you mean mapping it as a drive?

i've already done that

My situation is a bit different to yours but I've had no problems adding shares on my WHS to my libraries. The difference is that the server is running Windows and the shares are all indexed.

I've really been looking forward to Libraries because I typically keep all my documents, music, videos, etc. on the WHS and Vista didn't handle replacing the default documents locations with network shares that elegantly. The new setup works perfectly for me.

My situation is a bit different to yours but I've had no problems adding shares on my WHS to my libraries. The difference is that the server is running Windows and the shares are all indexed.

I've really been looking forward to Libraries because I typically keep all my documents, music, videos, etc. on the WHS and Vista didn't handle replacing the default documents locations with network shares that elegantly. The new setup works perfectly for me.

They're indexed on the server. They're not indexed for your win7 computer, it doesn't have access to the serves index database,

They're indexed on the server. They're not indexed for your win7 computer, it doesn't have access to the serves index database,

That's not true actually. With Desktop Search 4.0 Windows can use indexes across the network. As a result Windows7 can use the index on the server to improve local search results.

I have a wireless NAS plugged into my router. I can map the drive fine, but it won't show up in the list of locations you can choose to index. Since you can't index it, Explorer won't let me add it to any Library. According to BrandonLive, there are no plans in place to implement indexing of network locations, which is pretty depressing. The workaround offered is to add these locations to your Library from within Windows Media Player.. just do the regular "Manage Libraries" and it won't complain when you pick the network drive.

The problems here are that the locations are still not indexed, so browsing in Explorer doesn't work as well as it should, and also this method only makes sense if you're dealing with Pictures, Music and Video. I can't add my Documents on the external drive to the Library.

BrandonLive also said that if the networked location is on a Vista PC you can index it and Windows 7 will pick it up (why it works on jakem1's WHS), but this useless for a simple networked hard drive.

The relevant quotes, for those interested:

The help text hasn't yet been finished. At this point, libraries only support indexed locations. There are ways around this (if you add it via WMP it will get added to your library, but it will severely degrade the Explorer libaries experience).

If the network share is on a Windows PC, you can install Windows Search 4 on it and index the share on the server side. Then your Win7 machine will be able to remotely query that index to provide the full rich libraries experience.

Another option that works for any network share is to use the Offline Files feature, which creates a local cache of the files that will always be indexed.

It's not planned to change at this time but we know it's a common concern. If you'd like to create one of those Win7 Taskforce pages for it (if there isn't one already) and give me the link, that may help track how many people want to use such functionality (basically, being able to index network shares).

At this point my recommendation would be to get a USB, Firewire, or eSATA drive.

In my case, I use a Windows Home Server PC that has its content indexed with WS4.

I can confirm that adding network location in Libraries for Music, Video and Pictures works through Windows Media Player. But still no luck for Documents library, which in my case is the most important!

Am sure there must be some workaround for Documents Library as well, just need to dig around!

I have a NAS using local network too. I have the same problem.

Since Windows Desktop Search 4 (for XP), it is possible to add remote locations to indexation list. However, Vista's default indexation engine does not allow that anymore.

Microsoft released an update for Windows Vista, allowing network indexation. It makes Windows Desktop Search look like XP's, with a UNC option.

This patch has no equivalent for Windows 7 yet. However, you shall be able to install it over official beta 1, as I did.

Evidence:

post-278494-1232150608_thumb.jpg

Afterwoods, my indexed places look like:

post-278494-1232150599_thumb.jpg

So that solves one part of the problem, but not all of it: even if you index your network shares, windows won't realize it, and you still won't be able to add them to any library...

One more thing: network indexation used to run smoothly over XP, but seems to be a little bit buggy over 7. Explorer.exe is likely to crash if you use the start menu real-time search.

I got so excited when you said the Vista patch worked for you... until you said "Windows won't realize it". Regardless, since I already added stuff to my Libraries via WMP, I'll try it and see what happens.

Were you able to add a network location in your Documents Library?

Were you able to add a network location in your Documents Library?

No.

I downloaded the patch and it installed, then my mapped drive showed up in the index locations list. It looked nothing like Alvine's; I just got an extra checkbox. See:

post-275646-1232240537_thumb.png

However I'm not sure that indexing is actually occuring at all. You can see the screenshot says 'indexing complete', and I'm not sure if the network stuff was ever done. I don't have a way to see when it's actually indexing; I'd try that desktop gadget but 1) gadgets won't work for me and 2) I had to turn off my video driver and Aero.

Back to your question, when I try to add one of these locations to the Library, I get the same error as always (not indexed location). Also, when I try to do things with the WMP-added folders (Pictures, for eg.) like Arrange by Tag, it still tells me that the location is slow.

I dunno what to do man. Here's a thread on Channel 9 that seems to give evidence of what Microsoft was thinking when they left this out: http://channel9.msdn.com/forums/Coffeehous...ommentID=453315

Edited by burnblue
  • 2 weeks later...

To add a non-indexed UNC as a library to Windows 7 Beta:

1. Create a folder on your hard drive for shares. i.e. c:\share

2. Create another folder in the above share. i.e. c:\share\music

2. Link the Library to this folder.

3. Delete the folder.

4. Use the mklink in a command window(administrator access needed) to make a symbolic link. Name the link the same as the folder you created above. i.e - mklink c:\share\music \\server\music

5. Done. Now you have non-indexed UNC path as a library.

If you use symbolic links at a local folder and have the local indexing service work that ... you will increase network traffic possibly in an unefficient way.

Thnik like having your av-shield traversing local folders which are really remote.

But may be it can work if the indexer is optimized to understand that its working a networked and not local file system.

Usually it will not be so.

Mapped network drives are working as local volumes thus network traffic not optimized. So thats why mapped drives have performance issues and shares (networked file system) should be used instead (dynamic performance and can be configured in several ways for better performance either way).

Anyway - use process monitor to find out if indexer scans the network like it was local (if so you need to disable the links - or put those links on a local volume excluded from local indexer)

To add a non-indexed UNC as a library to Windows 7 Beta:

1. Create a folder on your hard drive for shares. i.e. c:\share

2. Create another folder in the above share. i.e. c:\share\music

2. Link the Library to this folder.

3. Delete the folder.

4. Use the mklink in a command window(administrator access needed) to make a symbolic link. Name the link the same as the folder you created above. i.e - mklink c:\share\music \\server\music

5. Done. Now you have non-indexed UNC path as a library.

FYI

About Windows Search 4.0 network performance (so the search services can be configured and are optimized for network traffic) ...

However, Windows Search services work client/server - and if you use symbolic links you make trick it into local file system performance behaviour and pay a penalty.

However, it would be smart if such services would discover using the network redirector across the link and go to network mode. I don't if they do that somehow - but know that last year my kaspersky Antivirus definitely did not do so when it walked the symbolic links to remote shares as if were local file system.

Anyone knows for sure?

Ref. Admin Guide 4.0:

http://technet.microsoft.com/en-us/library/cc770334.aspx

Network Performance

Enabling users to index network shares may temporarily increase the network traffic to these locations. The greatest impact on servers is seen building the initial index, and less impact is seen during subsequent incremental updates. Windows Search uses back-off logic to mitigate network traffic, and Group Policy further controls what Windows Search can index. For example, you can set a policy that disables indexing network paths to high volume servers.

  • 2 weeks later...
4. Use the mklink in a command window(administrator access needed) to make a symbolic link. Name the link the same as the folder you created above. i.e - mklink c:\share\music \\server\music

Hi.

Have you tried do that yourself?

I have the same problem, and unfortunately mklink cannot works with shares.

cmd> mklink C:\Users\Godfather\Libraries\Music \\Server\Music

The syntax of the command is incorrect.

The same said here, for example.

Hi.

Have you tried do that yourself?

I have the same problem, and unfortunately mklink cannot works with shares.

The same said here, for example.

Have you tried

mklink /d <target> <source>

?

default para is symbolic file link. you need to specify symbolic directory link with /d.

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • Vivaldi 8.0.4033.48 by Razvan Serea Vivaldi is a cross-platform web browser built for – and with – the web. A browser based on the Blink engine (same in Chrome and Chromium) that is fast, but also a browser that is rich in functionality, highly flexible and puts the user first. A browser that is made for you. Vivaldi is produced with love by a founding team of browser pioneers, including former CEO Jon Stephenson von Tetzchner, who co-founded and led Opera Software. Vivaldi’s interface is very customizable. Vivaldi combines simplicity and fashion to create a basic, highly customizable interface that provides everything a internet user could need. The browser allows users to customize the appearance of UI elements such as background color, overall theme, address bar and tab positioning, and start pages. Vivaldi features the ability to "stack" and "tile" tabs, annotate web pages, add notes to bookmarks and much more. Vivaldi 8.0.4033.48 changes: [Chromium] Update to 148.0.7778.267 ESR (includes security fixes from 149.0.7827.114/115) [Crash] When closing devtools with input caret in a CSS property field (VB-128998) [Linux][Media] Fetch an updated proprietary media support file (VB-129132) [Permissions] Global Permissions counter shows all permissions (64) as overridden (VB-127713) Download: Vivaldi 64-bit | 139.0 MB (Freeware) Download: Vivaldi 32-bit | ARM64 View: Vivaldi Home Page | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • Two variants of the KAMRUI H2 mini PC receive deeper discounts on Amazon by Steven Parker KAMRUI (sister company of AceMagic) reached out to us, letting us know that they are applying further discounts to two of their H2 mini PC variants, and in times like these, every little helps. First off, it's the Core i5 14450HX 32GB+1TB variant, which already received a discount from $699 to $567.99 on Amazon, so you may be asking what you get for that. Its most important features are listed below. 32GB Memory Configuration, Exceptional Value. Driven by rising AI demand, the DDR memory supply is tightening, making high-capacity memory more valuable. KAMRUI maintains high-quality standards while offering strong value with a 32GB RAM + 1TB SSD configuration, which delivers excellent performance and storage. Intel i5-14450HX, HX-Class Performance Powered by the Intel Core i5-14450HX (10 cores/16 threads, up to 4.8GHz, 54W TDP)-HX series delivers desktop-class performance. Enjoy up to 120% higher multi-core performance vs. i7-1185G7 and stronger sustained performance than Ryzen 9 6900HX under heavy workloads. With 14450HX performance, it handles coding, compiling, Docker with ease, runs 10+ apps simultaneously—Excel, Chrome, Zoom, video editing—with smooth multitasking and fast load times. 32GB RAM & 1TB NVMe SSD - expandable up to 4TB Mini pc W-11 Pro equipped with 32GB (16GB×2) DDR4 dual-channel memory and a 1TB NVMe PCIe 4.0×4 SSD, mini pc delivers fast system response and efficient data access for demanding workloads. Dual M.2 slots support storage expansion up to 4TB. Large memory support running multiple virtual machines simultaneously, enabling fast deployment and isolated sandbox testing, significantly improving development efficiency and multitasking performance. HX-Class Heat Dissipation, Higher Productivity 14450HX Mini computers W-11 pro equipped with upgraded silent centrifugal fans, dual copper heat pipes, dual fin-stack cooling modules, and an optimized dual-airflow design, the processor can maintain ≥95% of multi-core performance even under long-duration heavy workloads. The HX platform is specifically designed for multitasking, rendering, and content creation, and multitasking, delivering desktop-class stability and powerful performance. Triple 4K Productivity Power Supports triple 4K displays and handles complex workflows like coding, data processing, and multitasking with ease. WiFi 6 delivers fast, reliable connectivity for video, conferencing, and transfers. Bluetooth 5.2 ensures stable, low-latency wireless connections. Versatile Connectivity This mini computer comes with 1x Type-C(10Gbps data transfer), 1x RJ45 Ethernet, 2x USB3.2 Gen2 (10Gbps), 4x USB3.2 Gen1 Type-A (5Gbps), PD output, 1x HDMI 2.0, 1x DP 1.4, and 1x 3.5mm audio jack. It offers versatile connectivity to connect multiple devices effortlessly, reducing the need for frequent plugging and unplugging. Small Size, Big Performance Mini PC measures just 5.04 × 5.04 × 1.63 inches, over 80% smaller than a traditional desktop, yet equipped with the high-performance 14450HX processor for near-desktop-level power. With VESA mounting support, it transforms cluttered desks into clean, organized setups. Normally costing $699, but now down to $ 535.79, which includes an additional 6% off the Amazon listed price. That equals a total of 24% off the MSRP. KAMRUI Hyper H2 (Core i5 14450HX 32GB+1TB) for $ 535.79 (was $699) Use code 2UD2IW7D for the above price during checkout (expires on June 30) Editors note: This appears to be listed as a "frequently returned item" on Amazon, but you should take into account the reviews on the page that discuss a completely different PC, it would seem that this is yet another recycled sales page that is now listing this newer item, possibly to retain the positive 4.5 star rating on the page. Next up, we have the Core i9 14900HX/32GB+1TB variant, which normally costs $799.99 but is already discounted to $759.99 on Amazon. Again, the most important highlights for this variant are listed below. Upgrade 14th Intel Core i9-14900HX Processor KAMRUI Mini Computers features the 14th Gen Intel Core i9-14900HX processor (up to 5.8GHz, TDP 55W, 36MB cache, 24C/32T), delivering 25%–40% higher performance than the i5-14450HX (24C/32T) and i7-1280P in multitasking, creative work, and high-load applications. Manufactured using Intel 7 (10 nm) process technology, Mini Computer efficiently allocates workloads to deliver faster response times, smoother operation, and heightened productivity. 32GB DDR4 & 1TB SSD - Expandable to 4TB KAMRUI Intel Core i9-14900HX mini PC features dual-channel 32GB DDR memory (expandable to 64GB) and 1TB NVMe PCIe 4.0×4 SSD, delivering speeds 40% faster than PCIe Gen3. The KAMRUI Micro PC features two M.2 2280 SSD slots, each expandable up to 2TB, effortlessly accommodating a high-capacity system drive and an ultra-fast cache drive. This achieves a perfect balance of speed, capacity, and flexibility, effortlessly handling large projects and high-speed workflows. 4K UHD Triple Display KAMRUI 14900HX Mini PC features a 4K@60Hz UHD graphics card (Intel UHD Graphics), supporting 4K@60Hz high-definition video playback for a premium visual experience. Mini Gaming PC incorporates an HDMI 2.0 port + DP 1.4 port + USB3.2 Gen2 Type-C port, supporting 4K triple display output. Mini PC can connect to three monitors to fulfil your multi-screen collaboration requirements. Ultra-high-definition visuals and ultra-fast connectivity significantly enhance your productivity. RJ45 LAN Port+WiFi6E+BT5.2 KAMRUI Mini PC features a 1.0Gbps LAN port, suitable for high-speed broadband environments in homes, offices, and large enterprises. Bluetooth 5.2 enables connection to peripherals such as headphones, mice, and keyboards. Dual-band WiFi 6E and BT 5.2 deliver enhanced interference resistance and more stable wireless signals. Regardless of your network environment's complexity, the KAMRUI H2 mini computer delivers a relatively stable and smooth network experience. Professional-Grade Cooling System KAMRUI Mini gaming PC features an upgraded silent centrifugal fan, dual copper heat pipes, and a dual-fin module. Its all-copper structure enhances thermal conductivity, boosting airflow efficiency by 35% and overall heat dissipation by 40%, ensuring the CPU can stably deliver up to 55W performance under full load. Upgraded aluminum heatsink keeps the SSD cool to maintain read/write speeds, ensuring desktop-level stability and power for demanding workloads. Compact Size, Infinite Possibilities KAMRUI H2 mini computers measure just 5.04 x 5.04 x 1.63 inches, a fraction of the size of a traditional desktop, yet deliver powerful performance for demanding workloads. With the included VESA mount, you can easily attach a small pc behind a monitor or place it in your TV cabinet, turning your display into a sleek mini PC while saving valuable desk space. Versatile Connectivity This KAMRUI mini gaming computer comes with 1*USB3.2 Gen2 Type-C(up to 10Gbps data transfer), 1*RJ45 Ethernet, 2*USB3.2 Gen2 (10Gbps), 4*USB3.2 Gen1 Type-A (5Gbps), 1*HDMI 2.0, 1*DC, 1*DP 1.4, and 1*3.5mm audio jack. It offers versatile connectivity to connect multiple devices effortlessly, reducing the need for frequent plugging and unplugging. Normally costing $799, but now down to $721.99, which includes an additional 5% off the Amazon listed price. That equals a total of 10% off the MSRP. KAMRUI Hyper H2 (Core i9 14900HX/32GB+1TB) for $ 721.99 (was $799) Use code AQ5Z6A47 for the above price during checkout (expires on June 30) KAMRUI claims that they offer lifetime technical support along with a 12-month warranty. For either of these mini PCs, should you encounter any issues during use, KAMRUI claims it will do its utmost to assist customers. As an Amazon Associate, we earn from qualifying purchases.
    • Good. I hope more people sue them for focusing on this worthless junk.
    • How about fire the guy who approved all the bad decisions? The guy who bought these studios in the first place? Oh wait, Satya is safe with his billions while the workers pay the price.
  • Recent Achievements

    • One Year In
      Console General earned a badge
      One Year In
    • One Year In
      Twozo Technologies earned a badge
      One Year In
    • One Month Later
      Twozo Technologies earned a badge
      One Month Later
    • Week One Done
      Twozo Technologies earned a badge
      Week One Done
    • Veteran
      branfont went up a rank
      Veteran
  • Popular Contributors

    1. 1
      +primortal
      518
    2. 2
      +Edouard
      200
    3. 3
      PsYcHoKiLLa
      110
    4. 4
      Steven P.
      89
    5. 5
      Nick H.
      71
  • Tell a friend

    Love Neowin? Tell a friend!