Day 15 | 100Days IT Corporate Bootcamp | Linux Logical Volume Manager (LVM) | Why LVM ? 🔥🔥🔥

Поделиться
HTML-код
  • Опубликовано: 27 авг 2024
  • #engrabhishekroshan
    In this Video I have Explained About Linux Logical Volume Manager (LVM)
    1.What is LVM
    2.Why LVM
    3.Architecture of LVM
    4.Components of LVM
    Join this channel to get access to perks:
    / @engrabhishekroshan
    Watch Hindi Playlist of Linux 100+ Realtime Scenario based interview Questions and Answers
    अब हिंदी में
    Part 1 • Linux 100 + Realtime S...
    Part 2 • Linux 100 + Realtime S...
    AWS 300 + Realtime Scenario based Interview questions and answers explained in detail
    Part 1 : • AWS 300 + Realtime sce...
    Part 2 : • AWS 300 + Realtime sce...
    Part 3 : • AWS 300 + Realtime Sce...
    Part 4 : • AWS 300 + Realtime Sce...
    Watch English Playlist of Linux 100 + Realtime Scenario Based Interview Questions and Answers Explained in Detail
    Part 1 • Linux 100 + Realtime S... ( In this video I covered 8 Q&A)
    Part 2 • Linux 100 + Realtime S... ( In this video I covered 10 Q&A)
    Part 3 • Linux 100 + Realtime S... ( In this video I covered 10 Q&A)
    Part 4 • Linux 100 + Realtime S... ( In this video I covered 12 Q&A)
    Part 5 • Linux 100 + Realtime S... (In this video I covered 10 Q&A)
    Part 6 • Linux 100 + Realtime S... (In this video I covered 10 Q&A)
    Part 7 • Linux 100 + Realtime S... (In this video I covered 10 Q&A)
    Part 8 • Linux 100 + Realtime S... (In this video I covered 10 Q&A)
    Part 9 • Linux 100 + Realtime S... (In this video I covered 10 Q&A)
    Part 10 • Linux 100 + Realtime S... (In this video I covered 12 Q&A)
    Part 11 • Linux 100 + Realtime S... (In this video I covered 10 Q&A)
    Part 12 • Linux 100 + Realtime S... (In this video I have covered 10 Q&A)
    Part 13 • Linux 100 + Realtime S... (In This Video I have covered 1 Scenario based Interview Q&A ) Disclaimer: Copying, reproducing, or distributing this video content without permission is forbidden. Uploading, sharing, or using this content for any purpose, whether commercial or non-commercial, without the owner's explicit consent, will result in legal consequences. All rights reserved.

Комментарии • 11

  • @thiruppathijayavel395
    @thiruppathijayavel395 3 месяца назад

    Yes, very good real time explanation.

  • @saruyadavloveujindgi8496
    @saruyadavloveujindgi8496 4 месяца назад +1

    Logical Volume Manager (LVM) is a software tool that is used in Linux systems to manage the storage space
    on hard drives.
    LVM creates logical volumes, which are virtual partitions that can be resized dynamically and span multiple
    physical disks.
    *lsblk
    *pvcreate /dev/xvdb
    *pvs
    *vgcreate volume_group1 /dev/xvdb /dev/xvdc
    *vgs
    *lvcreate -L +5G -n logical_volume1 volume_group1
    *df - h
    *lvextend -L+5G /dev/volume_grouo1/Logical_volume1

  • @rutrathod7064
    @rutrathod7064 4 месяца назад +1

    Hii abhisekh sir i respect your efforts
    I have one question
    I want to become linux system administrator without technical background i only depends on my skills what your opinion?

    • @EngrAbhishekRoshan
      @EngrAbhishekRoshan  4 месяца назад +1

      Click the link below to connect with me
      ruclips.net/channel/UCn2ZGN0TEGhgoDDiT8S3m4wjoin

  • @tkbff7348
    @tkbff7348 4 месяца назад +1

    Hi Abhishek
    In case server down how to recover ?
    please explain in detailed one video
    Thank You

  • @rajasekhary7830
    @rajasekhary7830 4 месяца назад

    Inreal time which primary or extend partion we use

    • @EngrAbhishekRoshan
      @EngrAbhishekRoshan  4 месяца назад

      In real-time systems, primary partitions are often preferred over extended partitions. This is because primary partitions offer faster access times, which are crucial in real-time environments where quick response and processing are essential. Additionally, primary partitions provide better reliability and stability compared to extended partitions, making them a more suitable choice for critical real-time applications.