blob: 8e5efda6415b71f08f2b8091bbb3b5a9a38c69d0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
|
<?xml version="1.0" encoding="utf-8"?>
<section version="5.0" xml:id="diskdrake--smb"
xmlns="http://docbook.org/ns/docbook"
xmlns:ns5="http://www.w3.org/1998/Math/MathML"
xmlns:ns4="http://www.w3.org/2000/svg"
xmlns:ns3="http://www.w3.org/1999/xhtml"
xmlns:ns2="http://www.w3.org/1999/xlink"
xmlns:ns="http://docbook.org/ns/docbook">
<info>
<title xml:id="diskdrake--smb-ti1">Access Windows (SMB) shared drives and
directories</title>
<subtitle>diskdrake --smb</subtitle>
</info>
<para/>
<section>
<title>Introduction</title>
<para>This tool<footnote>
<para>You can start this tool from the command line, by typing
<emphasis role="bold">diskdrake --smb</emphasis> as root.</para>
</footnote> allows you to declare which shared directories to be
accessible to all users on the machine. The protocol used for this is SMB
which has been popularized on Windows(R) systems. The shared directory
will be available directly at boot. Shared directories can be also
accessed directly in a single session by a user with tools such as file
browsers.</para>
<para>Before starting the tool, it is a good idea to declare the names of
available servers, for example with <xref linkend="drakhosts"/></para>
</section>
<section>
<title>Procedure</title>
<para>Select <guibutton>search servers</guibutton> to obtain a list of
servers who share directories.</para>
<para>Click on the server name and on > before the server name to
display the list of the shared directories and select the directory you
want to access.</para>
<para>The <guibutton>Mount point</guibutton> button will become available,
you have to specify where to mount the directory.</para>
<mediaobject>
<imageobject>
<imagedata fileref="diskdrake--smb2.png"/>
</imageobject>
</mediaobject>
<para>After choosing the mount point, it can be mounted with the
<guimenu>Mount button</guimenu>. You can also verify and change some
options with the <guibutton>Options</guibutton> button.</para>
<para>In options, you can specify the user name and the password of those
able to connect to the SMB server. After mounting the directory, you can
unmount it with the same button.</para>
<mediaobject>
<imageobject>
<imagedata fileref="diskdrake--smb3.png"/>
</imageobject>
</mediaobject>
<mediaobject>
<imageobject>
<imagedata fileref="diskdrake--smb4.png"/>
</imageobject>
</mediaobject>
<para>After accepting the configuration with the Done button, a message
will ask "Do you want to save the /etc/fstab modifications". Saving, will
allow directory to made available at each boot, if the network is
accessible. The new directory is then available in your file browser, for
example in dolphin.</para>
<mediaobject>
<imageobject>
<imagedata fileref="diskdrake--smb5.png"/>
</imageobject>
</mediaobject>
<para/>
</section>
</section>
|