[fixed] Problem with Driver Bender shares (1 Viewer)

mediacowboy

Portal Pro
May 5, 2012
134
13
34
Texas
Home Country
United States of America United States of America
On the same machine the mp2 is on? If so I can test that in a little bit.
 

johanj

MP Donator
  • Premium Supporter
  • January 31, 2009
    781
    398
    46
    Home Country
    Sweden Sweden
    • Thread starter
    • Moderator
    • #13
    Driver Bender is installed on the same machine as MP2.

    I try to add the DB shares as Global shares in MP2.
     

    Requiem

    MP Donator
  • Premium Supporter
  • January 1, 2012
    588
    216
    Home Country
    Germany Germany
    I am running MePo1, and I have once tested MP2 Alpha 3. Both on client-server multiseat setup; server is running WHS2011 with DriveBender 1.9.5.0. No problems like yours at any time given....
     

    morpheus_xx

    Retired Team Member
  • Team MediaPortal
  • March 24, 2007
    12,073
    7,459
    Home Country
    Germany Germany
    I have created a small tool which uses the same calls as our network accessor. This tool runs on console and outputs all shares found on given PC name.

    Extract the file to any folder, open command line and run it with the server name as argument. Example:
    Code:
    S:\Temp\>NetEnumTest.exe localhost

    The resulting output is important, please post it here for further investigation of the network accessing issues.

    Example output:
    Enumerating shares of server 'localhost'
    Type: Special IsFS: True UNC: \\LOCALHOST\ADMIN$
    Type: Special IsFS: True UNC: \\LOCALHOST\C$
    Type: Special IsFS: True UNC: \\LOCALHOST\D$
    Type: Special IsFS: True UNC: \\LOCALHOST\I$
    Type: IPC, Special IsFS: False UNC: \\LOCALHOST\IPC$
    Type: Special IsFS: True UNC: \\LOCALHOST\R$
    Type: Special IsFS: True UNC: \\LOCALHOST\S$
    Type: Special IsFS: True UNC: \\LOCALHOST\T$
    Type: Special IsFS: True UNC: \\LOCALHOST\U$
    Type: Special IsFS: True UNC: \\LOCALHOST\X$
     

    Attachments

    • NetEnumTest.7z
      6.1 KB

    johanj

    MP Donator
  • Premium Supporter
  • January 31, 2009
    781
    398
    46
    Home Country
    Sweden Sweden
    • Thread starter
    • Moderator
    • #16
    Code:
    C:\>NetEnumTest.exe localhost
    Enumerating shares of server 'localhost'
    Type:        Special IsFS:  True UNC: \\LOCALHOST\ADMIN$
    Type:        Special IsFS:  True UNC: \\LOCALHOST\C$
    Type:        Special IsFS:  True UNC: \\LOCALHOST\D$
    Type:    1073741824 IsFS:  True UNC: \\LOCALHOST\Downloads
    Type:        Special IsFS:  True UNC: \\LOCALHOST\E$
    Type:    1073741824 IsFS:  True UNC: \\LOCALHOST\Egna Filmer
    Type:        Special IsFS:  True UNC: \\LOCALHOST\F$
    Type:        Special IsFS:  True UNC: \\LOCALHOST\G$
    Type:  IPC, Special IsFS: False UNC: \\LOCALHOST\IPC$
    Type:          Disk IsFS:  True UNC: \\LOCALHOST\LocalPictures
    Type:    1073741824 IsFS:  True UNC: \\LOCALHOST\Music
    Type:    1073741824 IsFS:  True UNC: \\LOCALHOST\Photos
    Type:    1073741824 IsFS:  True UNC: \\LOCALHOST\Public
    Type:    1073741824 IsFS:  True UNC: \\LOCALHOST\Recorded TV
    Type:          Disk IsFS:  True UNC: \\LOCALHOST\Recordings
    Type:        Special IsFS:  True UNC: \\LOCALHOST\S$
    Type:    1073741824 IsFS:  True UNC: \\LOCALHOST\Software
    Type:    1073741824 IsFS:  True UNC: \\LOCALHOST\TV Series
    Type:    1073741824 IsFS:  True UNC: \\LOCALHOST\Users
    Type:    1073741824 IsFS:  True UNC: \\LOCALHOST\Videos
     

    morpheus_xx

    Retired Team Member
  • Team MediaPortal
  • March 24, 2007
    12,073
    7,459
    Home Country
    Germany Germany
    Thanks, this reveals the problem: the sharetypes are different (seen at the number value instead of a string).
    I'll check this!
     

    johanj

    MP Donator
  • Premium Supporter
  • January 31, 2009
    781
    398
    46
    Home Country
    Sweden Sweden
    • Thread starter
    • Moderator
    • #18
    Yes, its those shares that do not display in MP2. Thanks for checking this!
     

    morpheus_xx

    Retired Team Member
  • Team MediaPortal
  • March 24, 2007
    12,073
    7,459
    Home Country
    Germany Germany
    I think this should fix it!

    Stop your MP2-Server, extract the attached plugin into MP2-Server\Plugins, start service again and test to add shares.

    Report if it works :)
     

    Attachments

    • NetworkNeighborhoodResourceProvider.7z
      6 KB

    johanj

    MP Donator
  • Premium Supporter
  • January 31, 2009
    781
    398
    46
    Home Country
    Sweden Sweden
    • Thread starter
    • Moderator
    • #20
    Yes, it seems to have fixed it! I did a quick test and the share are visible, thanks! Will import later when family sleeps...
     

    Users who are viewing this thread

    Top Bottom