You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/books/admin_guide/07-file-systems.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -159,7 +159,7 @@ The preparation, without _LVM_, of the physical media goes through five steps:
159
159
160
160
## Logical Volume Manager (LVM)
161
161
162
-
**L**ogical **V**olume **M**anager (*LVM]*)
162
+
**L**ogical **V**olume **M**anager (*LVM*)
163
163
164
164
The partition created by the **standard partition** cannot dynamically adjust the resources of the hard disk, once the partition is mounted, the capacity is completely fixed, this constraint is unacceptable on the server. Although the standard partition can be forcibly expanded or shrunk through certain technical means, it is easy to cause data loss. LVM can solve this problem very well. LVM is available under Linux from kernel version 2.4, and its main features are:
165
165
@@ -468,7 +468,7 @@ Its size corresponds to the rest of the available space of the partition. This a
468
468
469
469
These tables are written to the hard disk when the system is shut down.
470
470
471
-
!!! Danger
471
+
!!! danger "Attention"
472
472
473
473
In the event of a sudden stop, the file system may lose its consistency and cause data loss.
0 commit comments