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.

link|improve this question
feedback

2 Answers

Just add the filesystems to /etc/fstab.

link|improve this answer
feedback

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

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.