[Discuss] Mounting LINUX Share

Murray Strome wmstrome at shaw.ca
Sun Jul 5 21:54:23 PDT 2015


On 2015-07-05 07:48 PM, Cy Schubert wrote:
> 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.
>
>
OK, it was really dumb of me to forget the /some/where.  However, when I 
tried it with a proper some/where I get:

mount: wrong fs type, bad option, bad superblock on 
192.168.0.118:/mnt/Free_NAS/LINUX,
        missing codepage or helper program, or other error
        (for several filesystems (e.g. nfs, cifs) you might
        need a /sbin/mount.<type> helper program)


So, I installed some nfs things using Synaptic and tried it again and got:

  mount.nfs: access denied by server while mounting 
192.168.0.118:/mnt/Free_NAS/LINUX

When I look at Network using a file manager, I can see the Windows and 
Mac shares, but not the NFS share. I can look at the Windows share 
(which is set up to require no password) and the Mac share by supplying 
a user name and password.

I have looked at lots of articles about this but cannot see what I am 
doing wrong.

Murray







More information about the Discuss mailing list