Difference between revisions of "Samba"

From ArmadeusWiki
Jump to: navigation, search
 
Line 1: Line 1:
 
Instructions to install and use Samba with Armadeus
 
Instructions to install and use Samba with Armadeus
 +
 +
== Introduction ==
 +
 +
Samba is an Open Source/Free Software suite that has, since 1992, provided file and print services to all manner of SMB/CIFS clients, including the numerous versions of Microsoft Windows operating systems
 +
 +
This page will summarize the process to build, install basic samba services such as
 +
* Mounting windows shares
 +
* Sharing folders for Windows computers
 +
 +
== Kernel configuration ==
 +
 +
First you must have a right kernel configuration to enable the usage of SAMBA :
 +
 +
* You must have a networking support (trivial).......
 +
* "File systems->Network File Systems->SMB file system support" is enabled
 +
* "File systems->Network File Systems->SMB file system->Use a default NLS"  is enabled
 +
**  "withs Default Remote NLS Option = cp437"
 +
* "File systems->Network File Systems->CIFS support" is enabled
 +
* "File systems->Network File Systems->Native Language Support"
 +
**  Codepage 437 (United States, Canada)
 +
**  Codepage 850 (Europe)
 +
**  NLS ISO 8859-1 (Latin 1; Western European Languages)
 +
**  NLS ISO 8859-1 (Latin 1; Western European Languages) (this is optional)
 +
 +
Note that in some cases NLS default cp437 can be changed in samba configuration.
 +
 +
== Links ==
 +
 +
* http://www.samba.org/

Revision as of 12:21, 16 February 2007

Instructions to install and use Samba with Armadeus

Introduction

Samba is an Open Source/Free Software suite that has, since 1992, provided file and print services to all manner of SMB/CIFS clients, including the numerous versions of Microsoft Windows operating systems

This page will summarize the process to build, install basic samba services such as

  • Mounting windows shares
  • Sharing folders for Windows computers

Kernel configuration

First you must have a right kernel configuration to enable the usage of SAMBA :

  • You must have a networking support (trivial).......
  • "File systems->Network File Systems->SMB file system support" is enabled
  • "File systems->Network File Systems->SMB file system->Use a default NLS" is enabled
    • "withs Default Remote NLS Option = cp437"
  • "File systems->Network File Systems->CIFS support" is enabled
  • "File systems->Network File Systems->Native Language Support"
    • Codepage 437 (United States, Canada)
    • Codepage 850 (Europe)
    • NLS ISO 8859-1 (Latin 1; Western European Languages)
    • NLS ISO 8859-1 (Latin 1; Western European Languages) (this is optional)

Note that in some cases NLS default cp437 can be changed in samba configuration.

Links