blob: a0b0154885ec2eca5d4d6c447207a0dfd076dd80 (
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 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" version="5.0" xml:lang="en" xml:id="diskdrake--nfs">
<info>
<title xml:id="diskdrake--nfs-ti1">Access NFS shared drives and
directories</title>
<subtitle>diskdrake --nfs</subtitle>
</info>
<mediaobject>
<imageobject>
<imagedata revision="2" xml:id="diskdrake--nfs-im1" align="center" fileref="diskdrake--nfs.png" format="PNG"/>
</imageobject>
</mediaobject>
<para/>
<para>.</para>
<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 --nfs</emphasis> as root.</para>
</footnote> allows you to declare some shared directories to be
accessible to all users on the machine. The protocol used for this is NFS
which is available on most Linux or Unix systems. The shared directory
will be thus available directly at boot. Shared directories can be also
accessible directly in a single session for a user with tools such as file
browsers.</para>
</section>
<section>
<title>Procedure</title>
<para>Select <guibutton>search servers</guibutton> to obtain a list of
servers which share directories.</para>
<para>Click on the > symbol before the server name to display the list
of the shared directories and select the directory you want to
access.</para>
<mediaobject ns2:href="diskdrake--nfs2.png">
<imageobject>
<imagedata fileref="diskdrake--nfs2.png"/>
</imageobject>
</mediaobject>
<para>The button <guibutton>Mount point</guibutton> will be available and
you have to specify where to mount the directory.</para>
<mediaobject ns2:href="diskdrake--nfs3.png">
<imageobject>
<imagedata fileref="diskdrake--nfs3.png"/>
</imageobject>
</mediaobject>
<para>After choosing the mount point, You can mount it. You can also
verify and change some options with the <guibutton>Options</guibutton>
button. After mounting the directory, you can unmount it with the same
button.</para>
<mediaobject>
<imageobject>
<imagedata fileref="diskdrake--nfs4.png"/>
</imageobject>
</mediaobject>
<mediaobject>
<imageobject>
<imagedata fileref="diskdrake--nfs5.png"/>
</imageobject>
</mediaobject>
<para>On accepting the configuration with the Done button, a message will
displayed, asking "Do you want to save the /etc/fstab modifications". This
will make the directory 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--nfs6.png"/>
</imageobject>
</mediaobject>
<para/>
</section>
</section>
|