blob: 50a399c65d86543cad74898f865db51b31af51b1 (
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
|
<?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:id="diskdrake--removable">
<info>
<title xml:id="diskdrake--removable-ti1">CD/DVD burner</title>
<subtitle>diskdrake --removable</subtitle>
</info>
<mediaobject>
<imageobject>
<imagedata revision="1" fileref="diskdrake--removable.png" align="center" format="PNG" xml:id="diskdrake--removable-im1"/>
</imageobject>
</mediaobject>
<para>This tool <footnote>
<para>You can start this tool from the command line, by typing <emphasis role="bold">diskdrake --removable</emphasis> as root.</para>
</footnote>is found under the tab Local disks in the Mageia Control Center
labelled accordingly with your removable hardware (CD/DVD players and
burners and floppy drives only). </para>
<para>Its goal is to define the way your removable disk is mounted. </para>
<para>At the top of the window there is a short description of your hardware
and the chosen options to mount it. Use the menu on the bottom to change
them. Check the item to be changed and then on the <guibutton>OK</guibutton>
button. </para>
<section>
<title>Mount point</title>
<para>Check this box to change the mount point. The default one is
/media/cdrom.</para>
<para/>
</section>
<section>
<title>Options</title>
<para>Many mount options can be chosen here either directly in the list or
via the <guilabel>Advanced</guilabel> submenu. The main are:</para>
<para/>
<section>
<title>user/nouser</title>
<para>user allows an ordinary user (not root) to mount the removable
disk, this option involves noexec, nosuid and nodev. The user who
mounted the disk is the only one who can umount it. </para>
</section>
</section>
</section>
|