Virtualbox системная ошибка 53

I have imported a Windows 7 virtual machine into Oracle VirtualBox 5.0.6 running on Windows 7. I have installed guest additions and logged in as Administrator. I have created a automount shared folder called downloads pointing to C:\Users\JDoe\Downloads. When I issue the following command:

net use x: \\vboxsrv\downloads

I get system error 53 and the mounting process fails.

Why am I getting this error and how can I mount my shared folder?


As suggested below I have also tried using the IP address in place of vboxsrv as follows:

net use x: \\192.168.1.80\downloads

or

net use x: \\192.168.56.1\downloads

In both cases I am asked for a username and password, and I have no idea where to get these from. As the only username and password I have is the Windows 7 Administrator username and password, I have tried these, but get system error 86 when I try these and the error message says that the specified network password is invalid.

How should I proceed?

  • Home
  • Forum
  • The Ubuntu Forum Community
  • Ubuntu Specialised Support
  • Virtualisation
  • [ubuntu] net use Z: \\vboxsvr\vb-share; System error 53 network path not found

  1. Question net use Z: \\vboxsvr\vb-share; System error 53 network path not found

    Summary: Errors received

    Code:

    net use Z: \\vboxsvr\vb-share
       System error 53 has occured
       The network path was not found.

    and
    Map drive:

    Code:

    \\vboxsvr\vb-share
        "Windows can't find a computer or device named 'vboxsvr'"
        Error code 0x80070035
        The network path was not found.

    What I have done:
    virtualbox.org/virtualbox/6.1.16/Oracle_VM_VirtualBox_Extension_Pack-6.1.16.vbox-extpack
    Installed
    Member of both vboxsf and vboxusers
    Win10-Home Guest: Created and Windows 10 Home installed
    Used File->Close->Power off .
    Ubuntu 18.04 Host Terminal
    \home\luigiwriter\vb-share share file created

    Code:

    VBoxManage sharedfolder add "Win10-Home" --name "vb-share" --hostpath "/home/luigiwriter"
    VBoxManage: error: Shared folder named 'vb-share' already exists

    Well, at least VBoxManage knows it exists, but not able to tell Windows 10???
    Win10-Home Guest:

    Code:

    net use Z: \\vboxsvr\vb-share
       System error 53 has occured
       The network path was not found.

    Windows file manager:
    * network lists local machine, but not \\vboxsvr
    * Map drives does not find it either.

    Hard Reboot just to be sure
    Windows file manager:
    Map drive:

    Code:

    \\vboxsvr\vb-share
        "Windows can't find a computer or device named 'vboxsvr'"
        Error code 0x80070035
        The network path was not found.

    Have to type everything in because the clipboard is not working either although set to bi-directional.

    4 days at this. searched google, Oracle, Virturalbox.org, and too many more to discover that no one with this combination has this exact problem.
    Or if they did and did what I did above, and it worked for them but usually on older Ubuntu and older Window combinations.
    At wits end,

    Hope someone can see what I have missed while been staring at this for days


  2. Re: net use Z: \\vboxsvr\vb-share; System error 53 network path not found

    Guest additions installed?
    I suspect «vboxsvr» is a placeholder. Put the real hostname there and try again.

    Lastly, google «virtualbox manual» to find the manual for how to do this.
    https://www.virtualbox.org/manual/ch…#sharedfolders Appears you’ve found that.

    I’ve never used linux as the hostOS with vbox. Sorry. I can say that KVM-qemu flies with Windows as a guest when the spice protocol is used.


  3. Re: net use Z: \\vboxsvr\vb-share; System error 53 network path not found

    I don’t fully understand what you are doing as I prefer KVM. Maybe just switch the network to bridged mode inside Virtualbox then create a regular samba share and map it like that? Then for all purposes it’s just another machine on the lan and you can work with it as such.


Tags for this Thread

Bookmarks

Bookmarks


Posting Permissions

Hi,

I have been searching Google and the forums and have found several people with similar problems, but none of the suggested solutions has solved it for me, so I post this.

