iBlueDragon
Cadet
- Joined
- Aug 13, 2015
- Messages
- 4
Hello,
I have a Ubuntu 16.04 (Desktop version) running in a bhyve VM on FreeNAS11.1. Now I need to mount a share from the host, but I always get a 'permission denied' error when trying to access the mounted share.
I tried the following:
If I use 'Connect to Server' in the Nautilus file explorer I can mount the share without any problem (smb). But as I want to mount the share at startup (in fstab), I need a working command line command.
I also created a NFS share. But same result.
Any clue?
Thanks!
iBlueDragon
I have a Ubuntu 16.04 (Desktop version) running in a bhyve VM on FreeNAS11.1. Now I need to mount a share from the host, but I always get a 'permission denied' error when trying to access the mounted share.
I tried the following:
Code:
sudo mount //nasbox/Media /media/Media -o user=username,password=password
If I use 'Connect to Server' in the Nautilus file explorer I can mount the share without any problem (smb). But as I want to mount the share at startup (in fstab), I need a working command line command.
I also created a NFS share. But same result.
Any clue?
Thanks!
iBlueDragon