Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
home_server:home_server_setup:other_services:back-up_server_old [2025-01-03 Fri wk01 08:40] – [LVM] baumkphome_server:home_server_setup:other_services:back-up_server_old [2025-01-03 Fri wk01 08:55] (current) – [LVM] baumkp
Line 76: Line 76:
 =====LVM===== =====LVM=====
 With the availability of Gparted to adjust partitions on the run I do not know if LVM is required any more. It does however look like a flexible system. With the availability of Gparted to adjust partitions on the run I do not know if LVM is required any more. It does however look like a flexible system.
-|<1000px 60px 20px 20px 20px 20px 80px>|+|<800px 60px 20px 20px 20px 20px 20px>|
 ^ Command      example    ^  LVM  ^  PV  ^  VG  ^  LG  ^ Description (from man) ^ ^ Command      example    ^  LVM  ^  PV  ^  VG  ^  LG  ^ Description (from man) ^
 | s | ''pvs'' |  ✘  |  ✔  |  ✔  |  ✔  | Display information about physical volumes | | s | ''pvs'' |  ✘  |  ✔  |  ✔  |  ✔  | Display information about physical volumes |
Line 96: Line 96:
 | cfgrestore | ''vgcfgrestore'' |  ✘  |  ✘  |  ✔  |  ✘  | Restore volume group configuration | | cfgrestore | ''vgcfgrestore'' |  ✘  |  ✘  |  ✔  |  ✘  | Restore volume group configuration |
 | ck | ''vgck'' |  ✘  |  ✔  |  ✔  |  ✘  | Check the consistency of volume group(s) | | ck | ''vgck'' |  ✘  |  ✔  |  ✔  |  ✘  | Check the consistency of volume group(s) |
-| scan | ''vgscan''  |  1  |  ✔  |  ✔  |  ✔  | Search for all volume groups +| scan | ''vgscan'' |  1  |  ✔  |  ✔  |  ✔  | Search for all volume groups | 
-| mknodes | ''vgmknode'' |  ✘  |  ✘  |  ✔  |  ✘  |  +| remove | ''vgremove'' |  ✘  |  ✔  |  ✔  |  ✔  | Remove volume group(s) |
-| remove |  ''vgremove'' |  ✘  |  ✔  |  ✔  |  ✔  | Remove volume group(s) +
-| dump        |  ''dump''            ✔  |  ✘  |  ✘  |  ✘  |  |+
 1. ''diskscan'' 1. ''diskscan''
  \\  \\
Line 106: Line 104:
   *[[https://linuxhandbook.com/lvm-guide/|The Complete Beginner's Guide to LVM in Linux]]   *[[https://linuxhandbook.com/lvm-guide/|The Complete Beginner's Guide to LVM in Linux]]
   *[[https://linuxconfig.org/using-lvm-to-manage-physical-volumes-volume-groups-and-logical-volumes-rhcsa-objective-preparation|Using LVM to manage physical volumes, volume groups, and logical volumes]]   *[[https://linuxconfig.org/using-lvm-to-manage-physical-volumes-volume-groups-and-logical-volumes-rhcsa-objective-preparation|Using LVM to manage physical volumes, volume groups, and logical volumes]]
-  *[[https://www.howtogeek.com/howto/40702/how-to-manage-and-use-lvm-logical-volume-management-in-ubuntu/|How to Manage and Use LVM (Logical Volume Management) in Ubuntu]]+  *[[https://www.howtogeek.com/40702/how-to-manage-and-use-lvm-logical-volume-management-in-ubuntu/|How to Manage and Use LVM (Logical Volume Management) in Ubuntu]]
   *[[https://www.cyberciti.biz/faq/linux-mount-an-lvm-volume-partition-command/|Linux mount an LVM volume / partition command]]   *[[https://www.cyberciti.biz/faq/linux-mount-an-lvm-volume-partition-command/|Linux mount an LVM volume / partition command]]
 =====NFS===== =====NFS=====