I am running Windows XP Professional SP2 on a Debian Lenny 5.0.1 host. I have installed Guest Additions, shared a directory on the host, and yet when I type:

net use x: \\vboxsvr\xpshare

I get:

System error 53 has occurred.

The network path was not found.

«xpshare» is definitely the correct share name. Also, nothing relevant shows up in «My Network Places». When I had first installed Guest Additions, I noticed that the VirtualBox service was not running according to the Services applet in Control Panel. I started it manually and now it is running on every boot; still nothing. As far as I can tell, vboxsvr is not a valid host to the XP guest. I also unblocked «File and Printer sharing» in the Windows Firewall, thinking that might have to do something with it, but nothing. I have tried sharing the directory in the host OS both via VBoxManage and the GUI; no difference. Any ideas? I’d appreciate any help :shock:

Я импортировал виртуальную машину Windows 7 в Oracle VirtualBox 5.0.6 под управлением Windows 7. Я установил гостевые дополнения и вошел в систему как администратор. Я создал общую папку с автоматическим подключением, которая называется downloads и указывает на C:\Users\JDoe\Downloads. Когда я выдаю следующую команду:

net use x: \\vboxsrv\downloads

Я получаю системную ошибку 53, и процесс установки не удается.

Почему я получаю эту ошибку и как мне смонтировать мою общую папку?


Как предлагается ниже, я также попытался использовать IP-адрес вместо vboxsrv следующим образом:

net use x: \\192.168.1.80\downloads

или же

net use x: \\192.168.56.1\downloads

В обоих случаях меня спрашивают имя пользователя и пароль, и я понятия не имею, где их взять. Поскольку у меня есть только имя пользователя и пароль, это имя пользователя и пароль администратора Windows 7, я пробовал их, но при попытке получить системную ошибку 86, а в сообщении об ошибке указывается, что указанный сетевой пароль недействителен.

Как мне поступить?

View previous topic :: View next topic  
Author Message
lyhana8
n00b
n00b

Joined: 28 Feb 2007
Posts: 31
Location: France

PostPosted: Sun Apr 15, 2007 10:00 pm    Post subject: virtualbox + guest additions = error 53 (under XP SP2 guest) Reply with quote

Hi,

I follow the pdf documentation of virtualbox (www.virtualbox.org/download/UserManual.pdf) :

First I create the share folder :

Code:
vboxmanage sharedfolder add «Windows XP SP2» -name «linux_desktop» -hostpath /home/lyhana8/Desktop/ 



Quote:
VirtualBox Command Line Management Interface Version 1.3.8

(C) 2005-2007 InnoTek Systemberatung GmbH

All rights reserved.

Then start my virtual machine :

Code:
$ vboxmanage startvm «Windows XP SP2»



Quote:
VirtualBox Command Line Management Interface Version 1.3.8

(C) 2005-2007 InnoTek Systemberatung GmbH

All rights reserved.

Waiting for the remote session to open…

Remote session has been successfully opened.

And when i want to «mount» the folder on my windows guest with :

Code:
net use E: \\vboxsvr\linux_desktop



I get :

Quote:
System error 53 has occured. The network path was not found

more info :

Code:
~$ vboxmanage showvminfo «Windows XP SP2»



Quote:
VirtualBox Command Line Management Interface Version 1.3.8

(C) 2005-2007 InnoTek Systemberatung GmbH

All rights reserved.

Name: Windows XP SP2

Guest OS: Windows XP

UUID: 0f8651e7-5b96-432b-b3fa-5430b4b4f773

Config file: /home/lyhana8/.VirtualBox/Machines/Windows XP SP2/Windows XP SP2.xml

Memory size: 256MB

VRAM size: 8MB

Boot menu mode: message and menu

ACPI: on

IOAPIC: off

Hardw. virt.ext: off

State: running

Floppy: empty

Primary master: /mnt/hda6/ISO/Windows XP SP2.vdi (UUID: 8869d7db-4514-4605-b17f-1a1bbcb0f0c1)

DVD: /opt/VirtualBox/additions/VBoxGuestAdditions.iso (UUID: a195e406-1e98-4ff0-b82a-4548054d8a7d)

