La différence entre Lenny et Squeeze, linux 2.6.26 contre linux-2.6.32.
SMB est abandonné au profit de CIFS entre linux-2.6.26 et 2.6.32+
<*> CIFS support (advanced network filesystem, SMBFS successor)
Pour accomplir ton but, recompiler le noyau soit avec CIFS+Access Control List , soit s’en retourner à SMB (pas recommandé).
file systems -> network file systems
[ ] Provide CIFS ACL support (EXPERIMENTAL)
HELP
CONFIG_CIFS_ACL: │
│ │
│ Allows to fetch CIFS/NTFS ACL from the server. The DACL blob │
│ is handed over to the application/caller. │
│ │
│ Symbol: CIFS_ACL [=n] │
│ Type : boolean │
│ Prompt: Provide CIFS ACL support (EXPERIMENTAL) │
│ Defined at fs/cifs/Kconfig:148 │
│ Depends on: NETWORK_FILESYSTEMS [=y] && EXPERIMENTAL [=y] && \ │
│ CIFS_XATTR [=y] │
│ Location: │
│ -> File systems │
│ -> Network File Systems (NETWORK_FILESYSTEMS [=y])
un noyau contemporain avec SMB
désactiver CIFS dans “file systems”->“Network file systems”, valider BKL dans “kernel hacking”, et enfin drivers -> “staging drivers”
< > SMB file system support (OBSOLETE, please use CIFS) (NEW)