| 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.32 2007/07/29 22:14:39 nightmorph Exp $ --> |
2 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/quick-samba-howto.xml,v 1.33 2007/07/30 17:32:44 yoswink 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> |
| … | |
… | |
| 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> |
995 | <note> |
| 996 | Don't forget to first <c>emerge samba</c> on the client(s) that that will be |
996 | Don't forget to first <c>emerge samba</c> on the client(s) that will be |
| 997 | accessing the shares. |
997 | accessing the shares. |
| 998 | </note> |
998 | </note> |
| 999 | |
999 | |
| 1000 | <p> |
1000 | <p> |
| 1001 | 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 |