| 1 | <?xml version='1.0' encoding='UTF-8'?> |
1 | <?xml version='1.0' encoding='UTF-8'?> |
| 2 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/quick-samba-howto.xml,v 1.31 2007/07/29 06:48:12 nightmorph Exp $ --> |
2 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/quick-samba-howto.xml,v 1.32 2007/07/29 22:14:39 nightmorph Exp $ --> |
| 3 | <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> |
3 | <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> |
| 4 | <guide link="/doc/en/quick-samba-howto.xml"> |
4 | <guide link="/doc/en/quick-samba-howto.xml"> |
| 5 | <title>Gentoo Samba3/CUPS/ClamAV HOWTO</title> |
5 | <title>Gentoo Samba3/CUPS/ClamAV HOWTO</title> |
| 6 | <author title="Author"> |
6 | <author title="Author"> |
| 7 | <mail link="daff at dword dot org">Andreas "daff" Ntaflos</mail> |
7 | <mail link="daff at dword dot org">Andreas "daff" Ntaflos</mail> |
| … | |
… | |
| 21 | |
21 | |
| 22 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
22 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
| 23 | <!-- See http://creativecommons.org/licenses/by-sa/1.0 --> |
23 | <!-- See http://creativecommons.org/licenses/by-sa/1.0 --> |
| 24 | <license/> |
24 | <license/> |
| 25 | |
25 | |
| 26 | <version>1.19</version> |
26 | <version>1.20</version> |
| 27 | <date>2007-07-28</date> |
27 | <date>2007-07-29</date> |
| 28 | |
28 | |
| 29 | <chapter> |
29 | <chapter> |
| 30 | <title>Introduction to this HOWTO</title> |
30 | <title>Introduction to this HOWTO</title> |
| 31 | <section> |
31 | <section> |
| 32 | <title>Purpose</title> |
32 | <title>Purpose</title> |
| … | |
… | |
| 990 | </section> |
990 | </section> |
| 991 | <section> |
991 | <section> |
| 992 | <title>Mounting a Windows or Samba share in GNU/Linux</title> |
992 | <title>Mounting a Windows or Samba share in GNU/Linux</title> |
| 993 | <body> |
993 | <body> |
| 994 | |
994 | |
|
|
995 | <note> |
|
|
996 | Don't forget to first <c>emerge samba</c> on the client(s) that that will be |
|
|
997 | accessing the shares. |
|
|
998 | </note> |
|
|
999 | |
| 995 | <p> |
1000 | <p> |
| 996 | Now is time to configure our kernel to support cifs. Since I'm assuming |
1001 | Now is time to configure our kernel to support cifs. Since I'm assuming |
| 997 | we've all compiled at least one kernel, we'll need to make sure we have all the |
1002 | we've all compiled at least one kernel, we'll need to make sure we have all the |
| 998 | right options selected in our kernel. For simplicity's sake, make it a module |
1003 | right options selected in our kernel. For simplicity's sake, make it a module |
| 999 | for ease of use. It is the author's opinion that kernel modules are a good thing |
1004 | for ease of use. It is the author's opinion that kernel modules are a good thing |