LVM | Logical Volume Management | Combining Drives Together

Ғылым және технология

Let's go over LVM. Logical Volume Management is a staple on the fedora distro and an option on many other Linux distros. So today, I will be adding another physical hard drive to an existing volume and showcasing the power of LVM!
LVM Guide - www.christitus.com/lvm-guide/ .
►► Digital Downloads ➜ www.cttstore.com
►► Reddit ➜ / christitustech
►► Titus Tech Talk ➜ / titustechtalk
►► Twitch ➜ / christitustech

Пікірлер: 256

  • @youneskun
    @youneskun4 жыл бұрын

    next time you forget sudo just hit: 'sudo !!' after , it will execute previous cmd with sudo ,)

  • @ruirosado6289

    @ruirosado6289

    2 жыл бұрын

    I thought you were jocking but i tried it anyway. It was quite a surprise. Thanks for the tip. lol

  • @Cecep91

    @Cecep91

    8 ай бұрын

    If you are in zsh shell, press esc 2x do the same thing. Nice feature btw

  • @brookerobertson2951

    @brookerobertson2951

    6 ай бұрын

    200 IQ ❤

  • @WReCk3000

    @WReCk3000

    6 ай бұрын

    DUDE I have used Linux off and on for a decade, and started daily driving on all my machines a year ago. I'm glad I'm still finding cool stuff like this I didn't know. Thanks!

  • @listocastillo6453

    @listocastillo6453

    5 ай бұрын

    Bruh. U saved me hours.

  • @stilianstoilov3728
    @stilianstoilov37283 жыл бұрын

    No need to run resize2fs. You can just give -r parameter to lvextend which will do the filesystem resizing automatically. Anyway, nice video :)

  • @ForrestRhoads
    @ForrestRhoads4 жыл бұрын

    Really great video, Chris. I had largely avoided lvm, because I hadn't seen it all laid out in one place and wasn't exactly sure I knew what I would be doing. This makes the process accessible. Thanks much!

  • @matiasbarrios7983
    @matiasbarrios79834 жыл бұрын

    Regarding the drawbacks you mentioned about LVM, one way to deal with them is to have a RAID layer below LVM. That way you used the logical drives from the RAID configuration instead of using "real" drives as PVs. Its very hard to lose data that way.

  • @drinkyoz1986
    @drinkyoz19863 жыл бұрын

    I came across this video after hours of searching. This has saved me a lot more hours. Excellent. Thank You!!

  • @TheB3n0
    @TheB3n04 жыл бұрын

    And I was avoiding LVM as I couldn't figure out how it works :D Now waiting for BTRFS video

  • @Vox_Unius
    @Vox_Unius4 жыл бұрын

    Hi Chris. An addition ere: LVM doesn't necessarily have to use partitions. It can be built on any set of any block devices: partitions, raw drives, RAID devices, files, memory, etc. Things can go really crazy with it.

  • @InspiredInsights4U

    @InspiredInsights4U

    2 жыл бұрын

    So if I have a second hard drive that has some data on it but I want to combine it with another one will that data be lost when I add it to a new group

  • @Vox_Unius

    @Vox_Unius

    2 жыл бұрын

    @@InspiredInsights4U Yes. Basically, when you extend a partition, you'll also extend a filesystem to that drive, which practically means reformatting it.

  • @squadramunter
    @squadramunter4 жыл бұрын

    Thanks Chris for teaching me how to extend the LVM. I knew how to setup LVM's but never knew how to extend them with more drives. Another good thing about LVM are creating snapshots using Timeshift. If you have LVM configured using BTRFS it is super powerfull with creating snapshots.

  • @gb9800
    @gb9800 Жыл бұрын

    First 5 minutes are all I needed to understand in a simple way the whole point of LVM. Thanks

  • @TheDocufilm
    @TheDocufilm11 ай бұрын

    Thank you very much for this, I've come back to this multiple times in the last years. It has made my life so much more easier. Also thanks for your other vids, they are really a great help.

  • @patthesoundguy
    @patthesoundguy4 жыл бұрын

    I was just wondering all about LVM over the last few days! Thanks for reading my mind.

  • @musicalneptunian
    @musicalneptunian4 жыл бұрын

    Three weeks ago I went totally Ubuntu. During installation I was offered to install using the LVM system. No idea what that was. But I said yes anyway.

  • @ChrisTitusTech

    @ChrisTitusTech

    4 жыл бұрын

    This is how most people are introduced to it hehe. I know my introduction was doing a fedora install and I went "WTF... my home doesn't have all the space of my 120 GB drive!"

  • @musicalneptunian

    @musicalneptunian

    4 жыл бұрын

    @@ChrisTitusTech I have tried some of your commands in my ubuntu terminal. Looks like I have one massive partition of 2 TB ;)

  • @wujekcientariposta

    @wujekcientariposta

    4 жыл бұрын

    To this day I could not see it's use. I typically use one partition for /root and one for /home and the installation offered to set up lvm. No other options. Maybe make the installation offer to set up disc caching or some raid, but it just did lvm and I could not see any benefit of it, It's a click and forget thing. I assumed you could do something cool with it but ultimately when I wanted to have a system ssd and a 2x hdd raid 0 /home i went with mdadm because lvm is explained literally nowhere at all. Pointless to add it to the install and explain and do nothing with it.

  • @CustomNameHere

    @CustomNameHere

    4 жыл бұрын

    @@wujekcientariposta Volume management doesn't have a lot of use for home users, but is very handy in an enterprise environment. For example, database files and their indexes can be separated into different logical volume groups and extended as required. System log files grow over time and if left unattended can cause issues. Being able to quickly extend a volume can help. Etc...

  • @jx9467

    @jx9467

    3 жыл бұрын

    @@ChrisTitusTech You remind me of Saul Goodman.

  • @Shambolicoholic
    @Shambolicoholic3 жыл бұрын

    Passing -r to the lvextend command will automatically resize the FS for the extended LV. So, in this case it would be "lvextend -l +100%FREE -r /dev/vg1/lv1" so then you don't need the final resize2fs call. Great video, thanks!

  • @PoeLemic
    @PoeLemic4 жыл бұрын

    I watched. Wow, I wish you would have been the Instructor that I had during one of the early Linux classes. How you explain it and simplify it out, is what more Instructors need to do. Also, the split screen -- with the commands in the background -- is incredibly helpful; also, as you work in the Terminal windows, is what I wish would have been presented when I was in courses for this. It would have helped drive it home. Most of our stuff was just walk through some tutorial steps, and it really didn't deepen the knowledge. It was rote learning, instead of "real learning" like this. Now, I feel more comfortable with disk organization. [Also, I plan on becoming a Patreon too for you.]

  • @camarosmith21
    @camarosmith214 жыл бұрын

    Great video Chris, used LVM about 10 years ago when I first found Linux. Also loving the System 47 LCARS screensaver in the background rather than both doing Cmatrix.

  • @taxaction1
    @taxaction14 жыл бұрын

    This vid is way above my GNU/Linux grade, but I still enjoyed it. Thanks for sharing Chris Titus Tech.

  • @andthesunsets
    @andthesunsets4 жыл бұрын

    This is by far the best explanation of LVM. thx!

  • @odpisani981
    @odpisani9814 жыл бұрын

    LVM rules....but I don't use it so often I always need to re-learn from the scratch :D Thank you for the great video. It is very helpful.

  • @AnzanHoshinRoshi
    @AnzanHoshinRoshi4 жыл бұрын

    Thank you, Chris. Excellent topic.

  • @pseudorealidad7305
    @pseudorealidad73054 жыл бұрын

    10/10 best explaination i've seen of this. Thank you!

  • @RobinCawthorne
    @RobinCawthorne3 жыл бұрын

    Yeah man, gotta say you know how to simplify and relay info to the layman. Nicely done.

  • @BinaryAdventure
    @BinaryAdventure Жыл бұрын

    Wow, you're a lifesaver; thanks for making this video! I had like 200MB left in my /home directory and This was my only viable solution. I am not a storage expert and do not do this stuff on a daily, weekly, or even yearly basis.

  • @ratchetrussell2694
    @ratchetrussell26944 жыл бұрын

    I love your channel your tutorials have helped me immensely. I'm currently working as a support tech fresh out of college just switched over to fully over to linux for work (using Ubuntu) haven't looked back XD

  • @chromerims
    @chromerims Жыл бұрын

    Super helpful comments section to accompany a pretty fine video 👍 1. Pass -r to lv extend; elim. resize2fs 2. Pvcreate doesn't need a f/s prerequisite or even a partition. Indeed pvcreate can ingest any block device such as a disk (partitioned or raw) or a partition (whether formatted with a f/s or not). Kindest regards, neighbours.

  • @hewfrebie2597
    @hewfrebie25974 жыл бұрын

    A few days I bought a Samsung SSD of 1TB for games specifically and other files as well. Thanks for making this video and keep up the good work Uncle Chris.

  • @dingokidneys

    @dingokidneys

    4 жыл бұрын

    I would just mount it into the file system as Chris has done with his 2tb drive for the same purpose. You don't need LVM for that. In fact it just complicates things.

  • @pavlospilakoutas
    @pavlospilakoutas4 жыл бұрын

    Oh man, i wouldnt dare do this on a live box. It takes some practice to be sure of what im doing. Great vid though as always 👍

  • @padhumavathix4563

    @padhumavathix4563

    4 жыл бұрын

    Z

  • @AniviaS
    @AniviaS3 жыл бұрын

    Thank you very much, this is the easiest to follow video on this topic

  • @junaidmufti85
    @junaidmufti854 жыл бұрын

    That is the best tutorial of a linux command-set I have ever EVER seen. Subscribing Now.

  • @DavidKing-wk1ws
    @DavidKing-wk1ws4 жыл бұрын

    Hey the screen looks like my Commodore 128 :) Very useful video depending on what you want to do with a given computer. I found myself watching a couple of times since im experimenting with linux. Thank you.

  • @pichonPoP
    @pichonPoP4 жыл бұрын

    Thank you. I've been struggling with this topic for 3 years, but never give a hand. Perhaps I'm on vacation now. I'll definitely try this soon

  • @midhun4495
    @midhun44952 жыл бұрын

    Cristal clear and Excellent explanation . THANK YOU

  • @Icepenguins101
    @Icepenguins1014 жыл бұрын

    A perfect video to discuss on my birthday Chris :) (and btw this is Jayden Montoya)

  • @DavidHaras
    @DavidHaras10 ай бұрын

    Hi, thank you for this really good and simple guide on using LVM it helped me setup my system the way I want it to be.

  • @goldendune9600
    @goldendune96003 жыл бұрын

    This was the best explanation I've seen

  • @TheCocoaDaddy
    @TheCocoaDaddy4 жыл бұрын

    Great tutorial! Thanks for posting!

  • @rv-ollie
    @rv-ollie4 жыл бұрын

    Chris, it would be a great follow-up to manage LVMs using cockpit, say on CentOS 7 or 8. You'll need to add the RPM cockpit-storaged.

  • @alexandrudicu5212
    @alexandrudicu52122 жыл бұрын

    Fantastic explanation!

  • @adenigba
    @adenigba9 ай бұрын

    Much love to you man.... Excellent lessons...

  • @ToallpointsWest
    @ToallpointsWest4 жыл бұрын

    LVM one of the best tools ever made!! Easy mirrors, easy volume expansion!

  • @smac3691
    @smac36914 жыл бұрын

    You have to use LVM if you do full disk encryption. If you use that, knowing these commands can help you get into your data if grub doesn't boot since you have to mount the LVMs to get in.

  • @praetorxyn

    @praetorxyn

    4 жыл бұрын

    Since when? I've always done it but you should be able to use LUKS without an LVM partition. It might be more difficult if you have multiple partitions, but if you just had: /boot/efi -> EFI System Partition /boot -> Boot partition / -> Root partition It should work exactly like LVM on LUKS. The Arch wiki even has instructions for LUKS on a partition.

  • @smac3691

    @smac3691

    4 жыл бұрын

    Oh man, doing full disk encryption on a bootable computer without using the installer or without LVM would be a pain. By putting it all under the LVM you can be sure your swap, home and root directories are encrypted. However, you are right that you can use LUKS on a drive, external drive, USB, etc., and I do that all the time for encrypted backups. Works really well.

  • @praetorxyn

    @praetorxyn

    4 жыл бұрын

    Smac You think that's a pain? I had a setup like this once on a laptop. If you booted, it would load Windows. But if you booted with a USB drive I kept on my Keychain, it would boot into the rEFInd bootloader (because it's just better than Grub in every way IMO), and then if you selected Arch it would prompt for a LUKS password, it would use this password to decrypt an 8192 KB LUKS encrypted key file, and then use the decrypted key file and an external LUKS header to decrypt the LVM partition, then mount the USB drive at /boot, and mount the volumes. Then I could unplug the USB drive. The encrypted key file gave two factor authentication (something I had, the USB drive, something I knew, the password for the key file), and the LUKS header being external gave plausible deniability, as without it you couldn't prove the encrypted partition was encrypted and not just unallocated. That took me maybe a week to figure out, because I had to modify Arch's encrypt hook to handle it. It was the first "bare metal" Linux install I ever did, and I did it to see if I could after finding a guide to do a similar setup on Gentoo. I had a little shell script to automate the install, so I'd basically put that on the Arch live USB, move it to the laptop, run the script and reboot, if it didn't work, edit the script and start over. I still have that script on my Nextcloud I think.

  • @smac3691

    @smac3691

    4 жыл бұрын

    @@praetorxyn I wanted to set something like that up. It really is super security. I wonder to what degree you can even tell a partition is there without the boot loader, is it entirely random without any headers? Thats good plausible deniability.

  • @praetorxyn

    @praetorxyn

    4 жыл бұрын

    Smac As far as I understand it, I think you can tell it's a partition, if I remember right, but with an internal header you can tell it's encrypted. With an external header, there's no proof it's encrypted and not just empty space. I got the idea after reading about a situation where a court ordered a woman to decrypt something, but they were able to do it because they had a recording of her telling somebody that something they were looking for was in the encrypted place. Something like that. If they can't prove that a specific thing they are looking for is on your encrypted device, they can't order you to decrypt it. Sadly, this is all theoretical. In reality, it's more like this: xkcd.com/538/

  • @unavailavle123
    @unavailavle1234 жыл бұрын

    Loving the Trek theme on the back

  • @jeffshee8969
    @jeffshee89693 жыл бұрын

    Thanks for your excellent tutorial!

  • @danawhiteisagenius8654
    @danawhiteisagenius86543 жыл бұрын

    Great explanation sir!

  • @benriful
    @benriful4 жыл бұрын

    The way you've explained it is analogous to using LVM as a software RAID 0. There are other options though, effectively similar to normal RAID. As a sample of where it gets used extensively: Synology and QNap use LVM to define their "RAID" setups. When you delve into the finer details you'll note they also define physical and logical volumes, even for their RAID 5/6 setups. Just like a RAID 0 is hardly ever recommended, I would also never recommend a LVM volume simply spanning across several disks. Same reason, if any one of those disks develop a problem you loose all of the data across all of them. I would definitely suggest anyone attempting LVM on data they don't absolutely hate, to look at lvmraid and adding parity to your LVM groups / volumes. And even after that, make backups, RAID (not even RAID 1) is also no substitute for a true backup.

  • @rv-ollie
    @rv-ollie4 жыл бұрын

    I likely misunderstood you when you said LVM is not used much. Actually. Many distros use LVM out of the box. Also, we've used LVM in the Enterprise for years. Great when you have planned ahead and need to grow LV in an emergency. Though I do miss ZFS from Solaris days. Now that was easy to use.

  • @ChrisTitusTech

    @ChrisTitusTech

    4 жыл бұрын

    These days, I almost demand businesses store everything in ZFS. The only other storage I find acceptable is RAID 10, but there are a lot of requirements for RAID to be used, such as a separate controller that is a brand name and I buy everything in duplicate. Call me paranoid, but I've done several disaster recoveries and I just don't mess around with the less reliable stuff these days.

  • @denkozlov4220
    @denkozlov42202 жыл бұрын

    Many thanks a lot for the vid, it was very informal for me

  • @djlalorocks
    @djlalorocks8 ай бұрын

    Excellent video, very helpful

  • @starypiard
    @starypiard4 жыл бұрын

    In businesses LVM is great for storing evergrowing data that can't be easily protected by the filesystem. For example a database that gets replicated to a different host. If a drive fails, you switch the production traffic to the replica and just recreate the main db host after replacing the faulty drive. This setup allows for easy expansion of space for the db while ensuring high availability. Kind of a standard practice for reliability on the cheap.

  • @CorvusNumber6
    @CorvusNumber64 жыл бұрын

    Can't believe the difference in audio quality from the early days, so crisp and clear now!

  • @PvMLad
    @PvMLad2 жыл бұрын

    Awesome video thank you so much!

  • @DanielPeraalta
    @DanielPeraalta4 жыл бұрын

    Very well explained @Chris Titus Tech, that was just what I was looking for, thanks a lot for the effort! Just one doubt though, supposing I have a LVM, with multiple logical partitions, composed by 3 disks. If somehow I loose my motherboard or even one of the drives. How am I supposed to recover my files? I mean, what I should expect by plugging the two other drives in another PC setup?

  • @user-hg6jk1ny7b
    @user-hg6jk1ny7b11 ай бұрын

    Thanks for posting this totally helped get the cobwebs out of my head

  • @eirinispanopoulou112
    @eirinispanopoulou1124 жыл бұрын

    Excellent!!! Thank you so much

  • @fjahn78
    @fjahn784 жыл бұрын

    Hi Chris, love your videos. You can also use the whole disk instead of partitions. It just has to be unpartitioned.

  • @icesport333
    @icesport333 Жыл бұрын

    Thank you very much. This clip is really helpful.

  • @chuvke
    @chuvke4 жыл бұрын

    Hi Chris, great tutorial on LVM. It would be great to see you make a part2 that would cover resizing logical volumes or replacing a physical volume. One remark: you formatted the partition with ext4 which is not needed I think because the FS of the logical volume will be used; pv create also says it is wiping the ext4 headers (and making it an LVM partition type)

  • @dingokidneys

    @dingokidneys

    4 жыл бұрын

    When setting up the partition, you need to identify the filesystem type it is to house. Just part of the required partition meta-data. This is then happily overridden by the LVM tools with the real filesystem.

  • @yvrelna

    @yvrelna

    4 жыл бұрын

    @@dingokidneys That is incorrect, the only reason Chris needed to specify the filesystem is because he's using Gparted, which is a high level tool that combines both partition management and filesystem management. If you used a lower level partitioning tool like fdisk, then you would not need to set a filesystem. Also, AFAIK filesystem type isn't part of partition metadata, but rather filesystem metadata.

  • @chromerims

    @chromerims

    Жыл бұрын

    @@yvrelna helpful 👍 thx.

  • @dmbrv
    @dmbrv4 жыл бұрын

    great video

  • @justinbagdon5116
    @justinbagdon51164 жыл бұрын

    Not gonna lie I was kind of scared but it worked out great thanks man.

  • @kaede15
    @kaede154 жыл бұрын

    Nice quick tutorial. Starting a project to implement it on a distributed file system like lizardfs or glusterfs (not decided yet) with a dozen of pies with 10GB drives.

  • @puripatratanaarpa4066
    @puripatratanaarpa4066 Жыл бұрын

    Thanks for your explaination. I'm not English native but your speak easy to listen.

  • @haideraliasghar7483
    @haideraliasghar74834 жыл бұрын

    You're the Life Saver!

  • @KingNick4000
    @KingNick40003 жыл бұрын

    Have to love this man 😁

  • @yvrelna
    @yvrelna4 жыл бұрын

    You can resize btrfs filesystem on the fly too. You just need to use "btrfs filesystem resize max /mnt/xxx" (in most common configuration) or "btrfs filesystem resize :max /mnt/xxx" (if you spread the filesystem over multiple devices). It's safe to continue using the filesystem while it's being resized. Unlike most other filesystem resizing, btrfs can only be resized while mounted (i.e. it's always online resizing). And unlike resizing ext4 partition which only supports online extension, both shrinking and extending of btrfs can be done online.

  • @gavenchan
    @gavenchan3 ай бұрын

    thank you for the wonderful explanation.

  • @isaacmaag1294
    @isaacmaag12942 жыл бұрын

    Love the video

  • @PatrioticGestalt
    @PatrioticGestalt7 ай бұрын

    I had to use your tutorial today. Still pertinent.

  • @lemonsquese8117
    @lemonsquese81174 жыл бұрын

    It's like your doing magic @Chris Titus Tech

  • @lucasruedaok
    @lucasruedaok3 жыл бұрын

    Thank you so much

  • @nickoct7472
    @nickoct74724 жыл бұрын

    I used to do the same thing. I would LVM everything including my backup folder which I symlinked to every reinstall. That is untill I bought an M.2 drive and suddenly half my sata connections disappeared including my backup LVM partition which was made up of three hard drives. At first I didn't know what had happened so I reluctantly erased and reinstalled my backup drive. I haven't used LVM since. But still I love LVM.Could you do a part explaining the snapshot process. I watched multiple videos explaining it but I still haven't got a clue what they were on about. Great video Thanks

  • @WR250a

    @WR250a

    4 жыл бұрын

    on many motherboards, installing a m.2 drive will disable at least 2 sata ports. depends on which m.2 port you put it in. most boards have 1 m.2 wired to the cpu, and any more wired through the chipset, along with most or all the sata ports. if you install a m.2 into the slot wired to the chipset, sata lanes will be disabled. this is most likely why your drives disappeared.

  • @bertnijhof5413
    @bertnijhof54134 жыл бұрын

    LVM a solution that was modern 10 years ago. I prefer ZFS (or even BTRFS) now, the concepts and the 2 commands are simpler and it would also improve the throughput of your disks by striping the data over those disks/partitions. It has a lot of other advantages like compression, encryption, raid-configurations, snapshots, clones, built-in (incremental) backups, memory and SSD caching too. Another great concept are the properties for each dataset (main folders), you can use it to define/change compression method, network file sharing (Windows or NFS), mount points, read-only, executables allowed, quotas (maximum allowed space), reservations (minimum reserved space), copies (kind of mirroring of that folder only), etc.

  • @ChrisTitusTech

    @ChrisTitusTech

    4 жыл бұрын

    I agree with you Bert! I'd prefer ZFS EVERY SINGLE TIME! There is no scenario where I would use LVM over a ZFS solution.

  • @peterdegelaen

    @peterdegelaen

    4 жыл бұрын

    10 years is not really accurate. I started using LVM in 1996 under AIX. That's more than 20 years ago.

  • @bertnijhof5413

    @bertnijhof5413

    4 жыл бұрын

    @@ChrisTitusTech Once in my Life I used LVM in ~2005. I had a Pentium II (400MHz) with two 2 GB disks lying around and I wanted to install Ubuntu 5.04 from a PC Magazine CD. However Ubuntu needed more than 2 GB. That was the only time, I used LVM and it was also my first look at Linux :) :) I remembered that Ubuntu experience, when I got annoyed in 2008 by a new dual core Dell laptop with a very slow disk, desperately trying to run the original Windows Vista without the service packs.

  • @chromerims

    @chromerims

    Жыл бұрын

    ​@@bertnijhof5413 ​Thank you for the comments 👍 esp. ZFS being preferable to LVM. Here in 2022, it seems like ZFS is still a top choice. Also some folks are looking into Longhorn's potential. Kindest regards, neighbours and friends.

  • @esra_erimez
    @esra_erimez4 жыл бұрын

    You can mirror and stripe with LVM. Also, I believe that you can add cache drives to LVM.

  • @ChrisTitusTech

    @ChrisTitusTech

    4 жыл бұрын

    You are correct! this is an option when creating the Volume group I think the options are -s and -m respectively.

  • @stevefiorito5379
    @stevefiorito53792 ай бұрын

    My 7TB Fileserver started out with a Raid 2 setup. Transitioned to LVM after that. It's been pretty trouble free ... no drive failures.

  • @mactavish9578
    @mactavish9578 Жыл бұрын

    Legend of the linux system

  • @chiahsianghung6519
    @chiahsianghung65193 жыл бұрын

    I am a bit curious, what happens if I use USB stick as LVM extension on a laptop and turn on the laptop while accidentally removed the USB? Will the machine boot normally after I plug the USB back and reboot?

  • @MaxLeeIT
    @MaxLeeIT4 жыл бұрын

    I do know the benefits you mentioned about lvm, looking forward to a video that tells the bad part. For example, if one of the hard disk fails :p

  • @goldendune9600

    @goldendune9600

    3 жыл бұрын

    Everything is lost

  • @reshmaparveen1748
    @reshmaparveen17484 жыл бұрын

    You can use -r flag with lvextend and it will automatically resize your file system

  • @guzmanolivera1861
    @guzmanolivera18614 жыл бұрын

    Thanks for sharing this! Could you make a video on how to configure LVM on Proxmox VE? Just as a suggestion, I think it would be nice, what do you think?

  • @scififreak2540
    @scififreak25403 жыл бұрын

    I figured out that you dont have to create a single large partition with a filesystem in it, you can just use sdb as a whole, you dont even need to create a partition table. Thats why it says "1 disk" at 6:25. I also found it strange that you created a filesystem within sdb1 since thats something one would do with the devfile of the logical volume. Thats why it asks "Wipe it" at 9:20, after that there is no file system anymore. With btrfs you can also add whole disks to a file system, thats the reason why i tested this with lvm. Still, thanks for the video.

  • @cgam1416
    @cgam14164 жыл бұрын

    Chris, Isn't more secure to use a raid configuration that will also take care of grouping different hard disks? Of course that limits you to same size hard drives (unless you accept to loose some space on larger HDs) Is it possible to implement a sort of Raid on top of LVM?

  • @Black_Swan68761
    @Black_Swan687613 жыл бұрын

    Thanks for sharing the video. I followed your video and tried to increase to increase the swap partition to 8GB, but it's still showing 1GB and when i type lvscan here is the output i see ACTIVE '/dev/vgubuntu/swap_1' [

  • @nomanharoon3882
    @nomanharoon38822 жыл бұрын

    Chris if we installed ubuntu without LVM and just with standard installation, than how can we do it from there, In this video you have already setup LVM and taught us that how to add and increase space, but in case we installed without LVM support, than how can we do that. Please

  • @raauger
    @raauger4 жыл бұрын

    Hi Chris. You partitioned the disk with type "ext4" - ID 83. Why not ID 8e Linux logical volume manager?

  • @Ogami79
    @Ogami794 жыл бұрын

    nice!!

  • @vanpeters9751
    @vanpeters97512 жыл бұрын

    I got smr drives should I use lvm2

  • @tonydanielscorner
    @tonydanielscorner4 жыл бұрын

    Cool bro

  • @AdventuresofAwesomeJoe
    @AdventuresofAwesomeJoe2 жыл бұрын

    I have a second SSD, instead of expanding, I would like to only have home and program files go to the second drive and not my OS drive. Is their a video with instructions for that? I have a fresh install of Ubuntu LVm 20.4 on a PCIE M.2 256gb. The second drive is SATA 1TB that already has files on it from my previous Ubuntu.

  • @esra_erimez
    @esra_erimez4 жыл бұрын

    Would you look into linux network block devices for a possible video with respect to LVM?

  • @bruceroberts529
    @bruceroberts5293 жыл бұрын

    Hi Chris, have you used UnionFS? with Snapraid? It would seem better if there is a HDD failure.

  • @inessilva1174
    @inessilva11743 жыл бұрын

    PV need to be the same size?or the same type?

  • @lowellhouser7731
    @lowellhouser77314 жыл бұрын

    LVM + XFS is VERY handy for cloning your boot drive to install a new larger boot drive. Run CLonezilla(or use DiskDestroyer if you dare) to easy clone your drive, then grow the partition to take up the free space.

  • @chromerims

    @chromerims

    Жыл бұрын

    Here in 2022. Nice channel, yours 👍 incl. 1950s and big bear. Good comment re LVM + XFS. I think ZFS is a top choice, too. Kindest regards.

  • @jeffshee8969
    @jeffshee89694 жыл бұрын

    Hi, nice info! I was just about to add another disk to my system. I have some questions: 1. Can I mix SSD and HDD? Suppose that I already have a LVM partition on a SSD, can I extend the volume with the new added HDD? 2. If (1.) is possible, is it safe to do so? Any disadvantage of mixing drives? thanks ^^

  • @stilianstoilov3728

    @stilianstoilov3728

    3 жыл бұрын

    1. Yes you can do that

  • @f133ty
    @f133ty4 жыл бұрын

    GParted: In your video I saw that you used GParted to create a partition with an ext4 file system, then immediately overwrote it with pvcreate. Note that GParted can create an empty partition by selecting "unformatted" file system. Also GParted can create a PV by selecting "lvm2 pv" file system. However as you video is concentrating on using LVM on the command line the later is probably not what you want in this case.

  • @MrsPillows
    @MrsPillows2 жыл бұрын

    This is good. I was trying to do that using KDE partition manager or even with Gparted, and I could not do it. Only this worked. Why though? Thank you!

  • @ezequielpartida5846
    @ezequielpartida58462 жыл бұрын

    Hello Christ.. Great videos!!... Is it possible to create a Mirrored Volumes with LVM?... I have a WIndows PC with 256gb SSD as C: and added two 4gb partitions Miirrored since they will be used for backups. I would prefer to use Linux instead of windows.. Windows Partition Manager converted them to GPT and gave me an option to create New Mirrored Volume. Thanks in advance.

  • @Mr_nah
    @Mr_nah4 жыл бұрын

    What is the difference between raid0 and LVM (in case if you lose a physical disk) will you lose all data? I used to use LVM a lot. But this thing is really bothering me

  • @ChrisTitusTech

    @ChrisTitusTech

    4 жыл бұрын

    Raid 0 does striping while LVM does not by default. LVM can do both Striping and Mirroring, but it is an option you set when doing the Volume Group.

  • @dingokidneys

    @dingokidneys

    4 жыл бұрын

    Yes, in this LVM configuration. Lose one disk and all data is gone. Backup! However you can use RAID with/within LVM for data security. You just need to set it up correctly from the start.

  • @nickkorolev1245
    @nickkorolev12454 жыл бұрын

    Good afternoon. How to replace one 2GB drive with two 1GB drives in VG ?

  • @giganticyufka
    @giganticyufka4 жыл бұрын

    thanks. I did all of this via gnome disk utility app

  • @rekostarr7149
    @rekostarr71493 жыл бұрын

    I installed with LVM but when running vgscan it says "reading volume groups from cache"... and that's it! what the heck?! I also don't know how to build new volume group since I cannot include /home into the group!

  • @walterdavisii8936
    @walterdavisii8936 Жыл бұрын

    how do I mount an LVM to a Samba server? I can't figure this part out. I also cant "touch" a file to my lvm. i created the LVM during installation.

  • @christianfloreck8347
    @christianfloreck83472 жыл бұрын

    Thanks for this video. However in my understanding the partion type of the physical volume has no influence on "extend" option. Even more, You don't need to put an the partition on the disk at all. However the filesystem on the logical volume should be ext4.

Келесі