Page 2 of 2 FirstFirst 12
Results 17 to 23 of 23

Thread: Windows unavailable network drive handling

  1. #17
    Senior Member
    Join Date
    Jun 2008
    Posts
    1,495
    Thanks
    2
    Thanked
    143 times in 119 posts
    • BobF64's system
      • Motherboard:
      • Asus P8Z77-V Pro
      • CPU:
      • Intel Core i7-3770K
      • Memory:
      • 16GB Corsair XMS3 PC3-12800
      • Storage:
      • Multiple HDD and SSD drives
      • Graphics card(s):
      • ASUS DUAL-GTX1060-06G
      • PSU:
      • 750W Silverstone Strider Gold Evolution
      • Case:
      • Silverstone Fortress FT02
      • Operating System:
      • Windows 10 x64 Pro
      • Monitor(s):
      • HP ZR24w

    Re: Windows unavailable network drive handling

    Strange software.

    Is it just that it provides no way to browse for network drives? typing your own paths isn't allowed? or "\\<name/ip>\sharename" doesnt work?

    It obviously supports network drives, otherwise it wouldn't work via a mapping.

  2. #18
    Senior Member watercooled's Avatar
    Join Date
    Jan 2009
    Posts
    11,478
    Thanks
    1,541
    Thanked
    1,029 times in 872 posts

    Re: Windows unavailable network drive handling

    That doesn't seem to work sadly, even for the app that allows selection through a dialogue, the network location doesn't show up in the dialogue. But like I say the symlink method:

    mklink /D C:\NAS\users \\ip.address.to.NAS\share

    Seems to work OK in that these applications are able to see it. I just wonder if there are any issues with e.g. file permissions I should know about? E.g. I get the lock icon on folders, but as far as I can tell, I can still access the contents fine, and nothing looks different under permissions?

    Edit: @BobF64 - it's actually not unusual at all, lots of software will not work with network locations. With mapped locations, software does not have to explicitly support network drives as, as far as it's concerned, it's just another driver letter in Windows.

  3. #19
    The late but legendary peterb - Onward and Upward peterb's Avatar
    Join Date
    Aug 2005
    Location
    Looking down & checking on swearing
    Posts
    19,378
    Thanks
    2,892
    Thanked
    3,403 times in 2,693 posts

    Re: Windows unavailable network drive handling

    Windows connections to Samba shares can be tricky, and the SMB.conf file on the server does need to be looked at carefully.

    There are two processes running, the smbd daemon and the nmbd daemon., and the no dd daemon must be started first. Normally that will be taken care of by the server.

    If you haven't already done so, do have a look at the global configuration section of the SMB.conf file (might be named differently in Debian, but you should find it in /etc/samba.

    It pays to have a good read of the documentation at the project website, and you can discover lots of nifty ways of achieving desired behaviour.

    You can get problems with permissions, the *nix file permission regime doesn't map easily to the NTFS permissions schema.

    Not saying this is the problem, but I had some similar issues a way back (root cause was a strangely defective disk in a RAID system) but optimising the samb configuration file did make a difference.


    Odd really as SMB (Server Message Block) protocol was developed by Microsoft, and as others pointed out, lead to the open source SAMBA implementation. SAMBA is pretty good though, interoperability between * nix (all flavours, including BSD/OSX) with each other also with Windows.
    (\__/)
    (='.'=)
    (")_(")

    Been helped or just 'Like' a post? Use the Thanks button!
    My broadband speed - 750 Meganibbles/minute

  4. #20
    Senior Member watercooled's Avatar
    Join Date
    Jan 2009
    Posts
    11,478
    Thanks
    1,541
    Thanked
    1,029 times in 872 posts

    Re: Windows unavailable network drive handling

    In my case it's the server not being present that causes the hangs in Explorer - it works fine when I'm actually on the LAN with the server.

    If you have any SMB shares yourself (and can play about with them), have one mapped to a drive letter in Windows, then disconnect from the network or something and reboot. Notice how long it takes to log in. Explorer really isn't graceful at handling missing drives as it will essentially hang the process until it times out retrying access to the drive. But so much as dragging a file past the NAS icon causes the hang too, which is really irritating as it lasts something like a minute.

    I'm on Win7 but it's possible it's somehow fixed in 10 (it was still present in 8 when I tried it).

  5. #21
    The late but legendary peterb - Onward and Upward peterb's Avatar
    Join Date
    Aug 2005
    Location
    Looking down & checking on swearing
    Posts
    19,378
    Thanks
    2,892
    Thanked
    3,403 times in 2,693 posts

    Re: Windows unavailable network drive handling

    Hmm, interesting, although not something I've noticed particularly, although I use directory Opus as a substitute for file explorer on my only Windows (7)! Machine which gets little use these days, (mainly legacy apps, and they are being migrated to a VM). Unfortunately I can't play with it for a few days
    (\__/)
    (='.'=)
    (")_(")

    Been helped or just 'Like' a post? Use the Thanks button!
    My broadband speed - 750 Meganibbles/minute

  6. #22
    Senior Member watercooled's Avatar
    Join Date
    Jan 2009
    Posts
    11,478
    Thanks
    1,541
    Thanked
    1,029 times in 872 posts

    Re: Windows unavailable network drive handling

    Been busy the past couple of days but I've just had another play with things and it seems I might have been completely wrong about the number of programs not supporting UNC paths - even though I can't navigate to the network location, I just tried typing it in manually and it... just... worked... ??

    So thanks for the help guys, this just might work. I'll try configuring the things I can think of with UNC paths, unmap my network drives and leave it for a couple of days to see if anything breaks.

  7. #23
    Registered User
    Join Date
    Feb 2016
    Posts
    1
    Thanks
    0
    Thanked
    8 times in 1 post

    Re: Windows unavailable network drive handling

    What version of Windows are you using?

    "It seems like a massive usability oversight if it needs scripts to resolve it."

    I do not think any scripts are needed to resolve your issue just a configuration issue somewhere. I have a HP Microserver running Ubuntu Server that gets heavy daily use for my streaming, backups, and general storage drives. I have a few different HDD's in it with several Samba shares but even the slowest/oldest of the HDDs works fast & snappy without issue. They are accessible via GB network on my Win 10 machine (previously win 7) as mapped drives and are up / useable as fast as I can click without issue. I say all of this to show it is possible to have it just work well. Two things I have personally seen that could cause similar symptoms to what you describe is your smb.conf is not configured properly (it may work fine via a *nix box but not windows!) and the other thing (and this took a WHILE for me to diagnose) was a switch that was not working correctly. Would you be OK posting just the RELEVANT information from your smb.conf as that may help.

Page 2 of 2 FirstFirst 12

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •