1.Dd April 23, 2007
2.Os Darwin
3.Dt MOUNT_URL 8
4.Sh NAME
5.Nm mount_url
6.Nd mount a remote file system given a URL
7.Sh SYNOPSIS
8.Nm /usr/libexec/mount_url
9.Op Fl nrw
10.Op Fl o Ar options
11.Ar URL node
12.Sh DESCRIPTION
13The
14.Nm mount_url
15program
16mounts a remote file system, specified by
17.Ar URL ,
18on
19.Ar node .
20.Pp
21The options are as follows:
22.Bl -tag -width indent
23.It Fl n
24The mount should be done through the NetAuth agent.
25.It Fl o
26Options are specified with a
27.Fl o
28flag followed by a comma separated string of options.
29See the
30.Xr mount 8
31man page for possible options and their meanings.
32The following option is also available:
33.Pp
34.Bl -tag -width indent
35.It Cm soft
36Make the mount soft.
37.El
38.It Fl r
39The file system is to be mounted read-only.
40Mount the file system read-only (even the super-user may not write it).
41The same as the
42.Dq rdonly
43argument to the
44.Fl o
45option.
46.It Fl w
47The file system object is to be read and write.
48.El
49.Sh SEE ALSO
50.Xr mount 2 ,
51.Xr umount 8
52