NAME
|
cifs – Microsoft Windows filesystem client |
SYNOPSIS
|
cifs [ –dDiv ] [ –s srvname ] [ –n called–name ] [ –k keyparam ] [
–m mntpnt ] host [ share... ] |
This is beta software and still
DESCRIPTION
|
Cifs translates between the Microsoft's file sharing protocol,
(known by the acronyms CIFS or SMB), and 9P, allowing Plan9 clients
to mount file systems (shares or trees in MS terminology) published
by such servers.
The root of the mounted directory contains one subdirectory per
share, always named in lower case, and a few virtual files of
mixed case which give aditional server, session, share, and user
information. The options are:
shareA list of share names to attach to on the remote server, if none are given cifs will attempt to attach all shares published by the remote host. |
VIRTUAL FILES
|
Several virtual files appear in the root of the mounted filesystem:
Shares
|
BUGS
|
Keepalives are not fully implemented (yet), so connections will
time out. The NetApp Filer support has not been tested and is probably broken. No DFS support – though this is invisiged as a seperate 9p server which provides access to several envocations of cifs behind it. Cryptographic packet signatures are not yet supported, these are beleived to be nescessary to connect to Windows server 2003. Full NetBios name resolution is not supported though is is believed to depricated even by Microsoft. Cifs has only been tested to Windows 95, NT4.0 sp6, WinXP pro, Samba 3.0, and Samba 2.0 (Pluto VideoSpace). No support is attempted for servers predating NT4.0. Kerboros authentication is not supported Active directory is not supported.
|
HISTORY
|
Cifs is based on an earlier implmentation by rsc and wkj. |