
Am starting to remember why I stopped using linux at home. I already work on and fix computers all day at work. Just want something simple at home. Not giving up yet though. Thanks.

information is in the /etc/passwd and /etc/group files - and the first user usually gets uid 1000 gid 1000 but may be uid 500 gid 500 in some distributionspennywhistle wrote:find out what my uid and gid are or how to get my user name in the vboxsf group.
Then change the name of the shared folder defined in the VM settings, use lower case only just to be sure. So let's change F_DRIVE to fdrive. The command will be as follows:deathtical wrote:Still having issues...
Am starting to remember why I stopped using linux at home. I already work on and fix computers all day at work. Just want something simple at home. Not giving up yet though. Thanks.
Code: Select all
sudo mount -t vboxsf -o rw,uid=1000,gid=1000 fdrive /mnt/F_DRIVECode: Select all
sudo mount -t vboxsf -o rw,uid=1000,gid=1000 <share name> /home/andreas/DocumentsCode: Select all
sudo apt-get install virtualbox-oseCode: Select all
$ sudo mount -t vboxsf -o rw,uid=1000,gid=1000 Documents /mnt/documents
/sbin/mount.vboxsf: mounting failed with the error: No such device