[Solved] Gelöst/Solved: net use Pfad - Systemfehler 67 aufgetreten

Allgemeine Diskussionen über den Einsatz von VirtualBox.
VM-F4n
Posts: 181
Joined: 25. Oct 2015, 12:53
Primary OS: MS Windows 7
VBox Version: OSE other
Guest OSses: Win7 64-Bit

[Solved] Gelöst/Solved: net use Pfad - Systemfehler 67 aufgetreten

Post by VM-F4n »

Hallo,

heute habe ich die 5.1.10 installiert (davor nutzte ich 5.0.20) und kann, seit dem ich auf 5.1.10 bin, nicht mehr
net use y: \\vboxsvr\Ordnername1\Ordnername2
machen weil immer Systemfehler 67 aufgetreten erscheint. :(
Als ich noch 5.0.20 nutzte (und das über Monate!) ging das ohne Probleme!

Bei 5.1.10 habe ich mir momentan so beholfen, dass ich
net use y: \\vboxsvr\Ordnername1
nutze was geht, aber auf Dauer ist das keine Lösung für mich da sich in Ordner1 mehrere Ordner befinden die ich während dessen, dass das LW eingebunden ist, nicht haben möchte.

Edit:
Irgendwie lag das Problem an mir. :oops:
Denkfehler! :roll:
Last edited by socratis on 11. Mar 2017, 12:50, edited 2 times in total.
Reason: Marked as [Solved].
DieterH
Posts: 48
Joined: 18. Jan 2016, 20:48
Primary OS: Ubuntu other
VBox Version: PUEL
Guest OSses: kUbuntu | Ubuntu | Q4OS | Windows {XP|7|10}

Re: net use Pfad - Systemfehler 67 aufgetreten

Post by DieterH »

Hallo VM-F4n!
Hi @ all


Ich kann das aktuelle Verhalten bestätigen!
(Die alte Version kann ich nicht bestätigen, da ich es dort nicht probiert habe.)

Habe Dein Problem bei mir überprüft und folgendes herausgefunden:

Code: Select all

»» NET USE K: \\VBOXSVR\Freigabename ................ ok
»» NET USE K: \\VBOXSVR\Freigabename\ ............... NO
»» NET USE K: \\IPADRSS\Freigabename ................ NO
»» NET USE K: \\VBOXSVR\Freigabename\Ordner ......... NO
Erstaunlich ist, dass selbst ein einfacher Backslash zum Fehler führt :shock:

Ein Gegentest (aus der W10-VM) gegen einen W2008-Server ist erfolgreich:
Ich kann auch Unter-\Unter-\Unterordner mappen.

Wäre hingegen der Versuch gegen \\IP.Adr.es.se erfolgreich, wäre der Fehler
in der Namensauflösung zu suchen.

Ich halte das für einen BUG :cry: :twisted: der uns dann um die Ohren fliegt,
wenn wir in einer Windows-Domäne z.B. für die Benutzer einen Unterordner
einer Freigabe mappen wollen/müssen :!:

DU kannst Dir hier behelfen, in dem Du dir eine Verknüpfung zu deinem Ordner
auf den Desktop legst. Im oben geschilderten Fall geht das aber nicht!

HTH
Gruß

Dieter
socratis
Site Moderator
Posts: 27329
Joined: 22. Oct 2010, 11:03
Primary OS: Mac OS X other
VBox Version: PUEL
Guest OSses: Win(*>98), Linux*, OSX>10.5
Location: Greece

Re: net use Pfad - Systemfehler 67 aufgetreten

Post by socratis »

https://technet.microsoft.com/en-us/library/bb490717.aspx wrote:
C:\WINDOWS\system32>net use /?
The syntax of this command is:

NET USE
[devicename | *] [\\computername\sharename[\volume] [password | *]]
        [/USER:[domainname\]username]
        [/USER:[dotted domain name\]username]
        [/USER:[username@dotted domain name]
        [/SMARTCARD]
        [/SAVECRED]
        [[/DELETE] | [/PERSISTENT:{YES | NO}]]

NET USE {devicename | *} [password | *] /HOME

NET USE [/PERSISTENT:{YES | NO}]
https://technet.microsoft.com/en-us/lib ... 90717.aspx

The "volume" is for Netware volumes. You cannot do what you describe. You never could.
[color=#BF4040]Google translate[/color] wrote:Das "volume" ist für Netware-Volumes. Sie können nicht tun, was Sie beschreiben. Sie konnten nie.
Do NOT send me Personal Messages (PMs) for troubleshooting, they are simply deleted.
Do NOT reply with the "QUOTE" button, please use the "POST REPLY", at the bottom of the form.
If you obfuscate any information requested, I will obfuscate my response. These are virtual UUIDs, not real ones.
DieterH
Posts: 48
Joined: 18. Jan 2016, 20:48
Primary OS: Ubuntu other
VBox Version: PUEL
Guest OSses: kUbuntu | Ubuntu | Q4OS | Windows {XP|7|10}

Re: net use Pfad - Systemfehler 67 aufgetreten

Post by DieterH »

Hello socratis!
Hi @ all!

SORRY! (no offense!) but as I wrote: I've checked and can confirm the OP!
socratis wrote:
The "volume" is for Netware volumes. You cannot do what you describe. You never could.
and that's not true :shock:

Code: Select all

C:\Users\dhn>net view \\w10pro-supp32
Freigegebene Ressourcen auf \\w10pro-supp32



Freigabename      Typ     Verwendet als  Kommentar

-------------------------------------------------------------------------------
Users             Platte
zzz_TRANSFER_zzz  Platte
Der Befehl wurde erfolgreich ausgeführt.

^^-- these are the shares of my PC

Code: Select all

C:\>cd \zzz_TRANSFER_zzz\@@_TABLET_@@\test67\socratis

C:\zzz_TRANSFER_zzz\@@_TABLET_@@\test67\socratis>dir
 Volume in Laufwerk C: hat keine Bezeichnung.
 Volumeseriennummer: 1CCD-2419

 Verzeichnis von C:\zzz_TRANSFER_zzz\@@_TABLET_@@\test67\socratis

14.12.2016  13:40    <DIR>          .
14.12.2016  13:40    <DIR>          ..
14.12.2016  13:30                 0 for_the_records.txt
               1 Datei(en),              0 Bytes
               2 Verzeichnis(se), 29.931.171.840 Bytes frei

C:\zzz_TRANSFER_zzz\@@_TABLET_@@\test67\socratis>
^^-- in a Sub-\sub-\subdirectory you see a file (just for you :wink: )

Code: Select all

C:\zzz_TRANSFER_zzz\@@_TABLET_@@\test67\socratis>cd \

C:\>net use k: \\w10pro-supp32\zzz_TRANSFER_zzz\@@_TABLET_@@\test67\socratis
Der Befehl wurde erfolgreich ausgeführt.
^^-- now I'll do what the OP wants to do!
And surprise, surprise command successfully :D

Code: Select all

C:\>k:

K:\>dir
 Volume in Laufwerk K: hat keine Bezeichnung.
 Volumeseriennummer: 1CCD-2419

 Verzeichnis von K:\

14.12.2016  13:40    <DIR>          .
14.12.2016  13:40    <DIR>          ..
14.12.2016  13:30                 0 for_the_records.txt
               1 Datei(en),              0 Bytes
               2 Verzeichnis(se), 29.931.110.400 Bytes frei

K:\>
^^-- as you can see it is mapped as I wanted.

Believe me: I'm doing these mappings since the mid '90s (Windows NT4).
Don't remember if/how it worked under WIN3.11.
And if the OP claims that it worked under 5.0.20 I've no doubt that it's correct.

As I wrote: I would call it a BUG!

HTH
Gruß

Dieter
VM-F4n
Posts: 181
Joined: 25. Oct 2015, 12:53
Primary OS: MS Windows 7
VBox Version: OSE other
Guest OSses: Win7 64-Bit

Re: net use Pfad - Systemfehler 67 aufgetreten

Post by VM-F4n »

@DieterH
Danke für's Bestätigen des Fehlers (Bugs)! :wink:

Es sollte schnellstmöglich ein Update dafür her... ich weiß nicht wo man eigens Bug-Reports posten kann, vll. kannst du (DieterH) das übernehmen?! :oops:
socratis wrote: The "volume" is for Netware volumes. You cannot do what you describe. You never could.
My english isn't so good and i only have the german VirtualBox... Geräte(devices?)->2x Gemeinsame Ordner(shared folder?) and "mount" the folder, then use cmd.exe and net use like i've worte.

I use VirtualBox a lot of time (for years)! :roll:

I could ever what i've wrote until 5.0.20 (works), with 5.1.10 it doesn't work!
socratis
Site Moderator
Posts: 27329
Joined: 22. Oct 2010, 11:03
Primary OS: Mac OS X other
VBox Version: PUEL
Guest OSses: Win(*>98), Linux*, OSX>10.5
Location: Greece

Re: net use Pfad - Systemfehler 67 aufgetreten

Post by socratis »

The "Netware volumes" was from the Microsoft article. Not from me.

What is your host OS? What is your guest OS? My host is OSX 10.9.5. I tried it with VirtualBox 5.0.20 and 5.1.10, with a Win10, Win7 and WinXP guest. It didn't work. Are you sure it was working with 5.0.20? From any VM to any VM:
  • VB-Win##> net use * \\VB-Win##\Share ........ OK
    VB-Win##> net use * \\VB-Win##\Share\Test ... OK
    VB-Win##> net use * \\VBOXSVR\Share ......... OK
    VB-Win##> net use * \\VBOXSVR\Share\Test .... FAIL
@DieterH: Thanks! That was funny that you actually made an example just for me :)

GOOGLE TRANSLATE
Die "Netware-Volumes" wurde aus dem Microsoft-Artikel. Nicht von mir.

Was ist Ihr Host-Betriebssystem? Was ist dein Gast-Betriebssystem? Mein Host ist OSX 10.9.5. Ich versuchte es mit VirtualBox 5.0.20 und 5.1.10, mit einem Win10, Win7 und WinXP Gast. Es hat nicht funktioniert. Sind Sie sicher, dass es mit 5.0.20 funktioniert? Von beliebiger VM zu beliebiger VM:
Do NOT send me Personal Messages (PMs) for troubleshooting, they are simply deleted.
Do NOT reply with the "QUOTE" button, please use the "POST REPLY", at the bottom of the form.
If you obfuscate any information requested, I will obfuscate my response. These are virtual UUIDs, not real ones.
VM-F4n
Posts: 181
Joined: 25. Oct 2015, 12:53
Primary OS: MS Windows 7
VBox Version: OSE other
Guest OSses: Win7 64-Bit

Re: net use Pfad - Systemfehler 67 aufgetreten

Post by VM-F4n »

socratis wrote: What is your host OS? What is your guest OS?
You can find my host OS und guest OS in my profile (right side). :wink:
socratis wrote: Are you sure it was working with 5.0.20?
Yes, i'm absolutly sure, because i used it more then once in a week. :wink:
I don't know why you can't get working it with 5.0.20. :shock:
But not from VM to VM! Only from VM to a USB-HDD on the Host OS!

PS: You don't need to translate for me in german, i can translate ENG->DE :wink: but not DE-ENG so good. :oops:
socratis
Site Moderator
Posts: 27329
Joined: 22. Oct 2010, 11:03
Primary OS: Mac OS X other
VBox Version: PUEL
Guest OSses: Win(*>98), Linux*, OSX>10.5
Location: Greece

Re: net use Pfad - Systemfehler 67 aufgetreten

Post by socratis »

VM-F4n wrote:You can find my host OS und guest OS in my profile (right side).
Yes, maybe... But 1) it can change, 2) most do not use it and 3) if you look at my profile, you will never know ;)
VM-F4n wrote:But not from VM to VM! Only from VM to a USB-HDD on the Host OS!
The VM-to-VM was to show that the "net use" works with "\\Server\Share\Directory\Directory", but it doesn't work with "\\VBOXSVR\Share\Directory".