NIC 1: MAC: 0800271A98DF, Attachment: NAT, Trace: off (file: <NULL>)

NIC 2: disabled

NIC 3: disabled

NIC 4: disabled

Audio: disabled (Driver: Unknown)

Video mode: 1272x730x32

Shared folders:

Name: ‘share_linux’, Host path: ‘/mnt’ (machine mapping)

Name: ‘linux_desktop’, Host path: ‘/home/lyhana8/Desktop’ (machine mapping)

VRDP Connection: not active

Clients so far: 0

Any idea ? thx
_________________
» Share aware «

Back to top

View user's profile Send private message

defenderBG
l33t
l33t

Joined: 20 Jun 2006
Posts: 817

PostPosted: Mon Apr 16, 2007 3:47 pm    Post subject: Re: virtualbox + guest additions = error 53 (under XP SP2 gu Reply with quote

lyhana8 wrote:
Code:
net use E: \\vboxsvr\linux_desktop



It is not really for that section of the forum, anyway… shoudn’t u write a full name of the folder, like /home/<vboxuser>/<vboxdir> or at least if using this directory, to provide your user with rights to read/write/delete?

Back to top

View user's profile Send private message

lyhana8
n00b
n00b

Joined: 28 Feb 2007
Posts: 31
Location: France

PostPosted: Tue Apr 17, 2007 6:43 pm    Post subject: move to «Portage & Programming» Reply with quote

Code:
net use E: \\vboxsvr\linux_desktop



Is a command under the guest, here an Windows OS, and i follow the documentation’s syntax.

see here https://forums.gentoo.org/viewtopic-t-553848-start-0-postdays-0-postorder-asc-highlight-.html
_________________
» Share aware «

Back to top

View user's profile Send private message

rsevero
n00b
n00b

Joined: 01 Sep 2004
Posts: 33

PostPosted: Mon May 07, 2007 7:07 pm    Post subject: Re: virtualbox + guest additions = error 53 (under XP SP2 gu Reply with quote

lyhana8 wrote:

And when i want to «mount» the folder on my windows guest with :

Code:
net use E: \\vboxsvr\linux_desktop



I get :

Quote:
System error 53 has occured. The network path was not found



I used this same exact sequence of commands with virtualbox-bin-1.3.8. It worked as expected.

Now I have virtualbox-9999 (the SVN version) and I’m having the same problem you have.

I don’t have a solution for our problem so consider this a glorified me-too post. :)

Back to top

View user's profile Send private message

lyhana8
n00b
n00b

Joined: 28 Feb 2007
Posts: 31
Location: France

PostPosted: Fri May 11, 2007 1:27 am    Post subject: Reply with quote



===================

Be careful to which version you install :


    1) PUEL licensed version support Network and USB ;

    2) GPL licensed version doesn’t support Network, USB and other stuff !

Read this :

https://forums.gentoo.org/viewtopic-t-553848-start-0-postdays-0-postorder-asc-highlight-.html

===================


_________________
» Share aware «

Last edited by lyhana8 on Sat Jun 16, 2007 11:39 am; edited 1 time in total

Back to top

View user's profile Send private message

rsevero
n00b
n00b

Joined: 01 Sep 2004
Posts: 33

PostPosted: Fri May 11, 2007 2:59 am    Post subject: Reply with quote

lyhana8 wrote:


===================

Be careful to which version you install :


    1) PUEL licensed version support Network and USB ;

    2) GPL licensed version doesn’t support Network, USB and other stuff !

===================



Read this :

https://forums.gentoo.org/viewtopic-t-553848-start-0-postdays-0-postorder-asc-highlight-.html



Yes, you are right. From SVN I get GPL version which doesn’t have shared folders at all.

Sorry for the confusion.

Back to top

View user's profile Send private message

Display posts from previous:   

You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

Понравилась статья? Поделить с друзьями:
  • Virtualbox ошибка установки windows 10
  • Virtualalloc remapping failed как исправить ошибку
  • Virtualbox ошибка установки extension pack
  • Vimeworld ошибка при загрузке списка серверов
  • Virtual usb multikey ошибка 39