diff options
Diffstat (limited to 'docs/docbook/manpages/smbmount.8.sgml')
-rw-r--r-- | docs/docbook/manpages/smbmount.8.sgml | 61 |
1 files changed, 29 insertions, 32 deletions
diff --git a/docs/docbook/manpages/smbmount.8.sgml b/docs/docbook/manpages/smbmount.8.sgml index 12f64c7354..c4b91a5572 100644 --- a/docs/docbook/manpages/smbmount.8.sgml +++ b/docs/docbook/manpages/smbmount.8.sgml @@ -1,5 +1,5 @@ <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN"> -<refentry id="smbmount.8"> +<refentry id="smbmount"> <refmeta> <refentrytitle>smbmount</refentrytitle> @@ -26,8 +26,7 @@ <para><command>smbmount</command> mounts a Linux SMB filesystem. It is usually invoked as <command>mount.smbfs</command> by - the <citerefentry><refentrytitle>mount</refentrytitle> - <manvolnum>8</manvolnum></citerefentry> command when using the + the <command>mount(8)</command> command when using the "-t smbfs" option. This command only works in Linux, and the kernel must support the smbfs filesystem. </para> @@ -40,12 +39,11 @@ <para><command>smbmount</command> is a daemon. After mounting it keeps running until the mounted smbfs is umounted. It will log things that happen when in daemon mode using the "machine name" smbmount, so - typically this output will end up in <filename>log.smbmount</filename>. The <command> - smbmount</command> process may also be called mount.smbfs.</para> + typically this output will end up in <filename>log.smbmount</filename>. The + <command>smbmount</command> process may also be called mount.smbfs.</para> <para><emphasis>NOTE:</emphasis> <command>smbmount</command> - calls <citerefentry><refentrytitle>smbmnt</refentrytitle> - <manvolnum>8</manvolnum></citerefentry> to do the actual mount. You + calls <command>smbmnt(8)</command> to do the actual mount. You must make sure that <command>smbmnt</command> is in the path so that it can be found. </para> @@ -86,12 +84,15 @@ <varlistentry> <term>credentials=<filename></term> - <listitem><para>specifies a file that contains a username and/or password. -The format of the file is: -<programlisting> -username = <value> -password = <value> -</programlisting></para> + <listitem><para>specifies a file that contains a username + and/or password. The format of the file is:</para> + + <para> + <programlisting> + username = <value> + password = <value> + </programlisting> + </para> <para>This is preferred over having passwords in plaintext in a shared file, such as <filename>/etc/fstab</filename>. Be sure to protect any @@ -100,11 +101,6 @@ password = <value> </varlistentry> <varlistentry> - <term>krb</term> - <listitem><para>Use kerberos (Active Directory). </para></listitem> - </varlistentry> - - <varlistentry> <term>netbiosname=<arg></term> <listitem><para>sets the source NetBIOS name. It defaults to the local hostname. </para></listitem> @@ -145,7 +141,7 @@ password = <value> <varlistentry> <term>dmask=<arg></term> - <listitem><para>Sets the directory mask. This determines the + <listitem><para>sets the directory mask. This determines the permissions that remote directories have in the local filesystem. The default is based on the current umask. </para></listitem> </varlistentry> @@ -153,7 +149,7 @@ password = <value> <varlistentry> <term>debug=<arg></term> - <listitem><para>Sets the debug level. This is useful for + <listitem><para>sets the debug level. This is useful for tracking down SMB connection problems. A suggested value to start with is 4. If set too high there will be a lot of output, possibly hiding the useful output.</para></listitem> @@ -162,7 +158,7 @@ password = <value> <varlistentry> <term>ip=<arg></term> - <listitem><para>Sets the destination host or IP address. + <listitem><para>sets the destination host or IP address. </para></listitem> </varlistentry> @@ -170,30 +166,31 @@ password = <value> <varlistentry> <term>workgroup=<arg></term> - <listitem><para>Sets the workgroup on the destination </para> + <listitem><para>sets the workgroup on the destination </para> </listitem> </varlistentry> <varlistentry> <term>sockopt=<arg></term> - <listitem><para>Sets the TCP socket options. See the <ulink - url="smb.conf.5.html#SOCKETOPTIONS"><citerefentry><refentrytitle>smb.conf</refentrytitle> - <manvolnum>5</manvolnum></citerefentry></ulink> <parameter>socket options</parameter> option. + <listitem><para>sets the TCP socket options. See the <ulink + url="smb.conf.5.html#SOCKETOPTIONS"><filename>smb.conf + </filename></ulink> <parameter>socket options</parameter> option. </para></listitem> </varlistentry> <varlistentry> <term>scope=<arg></term> - <listitem><para>Sets the NetBIOS scope </para></listitem> + <listitem><para>sets the NetBIOS scope </para></listitem> </varlistentry> <varlistentry> <term>guest</term> - <listitem><para>Don't prompt for a password </para></listitem> + <listitem><para>don't prompt for a password </para></listitem> </varlistentry> + <varlistentry> <term>ro</term> <listitem><para>mount read-only </para></listitem> @@ -301,9 +298,10 @@ password = <value> <para>FreeBSD also has a smbfs, but it is not related to smbmount</para> - <para>For Solaris, HP-UX and others you may want to look at <citerefentry><refentrytitle>smbsh</refentrytitle> - <manvolnum>1</manvolnum></citerefentry> or at other solutions, such as - Sharity or perhaps replacing the SMB server with a NFS server.</para> + <para>For Solaris, HP-UX and others you may want to look at + <ulink url="smbsh.1.html"><command>smbsh(1)</command></ulink> or at other + solutions, such as sharity or perhaps replacing the SMB server with + a NFS server.</para> </refsect1> @@ -323,8 +321,7 @@ password = <value> </para> <para>The conversion of this manpage for Samba 2.2 was performed - by Gerald Carter. The conversion to DocBook XML 4.2 for Samba 3.0 - was done by Alexander Bokovoy.</para> + by Gerald Carter</para> </refsect1> </refentry> |