|
178.
|
|
|
Restart <application>samba</application> for the new settings to take effect:
|
|
|
|
(no translation yet)
|
|
|
|
Located in
docs/sharing/C/sharing.xml:1215(para)
|
|
179.
|
|
|
It should now be possible to access any <application>Samba</application> shares from a Windows client. However, be sure to give the appropriate AD users or groups access to the share directory. See <xref linkend="samba-fileprint-security"/> for more details.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../docs/sharing/C/sharing.xml:1151(para)
|
|
180.
|
|
|
Accessing a Windows Share
|
|
|
|
(no translation yet)
|
|
|
|
Located in
docs/sharing/C/sharing.xml:1234(title)
|
|
181.
|
|
|
Now that the Samba server is part of the Active Directory domain, any Windows server shares can be accessed:
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../docs/sharing/C/sharing.xml:1164(para)
|
|
182.
|
|
|
To mount a Windows file share, enter the following in a terminal prompt:
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../docs/sharing/C/sharing.xml:1172(para)
|
|
183.
|
|
|
mount.cifs //fs01.example.com/share mount_point
|
|
|
|
(no translation yet)
|
|
|
|
Located in
docs/sharing/C/sharing.xml:1250(command)
|
|
184.
|
|
|
It is also possible to access shares on computers not part of an AD domain, but a username and password must be provided.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../docs/sharing/C/sharing.xml:1179(para)
|
|
185.
|
|
|
To mount the share during boot, place an entry in <filename>/etc/fstab</filename>, for example:
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../docs/sharing/C/sharing.xml:1187(para)
|
|
186.
|
|
|
//192.168.0.5/share /mnt/windows cifs auto,username=steve,password=secret,rw 0 0
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
docs/sharing/C/sharing.xml:1266(programlisting)
|
|
187.
|
|
|
Another way to copy files from a Windows server is to use the <application>smbclient</application> utility. To list the files in a Windows share:
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../docs/sharing/C/sharing.xml:1199(para)
|