I have a Win7 computer, but it's slower. I can downgrade to 5.0.20, but it will take some time. Do you mind sending me 2 things?
1) the VBOX file for the VM
2) the exact script/batch file
VM-F4n wrote:You don't need to translate for me in german
Danke! :D
Do NOT send me Personal Messages (PMs) for troubleshooting, they are simply deleted.
Do NOT reply with the "QUOTE" button, please use the "POST REPLY", at the bottom of the form.
If you obfuscate any information requested, I will obfuscate my response. These are virtual UUIDs, not real ones.
DieterH
Posts: 48
Joined: 18. Jan 2016, 20:48
Primary OS: Ubuntu other
VBox Version: PUEL
Guest OSses: kUbuntu | Ubuntu | Q4OS | Windows {XP|7|10}

Re: net use Pfad - Systemfehler 67 aufgetreten

Post by DieterH »

Hi @ ALL!
socratis wrote:@DieterH: Thanks! That was funny that you actually made an example just for me :)
Nah! Don't mention it! 8)

Interesting for me is that it doesn't work if you simply add an trailing slash\backslash :shock:
I'm not a programmer, but I would look if there were code-changes to avoid trailing slashes :|
(Perhaps for 'security' aspects?)
Gruß

Dieter
socratis
Site Moderator
Posts: 27329
Joined: 22. Oct 2010, 11:03
Primary OS: Mac OS X other
VBox Version: PUEL
Guest OSses: Win(*>98), Linux*, OSX>10.5
Location: Greece

