2 * Copyright (c) 1992, 1993, 1994
3 * The Regents of the University of California. All rights reserved.
5 * This code is derived from software contributed to Berkeley by
6 * Rick Macklem at The University of Guelph.
8 * Redistribution and use in source and binary forms, with or without
9 * modification, are permitted provided that the following conditions
11 * 1. Redistributions of source code must retain the above copyright
12 * notice, this list of conditions and the following disclaimer.
13 * 2. Redistributions in binary form must reproduce the above copyright
14 * notice, this list of conditions and the following disclaimer in the
15 * documentation and/or other materials provided with the distribution.
16 * 3. All advertising materials mentioning features or use of this software
17 * must display the following acknowledgement:
18 * This product includes software developed by the University of
19 * California, Berkeley and its contributors.
20 * 4. Neither the name of the University nor the names of its contributors
21 * may be used to endorse or promote products derived from this software
22 * without specific prior written permission.
24 * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
25 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
26 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
27 * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
28 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
29 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
30 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
31 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
32 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
33 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
36 * @(#) Copyright (c) 1992, 1993, 1994 The Regents of the University of California. All rights reserved.
37 * @(#)mount_nfs.c 8.11 (Berkeley) 5/4/95
38 * $FreeBSD: src/sbin/mount_nfs/mount_nfs.c,v 1.36.2.6 2003/05/13 14:45:40 trhodes Exp $
39 * $DragonFly: src/sbin/mount_nfs/mount_nfs.c,v 1.14 2008/07/14 22:22:40 dillon Exp $
42 #include <sys/param.h>
43 #include <sys/mount.h>
45 #include <sys/syslog.h>
48 #include <rpc/pmap_clnt.h>
49 #include <rpc/pmap_prot.h>
51 #include <vfs/nfs/rpcv2.h>
52 #include <vfs/nfs/nfsproto.h>
53 #include <vfs/nfs/nfs.h>
55 #include <arpa/inet.h>
72 #define ALTF_NOCONN 0x2
73 #define ALTF_DUMBTIMR 0x4
75 #define ALTF_KERB 0x10
76 #define ALTF_NFSV3 0x20
77 #define ALTF_RDIRPLUS 0x40
78 #define ALTF_MNTUDP 0x80
79 #define ALTF_RESVPORT 0x100
80 #define ALTF_SEQPACKET 0x200
81 #define ALTF_UNUSED400 0x400
82 #define ALTF_SOFT 0x800
83 #define ALTF_TCP 0x1000
84 #define ALTF_PORT 0x2000
85 #define ALTF_NFSV2 0x4000
86 #define ALTF_ACREGMIN 0x8000
87 #define ALTF_ACREGMAX 0x10000
88 #define ALTF_ACDIRMIN 0x20000
89 #define ALTF_ACDIRMAX 0x40000
91 struct mntopt mopts
[] = {
96 { "bg", 0, ALTF_BG
, 1 },
97 { "conn", 1, ALTF_NOCONN
, 1 },
98 { "dumbtimer", 0, ALTF_DUMBTIMR
, 1 },
99 { "intr", 0, ALTF_INTR
, 1 },
101 { "kerb", 0, ALTF_KERB
, 1 },
103 { "nfsv3", 0, ALTF_NFSV3
, 1 },
104 { "rdirplus", 0, ALTF_RDIRPLUS
, 1 },
105 { "mntudp", 0, ALTF_MNTUDP
, 1 },
106 { "resvport", 0, ALTF_RESVPORT
, 1 },
107 { "soft", 0, ALTF_SOFT
, 1 },
108 { "tcp", 0, ALTF_TCP
, 1 },
109 { "port=", 0, ALTF_PORT
, 1 },
110 { "nfsv2", 0, ALTF_NFSV2
, 1 },
111 { "acregmin=", 0, ALTF_ACREGMIN
, 1 },
112 { "acregmax=", 0, ALTF_ACREGMAX
, 1 },
113 { "acdirmin=", 0, ALTF_ACDIRMIN
, 1 },
114 { "acdirmax=", 0, ALTF_ACDIRMAX
, 1 },
118 struct nfs_args nfsdefargs
= {
120 (struct sockaddr
*)0,
121 sizeof (struct sockaddr_in
),
149 u_char nfh
[NFSX_V3FHMAX
];
153 #define ISBGRND 0x0002
154 #define DIDWARN 0x0004
158 int nfsproto
= IPPROTO_UDP
;
169 char realm
[REALM_SZ
];
174 struct nfsrpc_nickverf kverf
;
175 struct nfsrpc_fullblock kin
, kout
;
179 NFSKERBKEYSCHED_T kerb_keysched
;
182 /* Return codes for nfs_tryproto. */
185 TRYRET_TIMEOUT
, /* No response received. */
186 TRYRET_REMOTEERR
, /* Error received from remote server. */
187 TRYRET_LOCALERR
/* Local failure. */
190 void set_rpc_maxgrouplist(int);
192 static int getnfsargs(char *, struct nfs_args
*);
193 static void usage(void) __dead2
;
194 static int xdr_dir(XDR
*, char *);
195 static int xdr_fh(XDR
*, struct nfhret
*);
197 nfs_tryproto(struct nfs_args
*, struct sockaddr_in
*,
198 char *, char *, char **);
200 returncode(enum clnt_stat
, struct rpc_err
*);
203 * Used to set mount flags with getmntopts. Call with dir=TRUE to
204 * initialize altflags from the current mount flags. Call with
205 * dir=FALSE to update mount flags with the new value of altflags after
206 * the call to getmntopts.
209 set_flags(int* altflags
, int* nfsflags
, int dir
)
213 if (*nfsflags & NFSMNT_##nf) \
214 *altflags |= ALTF_##af; \
216 *altflags &= ~ALTF_##af; \
218 if (*altflags & ALTF_##af) \
219 *nfsflags |= NFSMNT_##nf; \
221 *nfsflags &= ~NFSMNT_##nf; \
244 main(int argc
, char **argv
)
247 struct nfs_args
*nfsargsp
;
248 struct nfs_args nfsargs
;
249 struct nfsd_cargs ncd
;
250 int mntflags
, altflags
, nfssvc_flag
, num
;
251 char *name
, *p
, *spec
;
252 char mntpath
[MAXPATHLEN
];
259 strcpy(realm
, KRB_REALM
);
260 if (sizeof (struct nfsrpc_nickverf
) != RPCX_NICKVERF
||
261 sizeof (struct nfsrpc_fullblock
) != RPCX_FULLBLOCK
||
262 ((char *)&ktick
.kt
) - ((char *)&ktick
) != NFSX_UNSIGNED
||
263 ((char *)ktick
.kt
.dat
) - ((char *)&ktick
) != 2 * NFSX_UNSIGNED
)
264 fprintf(stderr
, "Yikes! NFSKERB structs not packed!!\n");
269 nfsargs
= nfsdefargs
;
271 while ((c
= getopt(argc
, argv
,
272 "23a:bcdD:g:I:iKlm:No:PR:r:sTt:w:x:U")) != -1)
281 num
= strtol(optarg
, &p
, 10);
283 errx(1, "illegal -a value -- %s", optarg
);
284 nfsargsp
->readahead
= num
;
285 nfsargsp
->flags
|= NFSMNT_READAHEAD
;
291 nfsargsp
->flags
|= NFSMNT_NOCONN
;
294 num
= strtol(optarg
, &p
, 10);
296 errx(1, "illegal -D value -- %s", optarg
);
297 nfsargsp
->deadthresh
= num
;
298 nfsargsp
->flags
|= NFSMNT_DEADTHRESH
;
301 nfsargsp
->flags
|= NFSMNT_DUMBTIMR
;
304 num
= strtol(optarg
, &p
, 10);
306 errx(1, "illegal -g value -- %s", optarg
);
307 set_rpc_maxgrouplist(num
);
308 nfsargsp
->maxgrouplist
= num
;
309 nfsargsp
->flags
|= NFSMNT_MAXGRPS
;
312 num
= strtol(optarg
, &p
, 10);
314 errx(1, "illegal -I value -- %s", optarg
);
315 nfsargsp
->readdirsize
= num
;
316 nfsargsp
->flags
|= NFSMNT_READDIRSIZE
;
319 nfsargsp
->flags
|= NFSMNT_INT
;
323 nfsargsp
->flags
|= NFSMNT_KERB
;
327 nfsargsp
->flags
|= NFSMNT_RDIRPLUS
;
331 strncpy(realm
, optarg
, REALM_SZ
- 1);
332 realm
[REALM_SZ
- 1] = '\0';
336 nfsargsp
->flags
&= ~NFSMNT_RESVPORT
;
340 set_flags(&altflags
, &nfsargsp
->flags
, TRUE
);
342 altflags
|= ALTF_NFSV2
;
343 else if (mountmode
== V3
)
344 altflags
|= ALTF_NFSV3
;
345 getmntopts(optarg
, mopts
, &mntflags
, &altflags
);
346 set_flags(&altflags
, &nfsargsp
->flags
, FALSE
);
348 * Handle altflags which don't map directly to
351 if(altflags
& ALTF_BG
)
353 if(altflags
& ALTF_MNTUDP
)
355 if(altflags
& ALTF_TCP
) {
356 nfsargsp
->sotype
= SOCK_STREAM
;
357 nfsproto
= IPPROTO_TCP
;
359 if(altflags
& ALTF_PORT
)
360 port_no
= atoi(strstr(optarg
, "port=") + 5);
362 if(altflags
& ALTF_NFSV2
)
364 if(altflags
& ALTF_NFSV3
)
366 if(altflags
& ALTF_ACREGMIN
)
367 nfsargsp
->acregmin
= atoi(strstr(optarg
,
369 if(altflags
& ALTF_ACREGMAX
)
370 nfsargsp
->acregmax
= atoi(strstr(optarg
,
372 if(altflags
& ALTF_ACDIRMIN
)
373 nfsargsp
->acdirmin
= atoi(strstr(optarg
,
375 if(altflags
& ALTF_ACDIRMAX
)
376 nfsargsp
->acdirmax
= atoi(strstr(optarg
,
380 /* obsolete for NFSMNT_RESVPORT, now default */
383 num
= strtol(optarg
, &p
, 10);
385 errx(1, "illegal -R value -- %s", optarg
);
389 num
= strtol(optarg
, &p
, 10);
391 errx(1, "illegal -r value -- %s", optarg
);
392 nfsargsp
->rsize
= num
;
393 nfsargsp
->flags
|= NFSMNT_RSIZE
;
396 nfsargsp
->flags
|= NFSMNT_SOFT
;
399 nfsargsp
->sotype
= SOCK_STREAM
;
400 nfsproto
= IPPROTO_TCP
;
403 num
= strtol(optarg
, &p
, 10);
405 errx(1, "illegal -t value -- %s", optarg
);
406 nfsargsp
->timeo
= num
;
407 nfsargsp
->flags
|= NFSMNT_TIMEO
;
410 num
= strtol(optarg
, &p
, 10);
412 errx(1, "illegal -w value -- %s", optarg
);
413 nfsargsp
->wsize
= num
;
414 nfsargsp
->flags
|= NFSMNT_WSIZE
;
417 num
= strtol(optarg
, &p
, 10);
419 errx(1, "illegal -x value -- %s", optarg
);
420 nfsargsp
->retrans
= num
;
421 nfsargsp
->flags
|= NFSMNT_RETRANS
;
442 /* The default is to keep retrying forever. */
444 if (!getnfsargs(spec
, nfsargsp
))
447 /* resolve the mountpoint with realpath(3) */
448 checkpath(name
, mntpath
);
450 error
= getvfsbyname("nfs", &vfc
);
451 if (error
&& vfsisloadable("nfs")) {
453 err(EX_OSERR
, "vfsload(nfs)");
454 endvfsent(); /* clear cache */
455 error
= getvfsbyname("nfs", &vfc
);
458 errx(EX_OSERR
, "nfs filesystem is not available");
460 if (mount(vfc
.vfc_name
, mntpath
, mntflags
, nfsargsp
))
461 err(1, "%s", mntpath
);
462 if (nfsargsp
->flags
& NFSMNT_KERB
) {
463 if ((opflags
& ISBGRND
) == 0) {
464 if (daemon(0, 0) != 0)
467 openlog("mount_nfs", LOG_PID
, LOG_DAEMON
);
468 nfssvc_flag
= NFSSVC_MNTD
;
469 ncd
.ncd_dirp
= mntpath
;
470 while (nfssvc(nfssvc_flag
, (caddr_t
)&ncd
) < 0) {
471 if (errno
!= ENEEDAUTH
) {
472 syslog(LOG_ERR
, "nfssvc err %m");
476 NFSSVC_MNTD
| NFSSVC_GOTAUTH
| NFSSVC_AUTHINFAIL
;
479 * Set up as ncd_authuid for the kerberos call.
480 * Must set ruid to ncd_authuid and reset the
481 * ticket name iff ncd_authuid is not the same
482 * as last time, so that the right ticket file
484 * Get the Kerberos credential structure so that
485 * we have the session key and get a ticket for
487 * For more info see the IETF Draft "Authentication
490 if (ncd
.ncd_authuid
!= last_ruid
) {
492 sprintf(buf
, "%s%d", TKT_ROOT
, ncd
.ncd_authuid
);
493 krb_set_tkt_string(buf
);
494 last_ruid
= ncd
.ncd_authuid
;
496 setreuid(ncd
.ncd_authuid
, 0);
497 kret
= krb_get_cred(NFS_KERBSRV
, inst
, realm
, &kcr
);
498 if (kret
== RET_NOTKT
) {
499 kret
= get_ad_tkt(NFS_KERBSRV
, inst
, realm
,
501 if (kret
== KSUCCESS
)
502 kret
= krb_get_cred(NFS_KERBSRV
, inst
, realm
,
505 if (kret
== KSUCCESS
)
506 kret
= krb_mk_req(&ktick
.kt
, NFS_KERBSRV
, inst
,
510 * Fill in the AKN_FULLNAME authenticator and verifier.
511 * Along with the Kerberos ticket, we need to build
512 * the timestamp verifier and encrypt it in CBC mode.
514 if (kret
== KSUCCESS
&&
515 ktick
.kt
.length
<= (RPCAUTH_MAXSIZ
-3*NFSX_UNSIGNED
)
516 && gettimeofday(&ktv
, (struct timezone
*)0) == 0) {
517 ncd
.ncd_authtype
= RPCAUTH_KERB4
;
518 ncd
.ncd_authstr
= (u_char
*)&ktick
;
519 ncd
.ncd_authlen
= nfsm_rndup(ktick
.kt
.length
) +
521 ncd
.ncd_verfstr
= (u_char
*)&kverf
;
522 ncd
.ncd_verflen
= sizeof (kverf
);
523 memmove(ncd
.ncd_key
, kcr
.session
,
524 sizeof (kcr
.session
));
525 kin
.t1
= htonl(ktv
.tv_sec
);
526 kin
.t2
= htonl(ktv
.tv_usec
);
527 kin
.w1
= htonl(NFS_KERBTTL
);
528 kin
.w2
= htonl(NFS_KERBTTL
- 1);
529 bzero((caddr_t
)kivec
, sizeof (kivec
));
532 * Encrypt kin in CBC mode using the session
538 * Finally, fill the timestamp verifier into the
539 * authenticator and verifier.
541 ktick
.kind
= htonl(RPCAKN_FULLNAME
);
542 kverf
.kind
= htonl(RPCAKN_FULLNAME
);
543 NFS_KERBW1(ktick
.kt
) = kout
.w1
;
544 ktick
.kt
.length
= htonl(ktick
.kt
.length
);
545 kverf
.verf
.t1
= kout
.t1
;
546 kverf
.verf
.t2
= kout
.t2
;
547 kverf
.verf
.w2
= kout
.w2
;
548 nfssvc_flag
= NFSSVC_MNTD
| NFSSVC_GOTAUTH
;
558 getnfsargs(char *spec
, struct nfs_args
*nfsargsp
)
561 struct sockaddr_in saddr
;
562 struct in_addr iaddr
;
564 int speclen
, remoteerr
;
565 char *hostp
, *delimp
, *errstr
;
570 static char nam
[MNAMELEN
+ 1];
572 if ((delimp
= strrchr(spec
, ':')) != NULL
) {
575 } else if ((delimp
= strrchr(spec
, '@')) != NULL
) {
576 warnx("path@server syntax is deprecated, use server:path");
579 warnx("no <host>:<dirpath> nfs-name");
585 * If there has been a trailing slash at mounttime it seems
586 * that some mountd implementations fail to remove the mount
587 * entries from their mountlist while unmounting.
589 for (speclen
= strlen(spec
);
590 speclen
> 1 && spec
[speclen
- 1] == '/';
592 spec
[speclen
- 1] = '\0';
593 if (strlen(hostp
) + strlen(spec
) + 1 > MNAMELEN
) {
594 warnx("%s:%s: %s", hostp
, spec
, strerror(ENAMETOOLONG
));
597 /* Make both '@' and ':' notations equal */
598 if (*hostp
!= '\0') {
600 memmove(nam
, hostp
, len
);
602 memmove(nam
+ len
+ 1, spec
, speclen
);
603 nam
[len
+ speclen
+ 1] = '\0';
607 * Handle an internet host address and reverse resolve it if
610 bzero(&saddr
, sizeof saddr
);
611 saddr
.sin_family
= AF_INET
;
612 saddr
.sin_len
= sizeof saddr
;
615 saddr
.sin_port
= htons(port_no
);
621 * Adjust DNS timeouts so we do not linger in the foreground
622 * if we can be backgrounded.
624 switch(opflags
& (BGRND
| ISBGRND
)) {
634 if (inet_pton(AF_INET
, hostp
, &iaddr
) == 1) {
635 saddr
.sin_addr
= iaddr
;
636 } else if ((hp
= gethostbyname(hostp
)) != NULL
) {
637 memmove(&saddr
.sin_addr
, hp
->h_addr
,
638 MIN(hp
->h_length
, (int)sizeof(saddr
.sin_addr
)));
640 warnx("can't get net id for host: %s", hostp
);
645 if (haserror
== 0 && (nfsargsp
->flags
& NFSMNT_KERB
)) {
646 if ((hp
= gethostbyaddr(&saddr
.sin_addr
.s_addr
,
647 sizeof (u_long
), AF_INET
)) == NULL
) {
648 warnx("can't reverse resolve net address");
652 memmove(&saddr
.sin_addr
, hp
->h_addr
,
653 MIN(hp
->h_length
, sizeof(saddr
.sin_addr
)));
654 strncpy(inst
, hp
->h_name
, INST_SZ
);
655 inst
[INST_SZ
- 1] = '\0';
656 if (cp
= strchr(inst
, '.'))
662 * If no error occured we do not have to retry again.
663 * Otherwise try to backgruond us if possible.
668 switch(opflags
& (BGRND
| ISBGRND
)) {
670 if (haserror
!= EAI_AGAIN
)
672 /* recoverable error */
673 warnx("Cannot immediately mount %s:%s, backgrounding",
677 if (daemon(0, 0) != 0)
682 * Already backgrounded or cannot be backgrounded.
684 if (haserror
!= EAI_AGAIN
)
691 if (opflags
& DIDWARN
) {
693 warnx("successfully resolved %s after prior failures", hostp
);
696 ret
= TRYRET_LOCALERR
;
699 ret
= nfs_tryproto(nfsargsp
, &saddr
, hostp
, spec
, &errstr
);
700 if (ret
== TRYRET_SUCCESS
)
702 if (ret
!= TRYRET_LOCALERR
)
704 if ((opflags
& ISBGRND
) == 0)
705 fprintf(stderr
, "%s\n", errstr
);
707 /* Exit if all errors were local. */
712 * If retrycnt == 0, we are to keep retrying forever.
713 * Otherwise decrement it, and exit if it hits zero.
715 if (retrycnt
!= 0 && --retrycnt
== 0)
718 if ((opflags
& (BGRND
| ISBGRND
)) == BGRND
) {
719 warnx("Cannot immediately mount %s:%s, backgrounding",
723 if (daemon(0, 0) != 0)
728 if (opflags
& DIDWARN
) {
730 warnx("successfully mounted %s after prior failures", spec
);
732 nfsargsp
->hostname
= nam
;
733 /* Add mounted filesystem to PATH_MOUNTTAB */
734 if (!add_mtab(hostp
, spec
))
735 warnx("can't update %s for %s:%s", PATH_MOUNTTAB
, hostp
, spec
);
740 * Try to set up the NFS arguments according to the address
741 * (and possibly port) specified by `sinp'.
743 * Returns TRYRET_SUCCESS if successful, or:
744 * TRYRET_TIMEOUT The server did not respond.
745 * TRYRET_REMOTEERR The server reported an error.
746 * TRYRET_LOCALERR Local failure.
748 * In all error cases, *errstr will be set to a statically-allocated string
749 * describing the error.
752 nfs_tryproto(struct nfs_args
*nfsargsp
, struct sockaddr_in
*sinp
, char *hostp
,
753 char *spec
, char **errstr
)
755 static char errbuf
[256];
756 struct sockaddr_in sin
, tmpsin
;
757 struct nfhret nfhret
;
759 struct rpc_err rpcerr
;
761 int doconnect
, nfsvers
, mntvers
, so
;
762 enum clnt_stat status
;
763 enum mountmode trymntmode
;
765 trymntmode
= mountmode
;
768 sin
= tmpsin
= *sinp
;
771 if (trymntmode
== V2
) {
779 /* Check that the server (nfsd) responds on the port we have chosen. */
783 if (nfsargsp
->sotype
== SOCK_STREAM
)
784 clp
= clnttcp_create(&sin
, RPCPROG_NFS
, nfsvers
, &so
, 0, 0);
786 clp
= clntudp_create(&sin
, RPCPROG_NFS
, nfsvers
, try, &so
);
788 snprintf(errbuf
, sizeof errbuf
, "%s:%s: %s",
789 hostp
, spec
, clnt_spcreateerror("nfsd: RPCPROG_NFS"));
790 return (returncode(rpc_createerr
.cf_stat
,
791 &rpc_createerr
.cf_error
));
793 if (nfsargsp
->sotype
== SOCK_DGRAM
&&
794 !(nfsargsp
->flags
& NFSMNT_NOCONN
)) {
796 * Use connect(), to match what the kernel does. This
797 * catches cases where the server responds from the
798 * wrong source address.
801 if (!clnt_control(clp
, CLSET_CONNECT
, (char *)&doconnect
)) {
803 snprintf(errbuf
, sizeof errbuf
,
804 "%s:%s: CLSET_CONNECT failed", hostp
, spec
);
805 return (TRYRET_LOCALERR
);
811 status
= clnt_call(clp
, NFSPROC_NULL
, xdr_void
, NULL
, xdr_void
, NULL
,
813 if (status
!= RPC_SUCCESS
) {
814 if (status
== RPC_PROGVERSMISMATCH
&& trymntmode
== ANY
) {
819 clnt_geterr(clp
, &rpcerr
);
820 snprintf(errbuf
, sizeof errbuf
, "%s:%s: %s",
821 hostp
, spec
, clnt_sperror(clp
, "NFSPROC_NULL"));
823 return (returncode(status
, &rpcerr
));
827 /* Send the RPCMNT_MOUNT RPC to get the root filehandle. */
832 if (mnttcp_ok
&& nfsargsp
->sotype
== SOCK_STREAM
)
833 clp
= clnttcp_create(&tmpsin
, RPCPROG_MNT
, mntvers
, &so
, 0, 0);
835 clp
= clntudp_create(&tmpsin
, RPCPROG_MNT
, mntvers
, try, &so
);
837 snprintf(errbuf
, sizeof errbuf
, "%s:%s: %s",
838 hostp
, spec
, clnt_spcreateerror("RPCMNT: clnt_create"));
839 return (returncode(rpc_createerr
.cf_stat
,
840 &rpc_createerr
.cf_error
));
842 clp
->cl_auth
= authunix_create_default();
843 if (nfsargsp
->flags
& NFSMNT_KERB
)
844 nfhret
.auth
= RPCAUTH_KERB4
;
846 nfhret
.auth
= RPCAUTH_UNIX
;
847 nfhret
.vers
= mntvers
;
848 status
= clnt_call(clp
, RPCMNT_MOUNT
, xdr_dir
, spec
, xdr_fh
, &nfhret
,
850 auth_destroy(clp
->cl_auth
);
851 if (status
!= RPC_SUCCESS
) {
852 if (status
== RPC_PROGVERSMISMATCH
&& trymntmode
== ANY
) {
857 clnt_geterr(clp
, &rpcerr
);
858 snprintf(errbuf
, sizeof errbuf
, "%s:%s: %s",
859 hostp
, spec
, clnt_sperror(clp
, "RPCPROG_MNT"));
861 return (returncode(status
, &rpcerr
));
865 if (nfhret
.stat
!= 0) {
866 snprintf(errbuf
, sizeof errbuf
, "%s:%s: %s",
867 hostp
, spec
, strerror(nfhret
.stat
));
868 return (TRYRET_REMOTEERR
);
872 * Store the filehandle and server address in nfsargsp, making
873 * sure to copy any locally allocated structures.
875 nfsargsp
->addrlen
= sin
.sin_len
;
876 nfsargsp
->addr
= malloc(nfsargsp
->addrlen
);
877 nfsargsp
->fhsize
= nfhret
.fhsize
;
878 nfsargsp
->fh
= malloc(nfsargsp
->fhsize
);
879 if (nfsargsp
->addr
== NULL
|| nfsargsp
->fh
== NULL
)
881 bcopy(&sin
, nfsargsp
->addr
, nfsargsp
->addrlen
);
882 bcopy(nfhret
.nfh
, nfsargsp
->fh
, nfsargsp
->fhsize
);
885 nfsargsp
->flags
|= NFSMNT_NFSV3
;
887 nfsargsp
->flags
&= ~NFSMNT_NFSV3
;
889 return (TRYRET_SUCCESS
);
893 * Catagorise a RPC return status and error into an `enum tryret'
897 returncode(enum clnt_stat status
, struct rpc_err
*rpcerr
)
901 return (TRYRET_TIMEOUT
);
902 case RPC_PMAPFAILURE
:
903 case RPC_PROGNOTREGISTERED
:
904 case RPC_PROGVERSMISMATCH
:
905 /* XXX, these can be local or remote. */
908 return (TRYRET_REMOTEERR
);
909 case RPC_SYSTEMERROR
:
910 switch (rpcerr
->re_errno
) {
912 return (TRYRET_TIMEOUT
);
916 return (TRYRET_REMOTEERR
);
922 return (TRYRET_LOCALERR
);
926 * xdr routines for mount rpc's
929 xdr_dir(XDR
*xdrsp
, char *dirp
)
931 return (xdr_string(xdrsp
, &dirp
, RPCMNT_PATHLEN
));
935 xdr_fh(XDR
*xdrsp
, struct nfhret
*np
)
938 long auth
, authcnt
, authfnd
= 0;
940 if (!xdr_u_long(xdrsp
, &np
->stat
))
946 np
->fhsize
= NFSX_V2FH
;
947 return (xdr_opaque(xdrsp
, (caddr_t
)np
->nfh
, NFSX_V2FH
));
949 if (!xdr_long(xdrsp
, &np
->fhsize
))
951 if (np
->fhsize
<= 0 || np
->fhsize
> NFSX_V3FHMAX
)
953 if (!xdr_opaque(xdrsp
, (caddr_t
)np
->nfh
, np
->fhsize
))
955 if (!xdr_long(xdrsp
, &authcnt
))
957 for (i
= 0; i
< authcnt
; i
++) {
958 if (!xdr_long(xdrsp
, &auth
))
960 if (auth
== np
->auth
)
964 * Some servers, such as DEC's OSF/1 return a nil authenticator
965 * list to indicate RPCAUTH_UNIX.
967 if (!authfnd
&& (authcnt
> 0 || np
->auth
!= RPCAUTH_UNIX
))
977 fprintf(stderr
, "%s\n%s\n%s\n%s\n",
978 "usage: mount_nfs [-23KNPTUbcdils] [-D deadthresh] [-I readdirsize]",
979 " [-R retrycnt] [-a maxreadahead]",
980 " [-g maxgroups] [-m realm] [-o options] [-r readsize]",
981 " [-t timeout] [-w writesize] [-x retrans] rhost:path node");