0

If there is partitions, ubuntu will auto mount it to /media/?????. root is the default user and group id. How can I change its user and group id? or disable automount, instead add entries to /etc/fstab.

2 Answers 2

1

Add this command to your /etc/init.d/rc.local file:

sudo mount -t vboxsf H_DRIVE /media/windows7share

From: http://www.sysprobs.com/virtualbox-shared-folders-ubuntu-1010-guest-windows-7-host

0

Just add the filesystems to /etc/fstab.

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .