How can I access shared folders on an Ubuntu host and a Windows XP guest? [duplicate]
This question already has an answer here:
How do I set up shared folders in a Windows XP virtualbox guest?
3 answers
I have installed VirtualBox 4.1.18 on Ubuntu 12.10 and I'm hosting Windows XP.
I want to share a folder between Ubuntu and Windows XP.
I have installed guest additions on the guest machine, but when I'm trying to access the shared folder, I can't find them anywhere.
So, where can I access those shared folders?
virtualbox shared-folders
marked as duplicate by karel, Charles Green, Eric Carvalho, Thomas, Zanna 8 hours ago
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
add a comment |
This question already has an answer here:
How do I set up shared folders in a Windows XP virtualbox guest?
3 answers
I have installed VirtualBox 4.1.18 on Ubuntu 12.10 and I'm hosting Windows XP.
I want to share a folder between Ubuntu and Windows XP.
I have installed guest additions on the guest machine, but when I'm trying to access the shared folder, I can't find them anywhere.
So, where can I access those shared folders?
virtualbox shared-folders
marked as duplicate by karel, Charles Green, Eric Carvalho, Thomas, Zanna 8 hours ago
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
also see: askubuntu.com/questions/52773/…
– Takkat
Mar 20 '13 at 19:28
add a comment |
This question already has an answer here:
How do I set up shared folders in a Windows XP virtualbox guest?
3 answers
I have installed VirtualBox 4.1.18 on Ubuntu 12.10 and I'm hosting Windows XP.
I want to share a folder between Ubuntu and Windows XP.
I have installed guest additions on the guest machine, but when I'm trying to access the shared folder, I can't find them anywhere.
So, where can I access those shared folders?
virtualbox shared-folders
This question already has an answer here:
How do I set up shared folders in a Windows XP virtualbox guest?
3 answers
I have installed VirtualBox 4.1.18 on Ubuntu 12.10 and I'm hosting Windows XP.
I want to share a folder between Ubuntu and Windows XP.
I have installed guest additions on the guest machine, but when I'm trying to access the shared folder, I can't find them anywhere.
So, where can I access those shared folders?
This question already has an answer here:
How do I set up shared folders in a Windows XP virtualbox guest?
3 answers
virtualbox shared-folders
virtualbox shared-folders
edited 8 hours ago
Zanna
50k13131238
50k13131238
asked Mar 20 '13 at 12:36
Aimad Majdou
54991426
54991426
marked as duplicate by karel, Charles Green, Eric Carvalho, Thomas, Zanna 8 hours ago
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
marked as duplicate by karel, Charles Green, Eric Carvalho, Thomas, Zanna 8 hours ago
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
also see: askubuntu.com/questions/52773/…
– Takkat
Mar 20 '13 at 19:28
add a comment |
also see: askubuntu.com/questions/52773/…
– Takkat
Mar 20 '13 at 19:28
also see: askubuntu.com/questions/52773/…
– Takkat
Mar 20 '13 at 19:28
also see: askubuntu.com/questions/52773/…
– Takkat
Mar 20 '13 at 19:28
add a comment |
2 Answers
2
active
oldest
votes
Have you read this guide:
Shared folders
The process of creating a shared folder is well explainded in this guide.
In short:
1) In your VM properties set a shared folder on host machine.
2) Boot the guest machine and run the following command:
net use x: \vboxsvrshare
where x - is the name of the drive with virtual folded. You may leave it as is, and share - is the name of the folder you've created on host machine.
This doesn't work, at least on Ubuntu Mate 15.04 it doesn't. mount: unknown filesystem type 'vboxsf' mount: unknown filesystem type 'vboxfs'
– Insperatus
Aug 19 '15 at 18:56
add a comment |
At least for Ubuntu 15.04 host system and Windows Server 2012 R2 and VirtualBox 4.3.32_Ubuntu r104062, the following works. I assume, it works the same way with other versions of Windows as guest:
- Boot the Guest operating system in VirtualBox.
- Select Devices > Shared Folders in the VirtualBox menu
- Choose the Add button. Select the host folder you want to share
- Select Auto Mount
- Reboot your guest system
- Now you will find your shared folder mapped as network drive on Windows. No need to fiddle around with manually booting something on Linux or Windows command line as described in this guide.
1
Awesome. It works for me. Ubuntu 16.04 and win10 guest. Thanks
– Abdulaziz
May 3 '17 at 14:51
@Abdulaziz Second that. 16.04 host and windows 10 guest. worked first time
– FXQuantTrader
May 27 '17 at 18:40
add a comment |
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
Have you read this guide:
Shared folders
The process of creating a shared folder is well explainded in this guide.
In short:
1) In your VM properties set a shared folder on host machine.
2) Boot the guest machine and run the following command:
net use x: \vboxsvrshare
where x - is the name of the drive with virtual folded. You may leave it as is, and share - is the name of the folder you've created on host machine.
This doesn't work, at least on Ubuntu Mate 15.04 it doesn't. mount: unknown filesystem type 'vboxsf' mount: unknown filesystem type 'vboxfs'
– Insperatus
Aug 19 '15 at 18:56
add a comment |
Have you read this guide:
Shared folders
The process of creating a shared folder is well explainded in this guide.
In short:
1) In your VM properties set a shared folder on host machine.
2) Boot the guest machine and run the following command:
net use x: \vboxsvrshare
where x - is the name of the drive with virtual folded. You may leave it as is, and share - is the name of the folder you've created on host machine.
This doesn't work, at least on Ubuntu Mate 15.04 it doesn't. mount: unknown filesystem type 'vboxsf' mount: unknown filesystem type 'vboxfs'
– Insperatus
Aug 19 '15 at 18:56
add a comment |
Have you read this guide:
Shared folders
The process of creating a shared folder is well explainded in this guide.
In short:
1) In your VM properties set a shared folder on host machine.
2) Boot the guest machine and run the following command:
net use x: \vboxsvrshare
where x - is the name of the drive with virtual folded. You may leave it as is, and share - is the name of the folder you've created on host machine.
Have you read this guide:
Shared folders
The process of creating a shared folder is well explainded in this guide.
In short:
1) In your VM properties set a shared folder on host machine.
2) Boot the guest machine and run the following command:
net use x: \vboxsvrshare
where x - is the name of the drive with virtual folded. You may leave it as is, and share - is the name of the folder you've created on host machine.
answered Mar 20 '13 at 12:49
Ivan
864
864
This doesn't work, at least on Ubuntu Mate 15.04 it doesn't. mount: unknown filesystem type 'vboxsf' mount: unknown filesystem type 'vboxfs'
– Insperatus
Aug 19 '15 at 18:56
add a comment |
This doesn't work, at least on Ubuntu Mate 15.04 it doesn't. mount: unknown filesystem type 'vboxsf' mount: unknown filesystem type 'vboxfs'
– Insperatus
Aug 19 '15 at 18:56
This doesn't work, at least on Ubuntu Mate 15.04 it doesn't. mount: unknown filesystem type 'vboxsf' mount: unknown filesystem type 'vboxfs'
– Insperatus
Aug 19 '15 at 18:56
This doesn't work, at least on Ubuntu Mate 15.04 it doesn't. mount: unknown filesystem type 'vboxsf' mount: unknown filesystem type 'vboxfs'
– Insperatus
Aug 19 '15 at 18:56
add a comment |
At least for Ubuntu 15.04 host system and Windows Server 2012 R2 and VirtualBox 4.3.32_Ubuntu r104062, the following works. I assume, it works the same way with other versions of Windows as guest:
- Boot the Guest operating system in VirtualBox.
- Select Devices > Shared Folders in the VirtualBox menu
- Choose the Add button. Select the host folder you want to share
- Select Auto Mount
- Reboot your guest system
- Now you will find your shared folder mapped as network drive on Windows. No need to fiddle around with manually booting something on Linux or Windows command line as described in this guide.
1
Awesome. It works for me. Ubuntu 16.04 and win10 guest. Thanks
– Abdulaziz
May 3 '17 at 14:51
@Abdulaziz Second that. 16.04 host and windows 10 guest. worked first time
– FXQuantTrader
May 27 '17 at 18:40
add a comment |
At least for Ubuntu 15.04 host system and Windows Server 2012 R2 and VirtualBox 4.3.32_Ubuntu r104062, the following works. I assume, it works the same way with other versions of Windows as guest:
- Boot the Guest operating system in VirtualBox.
- Select Devices > Shared Folders in the VirtualBox menu
- Choose the Add button. Select the host folder you want to share
- Select Auto Mount
- Reboot your guest system
- Now you will find your shared folder mapped as network drive on Windows. No need to fiddle around with manually booting something on Linux or Windows command line as described in this guide.
1
Awesome. It works for me. Ubuntu 16.04 and win10 guest. Thanks
– Abdulaziz
May 3 '17 at 14:51
@Abdulaziz Second that. 16.04 host and windows 10 guest. worked first time
– FXQuantTrader
May 27 '17 at 18:40
add a comment |
At least for Ubuntu 15.04 host system and Windows Server 2012 R2 and VirtualBox 4.3.32_Ubuntu r104062, the following works. I assume, it works the same way with other versions of Windows as guest:
- Boot the Guest operating system in VirtualBox.
- Select Devices > Shared Folders in the VirtualBox menu
- Choose the Add button. Select the host folder you want to share
- Select Auto Mount
- Reboot your guest system
- Now you will find your shared folder mapped as network drive on Windows. No need to fiddle around with manually booting something on Linux or Windows command line as described in this guide.
At least for Ubuntu 15.04 host system and Windows Server 2012 R2 and VirtualBox 4.3.32_Ubuntu r104062, the following works. I assume, it works the same way with other versions of Windows as guest:
- Boot the Guest operating system in VirtualBox.
- Select Devices > Shared Folders in the VirtualBox menu
- Choose the Add button. Select the host folder you want to share
- Select Auto Mount
- Reboot your guest system
- Now you will find your shared folder mapped as network drive on Windows. No need to fiddle around with manually booting something on Linux or Windows command line as described in this guide.
edited 8 hours ago
Zanna
50k13131238
50k13131238
answered Jan 22 '16 at 18:11
Marc Mittag
6111
6111
1
Awesome. It works for me. Ubuntu 16.04 and win10 guest. Thanks
– Abdulaziz
May 3 '17 at 14:51
@Abdulaziz Second that. 16.04 host and windows 10 guest. worked first time
– FXQuantTrader
May 27 '17 at 18:40
add a comment |
1
Awesome. It works for me. Ubuntu 16.04 and win10 guest. Thanks
– Abdulaziz
May 3 '17 at 14:51
@Abdulaziz Second that. 16.04 host and windows 10 guest. worked first time
– FXQuantTrader
May 27 '17 at 18:40
1
1
Awesome. It works for me. Ubuntu 16.04 and win10 guest. Thanks
– Abdulaziz
May 3 '17 at 14:51
Awesome. It works for me. Ubuntu 16.04 and win10 guest. Thanks
– Abdulaziz
May 3 '17 at 14:51
@Abdulaziz Second that. 16.04 host and windows 10 guest. worked first time
– FXQuantTrader
May 27 '17 at 18:40
@Abdulaziz Second that. 16.04 host and windows 10 guest. worked first time
– FXQuantTrader
May 27 '17 at 18:40
add a comment |
also see: askubuntu.com/questions/52773/…
– Takkat
Mar 20 '13 at 19:28