1
0
mirror of https://github.com/samba-team/samba.git synced 2025-05-10 02:50:25 +03:00
Samba Release Account 40eec6f6a5 preparing for release of 2.0.0 alpha 11
(This used to be commit 8d9c5f35225441384f69744bf8cda8115828ae2f)
1998-10-08 22:49:33 +00:00

45 lines
952 B
Groff

.TH SMBMOUNT 8 "09 Oct 1998" "smbmount 2.0.0-alpha11"
.SH NAME
smbmount \- mount smb file system
.SH SYNOPSIS
.B smbmount
[
.B options
]
.SH DESCRIPTION
.B smbmount
is a stripped-down version of the
.BI smbclient (1)
program used to mount smbfs shares. It implements only the mount command,
which then calls the
.BI smbmnt (8)
program to do the actual mount.
.B smbmount
itself accepts most of the options that
.B smbclient
does. See the
.BI smbclient (1)
manpage for details.
To mount an smb file system, I suggest using the option
.B -c
for smbmount to pass the mount command. For example, use
smbmount "\\\\server\\tmp" -c 'mount /mnt -u 123 -g 456'
to mount the tmp share of server on /mnt, giving it a local uid 123
and a local gid 456.
The arguments supplied to the mount command are passed directly to the
.B smbmnt
utility for processing.
Refer to the
.BI smbmnt (8)
manpage for details.
.SH SEE ALSO
.BI smbmnt (8),
.BI smbclient (1)