Changeset 890
- Timestamp:
- Jun 29, 2015, 1:33:58 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/client/src/help/ndpsmb.ipf
r883 r890 17 17 :h1.Introduction 18 18 :p. 19 Samba is a SMB/CIFS protocols file and print sharing server/client suite originaly20 made for the UNIX world to cooperate with corresponding Windows and &os. servers or 21 clients. &os. has a native implementation of SMB/CIFS server/client set - IBM LAN22 Manager and IBM Peer. These products haven&csq.t been updated for a long time and19 Samba is an SMB/CIFS protocol file and print sharing client/server suite originally 20 created for the UNIX world in order to access Windows and &os. servers and 21 clients. &os. has several native implementations of SMB/CIFS client/server set - :hp1.IBM Peer:ehp1. (or :hp1.IBM LAN Requester:ehp1., 22 or :hp1.IBM File and Print Client:ehp1.) and :hp1.IBM LAN Manager:ehp1.. These products haven&csq.t been updated for a long time and 23 23 have some compatibility problems with modern Windows SMB/CIFS implementations. 24 24 :p. 25 This package is the &os. port of Samba client made as theplugin for&colon.25 This package is the &os. port of the Samba client implemented as a plugin for&colon. 26 26 :ul. 27 27 :li.&nd. - a well known virtual file system for &os. 28 28 :li.EVFS - the eComStation Virtual Filesystem for SMB 29 29 :eul.:p. 30 &os. Samba client provides seamless access to SMB/CIFS file shares over your network usingTCP/IP as the31 underlying transport protocol .32 :p. 33 The &os. Samba clientconsists of one module&colon.30 The Samba Client Plugin for &os. provides seamless access to SMB/CIFS file shares over the network using pure TCP/IP as the 31 underlying transport protocol (no NetBIOS or NetBIOS over TCP/IP). 32 :p. 33 The Samba Client Plugin for &os. consists of one module&colon. 34 34 :ul. 35 35 :li.ndpsmb.dll - the <$ND> plugin itself … … 42 42 :h1.License 43 43 :p. 44 Samba is freely available under the GNU General Public License . You can get45 the full sourcecode from our SVN repository, please refer to the Samba for &os. Homepage for details about downloading the source. 46 :p.47 The <$ND> plugin for &os. is also available with full sourcecode.48 :p.49 So if you are using our plugin we kindly ask you to support netlabs.org.50 Please refer to the Samba for &os. Homepage to learn how you can do 51 that! 44 Samba is freely available under the GNU General Public License v3. You may obtain the full source code either from the 45 project&csq.s SVN repository (please refer to the Samba for &os. homepage for details about downloading the source) or from 46 the Samba homepage (see :link reftype=hd res=003.Links:elink.). 47 :p. 48 The Samba Client Plugin for &os. is also available with full source code from the Samba for &os. SVN repository. 49 :p. 50 If you are using this plugin, we kindly ask you to support netlabs.org. 51 Please refer to the Samba for &os. homepage to learn how you may do that. 52 52 :h2 res=003.Links 53 53 :p. 54 54 :ul. 55 55 :li.Samba for &os. Homepage (http&colon.&slr.&slr.svn.netlabs.org&slr.samba) 56 :li.<$ND> Homepage (http&colon.&slr.&slr.www.b lueprintsoftwareworks.com&slr.netdrive)56 :li.<$ND> Homepage (http&colon.&slr.&slr.www.bmtmicro.com&slr.netdrive) 57 57 :li.Samba Homepage (http&colon.&slr.&slr.www.samba.org) 58 58 :eul. … … 66 66 :h2 res=100.&ressmb. 67 67 :p. 68 The parameters of aSMB/CIFS FS resource are&colon.68 The parameters for an SMB/CIFS FS resource are&colon. 69 69 :parml. 70 :pt.Workgroup 71 :pd.The name of workgroup to connect to. 72 73 :pt.Server 74 :pd.The name or IP address of server to connect to. 75 76 :pt.Share 77 :pd.The name of server resource (share) to connect to. 78 79 :pt.User 80 :pd.The name of user to login under. 81 82 :pt.Password 83 :pd.The password of selected user. 84 85 :pt.Master 86 :pd.the name of 'master' server or workgroup, used to get the list of workgroups when the concrete workgroup and server not specified. 87 88 :pt.Mastertype 89 :pd.0 if 'master' is the name of master server, 1 if 'master' is the name of master workgroup. 90 91 :pt.Cache timeout 92 :pd.The time in seconds for which the cache is valid. If the time is over the client rereads the directory again. For a directory with many 93 files it may be better to increase the timeout (rule of thumb: per 500-800 files 10 seconds). Default: 10 seconds 94 95 :pt.Cache listings 96 :pd.The amount of directories the cache should hold. Be aware the higher the value the more memory is used. Default: 32 listings 97 98 :pt.EA Support 99 :pd.1 to support <$OS> Extended Attributes, 0 to not support it. 100 101 :pt.r/w 70 :pt.:hp2.Workgroup/Domain:ehp2. 71 :pd.The name of the workgroup or domain of the server. 72 :warning text='Default:'. 73 :hp1.blank:ehp1. 74 :ewarning. 75 76 :pt.:hp2.Server:ehp2. 77 :pd.The name or IP address of the server hosting the resource (share). 78 :warning text='Default:'. 79 :hp1.blank:ehp1. 80 :ewarning. 81 82 :pt.:hp2.Share:ehp2. 83 :pd.The name of the desired server resource (share). 84 :warning text='Default:'. 85 :hp1.blank:ehp1. 86 :ewarning. 87 88 :pt.:hp2.User ID:ehp2. 89 :pd.The username for authentication. 90 :warning text='Default:'. 91 :hp1.guest:ehp1. 92 :ewarning. 93 94 :pt.:hp2.Password:ehp2. 95 :pd.The password of the selected user. 96 :warning text='Default:'. 97 :hp1.blank:ehp1. 98 :ewarning. 99 100 :pt.:hp2.Master:ehp2. 101 :pd.The name of the browse master server or workgroup, used to get the list of available workgroups when the workgroup and server have not been specified. 102 :warning text='Default:'. 103 :hp1.WORKGROUP:ehp1. 104 :ewarning. 105 106 :pt.:hp2.Master type:ehp2. 107 :pd.Select :hp2.server:ehp2. or :hp2.workgroup:ehp2. to identify the type of master selected. 108 :warning text='Default:'. 109 :hp1.workgroup:ehp1. 110 :ewarning. 111 112 :pt.:hp2.Cache timeout:ehp2. 113 :pd.The time in seconds for which the cache is valid. Once the timeout is reached, the client re-reads the directory. For a directory with many 114 files, it may be better to increase the timeout (rule of thumb: per 500-800 files 10 seconds). 115 :warning text='Default:'. 116 :hp1.10 seconds:ehp1. 117 :ewarning. 118 119 :pt.:hp2.Cache listings:ehp2. 120 :pd.The number of directories the cache should hold. Be aware that the higher the value, the more memory consumed. 121 :warning text='Default:'. 122 :hp1.32 directories:ehp1. 123 :ewarning. 124 125 :pt.:hp2.Supports EA:ehp2. 126 :pd.Check to support <$OS> Extended Attributes in the target filesystem (and by the target server). 127 :warning text='Default:'. 128 :hp1.checked:ehp1. 129 :ewarning. 130 131 :pt.:hp2.r/w:ehp2. 102 132 :pd.define whether the resource should be read-only (r) or writeable (w). 103 133 :eparml. … … 105 135 :h2 res=101.&usage. 106 136 :p. 107 To mount the exact server&csq.s share one need to specify both &csq.server&csq. and108 &csq.share&csq. parameters, the other parameters are optional. The root path of 109 server&csq.s share will be mounted to the mounting path.110 :p. 111 If one want to access all server shares, then only the &csq.server&csq., not the &csq.share&csq. 112 parameter, should be specified,the other parameters are optional. The list of113 server shares will be mounted to the mounting path.114 :p. 115 If one want to access all servers within the workgroup, then only the &csq.workgroup&csq., 116 not the &csq.server&csq. parameter, should be specified,the other parameters are117 optional. The list of servers within the specified workgroup will be mounted to118 the mounting path.119 :p. 120 If one want to access all available workgroups withinone master browser121 within the network, then only the &csq.master&csq., not the &csq.workgroup&csq. nor the &csq.server&csq. parameter, 122 should be specified ,the other parameters are optional. The list of workgroups123 will be mounted to the mounting path. The &csq.master&csq. workgroup can be any known124 workgroup in the net. The &csq.master&csq. server should be the master browser for125 workgroup [s].126 :p. 127 By default the &csq.guest&csq. user with blank password is used to accessselected128 resource s. If you get access denied errors, try to specify another user and129 password combination.137 To mount a specified share, it is necessary to specify both the :hp2.Server:ehp2. and 138 :hp2.Share:ehp2. parameters&semi. the other parameters are optional. The root of the 139 server&csq.s share will be mounted to the &mp.. 140 :p. 141 To access all server shares, only the :hp2.Server:ehp2. (not the :hp2.Share:ehp2.) 142 should be specified&semi. the other parameters are optional. The list of 143 server shares will be mounted to the &mp.. 144 :p. 145 To access all servers within the workgroup or domain, only the :hp2.Workgroup:ehp2. 146 (not the :hp2.Server:ehp2.) should be specified&semi. the other parameters are 147 optional. The list of servers within the specified workgroup or domain will be mounted to 148 the &mp.. 149 :p. 150 To access all available workgroups listed by one master browser 151 on the network, only the :hp2.Master:ehp2. (not the :hp2.Workgroup:ehp2. nor the :hp2.Server:ehp2.) 152 should be specified&semi. the other parameters are optional. The list of workgroups 153 will be mounted to the &mp.. The master workgroup can be any known (reachable) 154 workgroup on the network. The master server should be the master browser for the 155 workgroup(s). 156 :p. 157 By default, the :hp1.guest:ehp1. user with blank password is used to access the selected 158 resource. If guest logins are not permitted by the server, you will likely see &csq.access denied&csq. 159 errors. Specify an actual username and password combination. 130 160 131 161 .****************************************************** … … 135 165 :h1.Debugging 136 166 :p. 137 To produce a log file please add an empty file called ndpsmb.dbg into the root drive.138 :p. 139 The log file is placed to your LOGFILES env path, if available. If the LOGFILES env is missing140 the logfile is placed into the &nd. directory. The logfile is called log.ndpsmb for the &nd. part and 141 log.smbd for the Samba part.167 To produce a log file, please create an empty file named :hp1.ndpsmb.dbg:ehp1. in the root of the boot volume. 168 :p. 169 The log is created in the directory listed in the LOGFILES environment variable, if available. 170 If the LOGFILES environment variable has not been set, the log is created in the &nd. directory. The filename is 171 :hp1.log.ndpsmb:ehp1. for the &nd. log and :hp1.log.smbd:ehp1. for the Samba Client Plugin for &os. log. 142 172 143 173 .****************************************************** 144 174 :h1.History 145 :p. History of the Samba client for &nd.175 :p.Release history of the Samba client for &nd. 146 176 :ul. 147 177 :li.:link reftype=hd res=011.Version 1.0:elink. … … 154 184 #include <changelog.txt> 155 185 .****************************************************** 156 :h1.Credit 186 :h1.Credits 157 187 :ul. 158 188 :li.Silvan Scherrer (aka diver)
Note:
See TracChangeset
for help on using the changeset viewer.