Re: net use Pfad - Systemfehler 67 aufgetreten

Post by socratis »

DieterH wrote:Interesting for me is that it doesn't work if you simply add an trailing slash\backslash
Well, it doesn't work in SMB in general. Open a Windows VM (or a physical PC) that has a shared folder, for example "C:\" as "Share". Try it on itself and it will fail as well:

Code: Select all

C:\> net use * \\MySelf\Share .... OK
C:\> net use * \\MySelf\Share\ ... FAIL
For the "\\VBOXSVR\Share\Folder" problem
It sounds like a bug. I will search for it. But it would be good to know if it is a regression. That means if it was working in a previous version.
Do NOT send me Personal Messages (PMs) for troubleshooting, they are simply deleted.
Do NOT reply with the "QUOTE" button, please use the "POST REPLY", at the bottom of the form.
If you obfuscate any information requested, I will obfuscate my response. These are virtual UUIDs, not real ones.
VM-F4n
Posts: 181
Joined: 25. Oct 2015, 12:53
Primary OS: MS Windows 7
VBox Version: OSE other
Guest OSses: Win7 64-Bit

Re: net use Pfad - Systemfehler 67 aufgetreten

Post by VM-F4n »

Das Problem besteht auch noch mit 5.1.12! :roll:

Same problem in 5.1.12! :roll:

