You are not logged in.

#1 2010-02-12 16:46:59

gangelo
Member
From: Boonton, NJ USA
Registered: 2010-02-12
Posts: 6
Website

Sun VirtualBox on Windows Vista: How to mount a shared folder?

Hi,

I am using Sun VirtualBox (VBOX) on Windows Vista and I am trying to mount a shared folder.

So far, I've...

1) Added the shared folder to my VBOX "Devices" under "Shared Folders"
2) Added the appropriate group (vboxusers, id:101) to my groups
3) Added root and other users to the vboxusers group.

The problem I am having is that I don't know how to add/mount the shared folder using /etc/fstab.

I've seen this link, but was little help: http://wiki.archlinux.org/index.php/VirtualBox

ne1 do this before with success?


n00b

Offline

#2 2010-02-12 18:02:00

daJense
Member
Registered: 2009-05-17
Posts: 45

Re: Sun VirtualBox on Windows Vista: How to mount a shared folder?

Which is your host system? Vista or Arch?

Offline

#3 2010-02-12 18:47:41

gangelo
Member
From: Boonton, NJ USA
Registered: 2010-02-12
Posts: 6
Website

Re: Sun VirtualBox on Windows Vista: How to mount a shared folder?

daJense wrote:

Which is your host system? Vista or Arch?

Hi, Host system is Vista Enterprise


n00b

Offline

#4 2010-02-13 11:30:43

daJense
Member
Registered: 2009-05-17
Posts: 45

Re: Sun VirtualBox on Windows Vista: How to mount a shared folder?

sorry, only did this the other way around...

Offline

#5 2010-02-13 11:42:05

graysky
Wiki Maintainer
From: :wq
Registered: 2008-12-01
Posts: 10,597
Website

Re: Sun VirtualBox on Windows Vista: How to mount a shared folder?

Sorry, I only know how to do the reverse of this too: http://forums.virtualbox.org/viewtopic.php?f=3&t=15868


CPU-optimized Linux-ck packages @ Repo-ck  • AUR packagesZsh and other configs

Offline

#6 2010-02-13 12:12:17

schuay
Package Maintainer (PM)
From: Austria
Registered: 2008-08-19
Posts: 564

Re: Sun VirtualBox on Windows Vista: How to mount a shared folder?

In a Linux guest, use the following command:

# mount -t vboxsf [-o OPTIONS] sharename mountpoint

Replace sharename with the share name specified with VBoxManage, and mountpoint with the path where you want the share to be mounted (e.g. /mnt/share). The usual mount rules apply, that is, create this directory first if it does not exist yet.

From the wiki. You also need guest additions installed (check the wiki for a howto).

Offline

#7 2010-02-13 12:23:26

sand_man
Member
From: Australia
Registered: 2008-06-10
Posts: 2,164

Re: Sun VirtualBox on Windows Vista: How to mount a shared folder?

In fstab:

Sharename          /mnt/point       vboxsf     defaults 0 0

BTW: it's not called Sun VirtualBox anymore, its Oracle VirtualBox tongue


neutral

Offline

#8 2010-02-22 21:33:27

Martillo1
Member
From: My kabila in Lavapiés
Registered: 2004-02-20
Posts: 66

Re: Sun VirtualBox on Windows Vista: How to mount a shared folder?

Actually, I have found using samba more useful .

Offline

Board footer

Powered by FluxBB