Files
ncpfs/man/ncpmap.8
2026-04-28 20:56:04 +02:00

95 lines
2.8 KiB
Groff

.\" Copyright (c) International Business Machines Corp., 2006
.\"
.\" This file is distributed in the hope that it will be useful,
.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See
.\" the GNU General Public License for more details.
.\"
.\" You should have received a copy of the GNU General Public License
.\" along with this file; if not, write to the Free Software
.\" Foundation, Inc., 59 Temple Place, Suite 330, Boston,
.\" MA 02111-1307 USA
.\"
.\" HISTORY:
.\" 2006-06-01, created by Rodrigo Rubira Branco <rrbranco@br.ibm.com>
.TH ncpmap 8 "Jun, 01 2006" "NCPFS" "NCPFS"
.SH NAME
ncpmap \- mounts some resource from Netware server or tree previously connected with ncplogin
.SH SYNOPSIS
.nf
.fam C
\fBncpmap [OPTIONS] [-a] [mount-point]\fP
.fam T
.fi
.SH DESCRIPTION
\fBncplogin\fP and \fBncpmap\fP provide a way to split the ncpmount operation into halves, with \fBncpmap\fP mounting the resource previously authenticated with \fBncplogin\fP.
.SH OPTIONS
\fBmount_point\fP is optional if you specify the -a option.
\fB-T tree\fP
Tree name to be used.
\fB-S server\fP
Server name to be used. The -T and -S options are mutually exclusive.
\fB-X name_ctx\fP
Default name context to be used.
\fB-E\fP
Echo value of final mount_point.
\fB-V volume\fP
Volume to mount. This must be in binary format if -S server, or in NDS format if -T tree.
\fB-R path\fP
Path in volume to "map root."
\fB-f mode\fP
Permission given the files, in octal notation.
\fB-d mode\fP
Permission given the directories, in octal notation.
\fB-t time_out\fP
Waiting time, in 1/100s of a second, to wait for an answer from the server. Default is 60.
\fB-r retry_count\fP
Number of retry attempts. Default is 5.
\fB-s\fP
Enable renaming or deletion of read-only files.
\fB-h\fP
Print help text.
\fB-v\fP
Print ncpfs version number.
\fB-i level\fP
Signature level. 0 = never, 1 = supported, 2 = preferred, and 3 = required.
\fB-N os2,nfs\fP
Do not use specified namespaces on mounted volume.
\fB-y charset\fP
Character set used for input and display.
\fB-p codepage\fP
Codepage used on volume, including letters "cp."
\fB-B bcast\fP
Broadcast mode. 0 = all, 1 = console, and 2 = none. Default is all.
\fB-a\fP
Autocreate mounting point if needed in ~/ncp/SERVER/VOLUME.
\fB-l\fP
Autocreate mounting point if needed in /mnt/ncp/SERVER/VOLUME.
.SH SECURITY
\fBncpmap\fP must be setuid to permit non-root users use of it. In these cases, it will enforce nodev and nosetuid mount options.
.SH SEE ALSO
\fBncplogin\fP(1), \fBncpmount\fP(8)
.SH AUTHOR
Manpage written by Rodrigo Rubira Branco <rrbranco@br.ibm.com> with Petr Vandrovec <petr@vandrovec.name>.