How do you mount a Virtualbox shared folder? Group or permissions issue?
Manish Jain
bourne.identity at hotmail.com
Mon Mar 23 23:47:07 UTC 2020
Another correction : the type should not be vboxvfs, rather vboxsf :
sudo mount -t vboxsf -o uid=1000 Source /mnt/srcr
On 24/03/2020 04:54, Manish Jain wrote:
>
>
> On 24/03/2020 03:42, Nicholas Papadonis wrote:
>> sudo mount -t vboxvfs Source /mnt/srcr
>
> I think that command is wrong. Try:
>
> sudo mount -t vboxvfs -o uid=1000 Source /mnt/srcr
>
> (Presuming your non-root user is UID 1000)
>
>
> Regards,
> Manish Jain
More information about the freebsd-questions
mailing list