This is the only thread that I could find related to Windows 8.1 and unfortunately, it didn't help.
viewtopic.php?f=21&t=8812
I've played around with quite a few settings and done some investigation with Win power shell and have discovered the following:
- I have ensured that I am using the same workgroup name (ensuring it was a valid name [uppercase, no spaces]) and have rebooted both systems (not just the CIFS/SMB service) when trying different setting (this is a huge pain in the behind)
- I can manually type \\<ip address> into explorer to find N4F and the share, but it's unable to find the server from its NetBIOS name (yes, on the same workgroup)
E.g. \\192.168.0.198 resolves, but \\ZEUS (NetBIOS name) does not. - I changed the workgroup so that the Win 8.1 and N4F computers were *not* on the same workgroup, and interestingly enough, the IP address still resolves, so it seems that regardless of the workgroup settings, you can find servers via their IP address. To me this isn't a solution, because, frankly, it should just work (I'm not pointing fault at N4F here, as this very well could be due to some setting on the Win 8.1 computer [which is basically a brand new and out of the box install]) and I don't want to have to manually enter the IP address. Also, when something in Windows isn't working, but there is some makeshift workaround, who knows what other things are still broken.
- I have tried configurations of "Local Master Browser" both enabled and disabled and I see no difference
- I have tested both Map to guest settings: "Never - default" (which isn't actually the default option) and "Bad User - non existing users" (this was the default option, at least for the current version 9.3.0.2.1391)
As discussed on previous topics:
"Never - default" works as a guest account
"Bad User - non existing users" requires a user to be added to "Access|Users" in N4F with the same credentials as the Windows login credentials (if you don't want to be prompted for a username/password every time) - I've tried adding the N4F server and then rebooting to see if it finds it after
- Logging out of homegroup
- I've settled on a workgroup name of ATLANTIS, because it will be like finding a lost city when I get this thing working
- net view /domain:<workgroup>
- net view \\<netbios name>
- net view \\<ip addres>
- lanscan from http://scottiestech.info/2009/02/14/how ... workgroup/
used to determine master browser
Code: Select all
C:\>net view /domain:ATLANTIS
There are no entries in the list.Code: Select all
C:\>net view \\lenovo-pc
Shared resources at \\lenovo-pc
Share name Type Used as Comment
-------------------------------------------------------------------------------
Users Disk
The command completed successfully.Code: Select all
C:\>net view \\ZEUS
System error 53 has occurred.
The network path was not found.Code: Select all
C:\>net view \\192.168.0.198
Shared resources at \\192.168.0.198
NAS4Free Server
Share name Type Used as Comment
-------------------------------------------------------------------------------
SOCRATES Disk The unexamined life is not worth living
The command completed successfully.I've also seen some other forums discuss something about relaxing permissions on the Windows 8 machine, but like they mention in the above post, this isn't desirable.
I've attached a the status report [HTML] from N4F as a zip, if that could help troubleshooting.


