Hi,
Running Solaris 10 8/07 Sparc, I'm trying to mount an nfs disk, but get
this error:
> # mount Kaapstad:/admin /mnt/Kaapstadadmin/
> nfs mount: Kaapstad:/admin: No such file or directory
while /etc/hosts gives:
> #
> # Internet host table
> #
> ::1 localhost
> 127.0.0.1 localhost
> 10.0.0.5 Stellenbosch.hccnet.nl Stellenbosch loghost
> 10.0.0.2 Kaapstad
and /mnt:
> # ls /mnt
> Kaapstadadmin
ping:
> # ping Kaapstad
> Kaapstad is alive
scp from the disk gives no problem.
What am I doing wrong?
Thanks.
|
|
0
|
|
|
|
Reply
|
Huub
|
2/23/2008 8:16:56 PM |
|
On Sat, 23 Feb 2008 21:16:56 +0100, Huub wrote:
> Running Solaris 10 8/07 Sparc, I'm trying to mount an nfs disk, but get
> this error:
>
>> # mount Kaapstad:/admin /mnt/Kaapstadadmin/
>> nfs mount: Kaapstad:/admin: No such file or directory
/etc/default/nfs
NFS_CLIENT_VERSMAX=3
|
|
0
|
|
|
|
Reply
|
Dave
|
2/23/2008 8:39:36 PM
|
|
>
> /etc/default/nfs
>
> NFS_CLIENT_VERSMAX=3
>
Thank you. Working now.
|
|
0
|
|
|
|
Reply
|
Huub
|
2/23/2008 9:16:26 PM
|
|