[Discuss] Mounting LINUX Share
Cy Schubert
Cy.Schubert at komquats.com
Sun Jul 5 19:48:58 PDT 2015
In message <5599E720.4000904 at shaw.ca>, Murray Strome writes:
> Thanks for your help, Cy. However, I have failed to get my LINUX share
> mounted. I tried:
> sudo mount -t nfs 192.158.0.118:/mnt/Free_NAS/LINUX
>
> and it comes back with:
> can't find 192.168.0.118:/mnt/Free_NAS/LINUX in /etc/fstab
>
> Any idea of what I am doing wrong?
You need to specify a node on which to mount on, e.g.,
sudo mount -t nfs 192.158.0.118:/mnt/Free_NAS/LINUX /some/where
Or, you will need to put it in fstab:
192.158.0.118:/mnt/Free_NAS/LINUX /some/where nfs defaults 0 0
Then issue mount /some/where.
--
Cheers,
Cy Schubert <Cy.Schubert at komquats.com> or <Cy.Schubert at cschubert.com>
FreeBSD UNIX: <cy at FreeBSD.org> Web: http://www.FreeBSD.org
The need of the many outweighs the greed of the few.
More information about the Discuss
mailing list