-
Notifications
You must be signed in to change notification settings - Fork 268
Expand file tree
/
Copy pathadvanced_disksetup.xml
More file actions
50 lines (49 loc) · 2.17 KB
/
advanced_disksetup.xml
File metadata and controls
50 lines (49 loc) · 2.17 KB
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
<?xml version="1.0"?>
<!DOCTYPE chapter [
<!ENTITY % entities SYSTEM "generic-entities.ent">
%entities;
]>
<chapter xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0" xml:id="cha-advdisk">
<!-- bg: remaining content of this should go to planning
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="inst_partition.xml"/>
-->
<title>Advanced Disk Setup</title>
<info>
<meta name="description">Understand advanced storage configurations on SUSE Linux Enterprise Server including LVM, RAID, and multipath setups for optimized disk management and data</meta>
<dm:docmanager xmlns:dm="urn:x-suse:ns:docmanager">
<dm:bugtracker>
<!-- <dm:assignee></dm:assignee>-->
</dm:bugtracker>
<dm:translation>yes</dm:translation>
</dm:docmanager>
<revhistory xml:id="rh-cha-advdisk">
<revision>
<date>2026-04-09</date>
<revdescription>
<para/>
</revdescription>
</revision>
</revhistory>
</info>
<para>
Sophisticated system configurations require specific disk setups. All common
partitioning tasks can be done with &yast;. To get persistent device naming
with block devices, use the block devices below
<filename>/dev/disk/by-id</filename> or
<filename>/dev/disk/by-uuid</filename>. Logical Volume Management (LVM) is a
disk partitioning scheme that is designed to be much more flexible than the
physical partitioning used in standard setups. Its snapshot functionality
enables easy creation of data backups. Redundant Array of Independent Disks
(RAID) offers increased data integrity, performance, and fault tolerance.
&productname; also supports multipath I/O <phrase os="sles"> (see
<xref linkend="cha-multipath"/> for details)</phrase>. There is also the
option to use iSCSI as a networked disk<phrase os="sles"> (read more about
iSCSI in <xref linkend="cha-iscsi"/>)</phrase>.
</para>
<!-- bg: remaining content of this should go to planning
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="inst_partition.xml"/>
-->
<xi:include href="yast2_manpart.xml"/>
<xi:include href="lvm.xml"/>
<xi:include href="raid.xml"/>
</chapter>