Edit:
Need a bug-ticket for that!
https://www.virtualbox.org/wiki/TracTickets
I don't know how to do. :oops:
socratis
Site Moderator
Posts: 27329
Joined: 22. Oct 2010, 11:03
Primary OS: Mac OS X other
VBox Version: PUEL
Guest OSses: Win(*>98), Linux*, OSX>10.5
Location: Greece

Re: net use Pfad - Systemfehler 67 aufgetreten

Post by socratis »

Before we file a bug report, you need to make absolutely sure that it was working with 5.0.20. I tried it and it was not working. Can you please downgrade and make 100% sure that it was working? Make sure that the Guest Additions match the VirtualBox version. We need to find the last working version.
Do NOT send me Personal Messages (PMs) for troubleshooting, they are simply deleted.
Do NOT reply with the "QUOTE" button, please use the "POST REPLY", at the bottom of the form.
If you obfuscate any information requested, I will obfuscate my response. These are virtual UUIDs, not real ones.
VM-F4n
Posts: 181
Joined: 25. Oct 2015, 12:53
Primary OS: MS Windows 7
VBox Version: OSE other
Guest OSses: Win7 64-Bit

Re: net use Pfad - Systemfehler 67 aufgetreten

Post by VM-F4n »

socratis wrote:Before we file a bug report, you need to make absolutely sure that it was working with 5.0.20. I tried it and it was not working. Can you please downgrade and make 100% sure that it was working? Make sure that the Guest Additions match the VirtualBox version. We need to find the last working version.
I don't need to downgrade because of this:
VM-F4n wrote: Yes, i'm absolutly sure, because i used it more then once in a week. :wink:
I don't know why you can't get working it with 5.0.20. :shock:
But not from VM to VM! Only from VM to a USB-HDD on the Host OS!
I has used it over month!
socratis
Site Moderator
Posts: 27329
Joined: 22. Oct 2010, 11:03
Primary OS: Mac OS X other
VBox Version: PUEL
Guest OSses: Win(*>98), Linux*, OSX>10.5
Location: Greece

Re: net use Pfad - Systemfehler 67 aufgetreten

Post by socratis »

Yes, I remember that. The problem is that *I* can't confirm the bug. I can't open a bug report that I'm not seeing myself. I'm going to downgrade my Windows PC. I asked you for 2 files:
1) The .vbox file for the problematic VM.
2) The batch file that you were using.
Could you please send me these two so that I can replicate your setup? Thanks...
Do NOT send me Personal Messages (PMs) for troubleshooting, they are simply deleted.
Do NOT reply with the "QUOTE" button, please use the "POST REPLY", at the bottom of the form.
If you obfuscate any information requested, I will obfuscate my response. These are virtual UUIDs, not real ones.
VM-F4n
Posts: 181
Joined: 25. Oct 2015, 12:53
Primary OS: MS Windows 7
VBox Version: OSE other
Guest OSses: Win7 64-Bit

Re: net use Pfad - Systemfehler 67 aufgetreten

Post by VM-F4n »

socratis wrote: 1) The .vbox file for the problematic VM.
How can i send it to you only? :?
socratis wrote:2) The batch file that you were using.
I don't use a batch file. :shock:
Post Reply