Logical Volume Management - What is LVM & how to use it (and WHY you should use it)

Поділитися
Вставка
  • Опубліковано 20 тра 2024
  • Logical Volume Management is a great way to expand your drive space by simply adding additional hard drives. LVM lets you expand your available space on the fly without even needing to reboot. In this video I'll explain what Logical Volume Management is, how LVM's work, and why you should use them. I'll also show you how to extend an LVM (or, grow an LVM) and the extra steps in extending a swap parition.
    My LVM cheat sheets : github.com/Dorian-DS/LVM-Chea...
    blocks to convert to LVM (I have not tried this!) : github.com/g2p/blocks#readme
    Patreon Support : / doriandotslash
    00:00 Intro
    00:20 Options for expanding
    01:20 Cheat Sheet
    01:38 What is LVM?
    02:05 The system I'm using
    03:00 Converting ext to LVM
    03:31 Getting started with additional drive
    04:10 Partition new drive to LVM
    04:55 Understanding the layout
    07:06 Extend the Volume Group to new drive
    07:53 Extending a swap volume
    10:58 Extending the root volume
    14:56 Downsides
    15:58 Key point you need to know
    #Linux #LVM
  • Наука та технологія

КОМЕНТАРІ • 117

  • @dragosgeorge2651
    @dragosgeorge2651 18 годин тому

    So beautifully explained! And I used the word beautifully instead of clear because not only it makes it crystal clear but it does it in a way which makes you appreciate the beauty of the LVM feature! Thank you for this lesson, it is so much clearer what LVM is.

  • @daveshouldaine2520
    @daveshouldaine2520 3 роки тому +21

    i don't understand how did i live without your channel, you're really good speaker and explainer!

  • @internetsnacks150
    @internetsnacks150 3 роки тому +18

    Thanks for the share.
    I never knew what LVM stood for and always ignored it.
    Now I know. Thanks

    • @Doriandotslash
      @Doriandotslash  3 роки тому +1

      Welcome :)

    • @earthobservation4all796
      @earthobservation4all796 2 роки тому

      @@Doriandotslash I have installed ubuntu 20.04 by selecting LVM (encryption). now I need to make a partition for my logical volume, please help? Thanks

  • @NickFlames
    @NickFlames 2 роки тому +5

    Just use symlinks/mount points. Done. No need to install/manage something. LVM is a thing when you do a server solution, like FTP/SSH backup storage, when you want to store a big amount of data on only one partition. On desktop it's quite useless, only creates a lack of reliability and management issues in any case. Keep it simple. The solution depends on a scenario.

  • @BrilianK
    @BrilianK 11 днів тому

    Excellent explanation. The visual illustrations also extremely helpful on understanding LVM. Thank you so much Dorian!

  • @namorcaz
    @namorcaz 3 роки тому +5

    Thank you for coming back!

  • @MrNoBSgiven
    @MrNoBSgiven 2 роки тому +2

    Finally, sombody was able to explain to me how logical volumes work. Thank you!

  • @ShaunakHub
    @ShaunakHub 3 роки тому +4

    "NO NO NO! Not the Terminal" LOL - made my day!
    Great tutorial. Thanks so much! Always wondered why I should use LVM..

  • @stevejordan1968
    @stevejordan1968 2 роки тому +3

    I’ve watched a few if your videos as I’m researching returning to Linux after twenty years. They were so helpful and well explained that I had to subscribe. Many thanks.

    • @Doriandotslash
      @Doriandotslash  2 роки тому +2

      That's great to hear! Thank you so much and thanks for subscribing :)

  • @starkxz
    @starkxz 2 роки тому

    Thanks for the awesome tutorial 😀

  • @kompeter
    @kompeter Рік тому

    Amazing video! Just what I needed.

  • @johnvanwinkle4351
    @johnvanwinkle4351 3 місяці тому

    Thanks for the explanation. Nice video!

  • @seanpaul7069
    @seanpaul7069 Рік тому

    Thanks for the content. Very useful Sir.

  • @saadhafeez1197
    @saadhafeez1197 2 роки тому

    Really cool. Learned a lot, thanks.

  • @tinybiznet
    @tinybiznet 3 місяці тому

    Awesome! Thank you!

  • @edwinrosales6322
    @edwinrosales6322 Рік тому

    Great tutorial,, thank you!

  • @DanCalloway
    @DanCalloway 3 роки тому +1

    Great advice. I run LVM already on one of my Linux OSes and like it a lot.

  • @authenticpoppy
    @authenticpoppy 3 роки тому

    Awesome video and thanks for the cheat sheets! This solved a problem that I have, but was unsure how to express as a question without looking like an idiot. Thank you! 🤩 BTW, I got here through the Linux Mint Resources Telegram.

  • @emmanuelpoirier4602
    @emmanuelpoirier4602 Рік тому +1

    great vid.
    you could make it clearer at the beginning by stating what benefits you can get from lvm.
    Question: the partitions yoi created with lvm are then extended and spanning several physical disks which bring more failure points on the physical disk subsystem.
    Let's say that after extending your main disk partitions on another similar sized disk, you see that in the future both disks will be full and thus a new extension will be needed. BUT you decide then to move all the lvm volumes to a single big disk. Is it possible?

  • @bartoszt1315
    @bartoszt1315 3 роки тому

    Great explanation, thanks!

  • @trevordoxsey4475
    @trevordoxsey4475 6 місяців тому

    Thanks simplified my /home ssds

  • @maximusiot4020
    @maximusiot4020 Рік тому

    Excellent video... liked and subscribed for more contents...

  • @myfavouritecolorisgreen
    @myfavouritecolorisgreen 2 роки тому

    great tutorial
    could you cover installing a btrfs filesystem accross multiple drives. say 1 ssd for the operating system and 1 hdd for data.

  • @curmudgeoniii9762
    @curmudgeoniii9762 2 роки тому

    Would be nice to explain the why's and wherefores. Why use LVM? what do logical vol's do, why use. What are all the benefits of using LVM?

  • @GlorytoTheMany
    @GlorytoTheMany Рік тому +2

    Shrinking VGs are not that incredibly hard, but you certainly have to know what you are doing. You might need to reinstall the bootloader if the boot device is affected. Sometimes you may need to swap entire PVs where pvmove is your friend. In case you shrink an LV, the file system needs to be shrunk first which may require unmounting the FS that is problematic if that's your root FS. You need to boot another system (such as a Live CD) to pull that off or use a file system which supports online shrinking in the first place (such as BTRFS). I also recommend getting familiar with software RAID over LVM, because it's super-useful to add data redundancy on top of LVM benefits.

    • @chjadam
      @chjadam 9 місяців тому

      👌

  • @vicrod74
    @vicrod74 Рік тому

    Very good video. Are there any redundancy properties to this similar to RAID?

  • @fly1ngsh33p7
    @fly1ngsh33p7 3 роки тому +2

    So if I'm going to build a new desktop computer, should I install it using LVM - just to be able to expand easily in the future?
    Also, are ther other downside besides shrinking not being a real option - like e.g. performance loss?
    Finally, is there _really_ no GUI-way to do this? (I don't mind the terminal, but it seems so odd, considering the capabilities for example of GParted)

    • @Doriandotslash
      @Doriandotslash  3 роки тому +1

      If you want to easily expand in the future, yes. For me personally, I keep all my personal and project files in a separate partition which I regularly backup. So I don't mind just wiping and starting from scratch anytime. Performance for LVM is no different than using any other. There is slight overhead, but not noticeable. At the time of this video, no there's no official GUI to do this. But this also isn't something you need to do often, if at all. So it's hardly an issue most of the time.

  • @marianorodrigocc
    @marianorodrigocc 2 роки тому

    ok, you get more speed doing this? like a raid system?

  • @jmtikka
    @jmtikka 3 роки тому

    By the way, it's a pity that nobody maintains the great system-config-lvm anymore. It was so easy and intuitive to use.

  • @FOSSGuru
    @FOSSGuru Рік тому

    I wonder how this compares to the performance of RAID 0 (if at all) or if you would have to use LVM over top of the RAID to get the best of both worlds. People think I'm crazy when I tell them I want to use RAID 0 but you can't deny the results on paper. It has the highest I/O performance and on a server that is being used for just backup, I don't care about redundancy as I already that covered on the client side.

  • @custardflux9277
    @custardflux9277 3 роки тому

    Great video, I have a 128gb ssd as my main drive with a 1 TB Hdd as storage. Is it ok to mix ssd with a hdd using lvm?

    • @Doriandotslash
      @Doriandotslash  3 роки тому +2

      Thank you! Yes it’s fine. You’ll notice that some things loads fast and some slower depending on what disk it is.

    • @custardflux9277
      @custardflux9277 3 роки тому +2

      @@Doriandotslash Cheers Dorian, followed your instructions and it works a treat, will save a lot time not having to move files around when the ssd fills up!

    • @Doriandotslash
      @Doriandotslash  3 роки тому

      @@custardflux9277 Great to hear!

  • @earthobservation4all796
    @earthobservation4all796 2 роки тому

    Thank you for your nice tutorial, I have installed ubuntu 20.04 by selecting LVM (encryption). now I need to make a partition for my logical volume, please any help highly appreciated. Thanks

    • @Doriandotslash
      @Doriandotslash  2 роки тому

      I'm not sure what you're asking. You already installed Ubuntu on LVM and you want to make another one?

    • @earthobservation4all796
      @earthobservation4all796 2 роки тому

      @@Doriandotslash Thank you for your quick reply. I have installed Ubuntu 20.04 by selecting LVM (with Encryption). The default logical storage volume is about 923GB. I want to make this volume to 300GB(for data) and remain the other as it is. so how can I make a partition for that?

  • @SMGJohn
    @SMGJohn Рік тому

    Why is there no spanned volume option on Linux similar to Windows? I just want to JBOD SPAN 3 drives, LVM seems awfully complicated for something that requires 6 button presses in Windows.

  • @jmtikka
    @jmtikka 3 роки тому

    Reducing a filesystem (other than root) is actually quite easy. First you have to reduce the file system size with resize2fs or something else if you are not using ext4. Reduce the file system to a safe size leaving a safe margin for lvreduce to operate. Next shrink the LV using lvreduce and the extend the filesystem to fill the entire logical volume with resize2fs again.
    This is not possible for the root file system because the filesystem must be unmounted. For the root filesystem you have to boot from another boot media.
    You can also move the extents making up a logical volume from one disk to another but that is an advanced technique.
    For added safety I use LVM over mdraid which has worked for me for ages. For simplicity I don't extend my VGs over multiple PVs, but mdraid makes it easy to swap one disk at a time to a larger one and once I have extended the underlying mdraid I can grow my filesystems using the appropriate LVM commands.
    When I was working with servers that had their storage on reliable external storage systems, extending volumes by adding new PVs was the norm.

    • @Doriandotslash
      @Doriandotslash  3 роки тому

      Yes I’ve done all these steps many times. Booted off of USB, pvmove the data etc. only worked twice ever. I just wouldn’t recommend it at all personally. Too much risk of data loss.

    • @jmtikka
      @jmtikka 3 роки тому

      I happen to have a mini notebook that I had to reinstall last spring because the current versions of the major desktops don't work on it anymore. I accidentally created a boot partition that is too small but that was most likely the default option in the installer.
      Since this particular laptop is generating quite large initial ramdisks, the boot partition cannot hold more than two kernels at once which is a pain in the "donkey". I was going to attach a USB drive and pmove my vg to the external drive, boot from a rescue image, and then (after resizing) move the vg back to the original disk.
      Bot your experiences have made me consider an easier and safer way. I'll just boot the rescue image and do the entire thing from there. The first thing I need to do is to reduce the size of the root lv since some of its extents are at the end of the vg.
      Thanks for you warning although I have never had any problems with pmove especially when running from the operating system that is using the vg's.

  • @estudiordl
    @estudiordl 3 роки тому

    So what about a disk failure? Does the volume gets down to the size of the other disk or the entire setup crash? The data on the surviving disk can be recovered or just gets corrupted? I never tried dividing volumes into different disk... 🤔 (yeah I know, backups, backups, backups 😅)

    • @Doriandotslash
      @Doriandotslash  3 роки тому

      LVM doesn’t provide redundancy, so a disk failure is still data loss

  • @rahulchakrabarty9083
    @rahulchakrabarty9083 3 роки тому

    I usually have duel boot along side windows. Now in case of ubuntu if I go for "something else" option (because I want to have separate partition for /home) I cannot have lvm.

    • @Doriandotslash
      @Doriandotslash  3 роки тому

      You should still be able to change the partition type to LVM if you edit the partition can you not?

  • @NoEgg4u
    @NoEgg4u 3 роки тому

    I believe that most motherboards have built-in RAID controllers, and most RAID controllers support "JBOD" (just a bunch of disks).
    Assuming the above is correct (please let me know if I am mistaken), then I believe that you can use the hardware's RAID controller's JBOD option to add more disks, and it is probably easier than the LVM software option.
    It has been a long time since I purchased a motherboard (or new computer, which will have a new motherboard). So I am uncertain as to the inclusion of RAID controllers and the JBOD option.

    • @Doriandotslash
      @Doriandotslash  3 роки тому +2

      You could do this yes, if you only need a basic setup. You can also put LVM across a RAID array. LVM is just easy to expand on the fly. And what I didn't cover is that you can also have multiple volume groups. So if you have 3 drives, you can have 2 VG's, where each VG takes up 1.5 disks.

  • @toddrlyons
    @toddrlyons 3 роки тому

    If one of the drives is nearing end-of-life, how simple is it to clone and swap a replacement?

    • @Doriandotslash
      @Doriandotslash  3 роки тому

      If you want to just clone a drive, and the new drive is the same size of larger than the one you're replacing, you can just boot from a USB and run "sudo dd bs=32M status=progress if=/dev/sdX of=/dev/sdY
      Now make sure the sdX is the device name of your old disk and sdY is the device name of your new disk. When complete, shut down, unplug old drive and boot up. Should work right off the bat, but of course make sure you've done backups.
      If you have issues, you can swap the new disk back to the old one and no harm done. There's a much longer way of extending groups/volumes to the new drive, moving data, and then removing the old disk, but the dd clone method I mentioned above should work and is pretty easy.

    • @toddrlyons
      @toddrlyons 3 роки тому

      @@Doriandotslash OK, but to replace a failing drive using this method without affecting your system, would it have to be the same size as the dying drive? Would a larger capacity replacement throw off the LVM scheme, which now has more storage with the same number of drives?

    • @Doriandotslash
      @Doriandotslash  3 роки тому

      @@toddrlyons The new drive can be larger. And then you can use the lvm tools to extend into the remaining free space to make your VG and LV's larger.

  • @bigblackbird9956
    @bigblackbird9956 2 роки тому

    If one of my drives will be broken could I recover the data from another drive?

    • @Doriandotslash
      @Doriandotslash  2 роки тому

      Unfortunately no. But you can install lvm on raid to provide redundancy and recover from drive failures that way.

  • @ruwn561
    @ruwn561 3 роки тому +1

    Just an update , for the last few years LVM supports raid 1 thru 5 etc. And thin provisioning.

    • @Doriandotslash
      @Doriandotslash  3 роки тому

      Yes, but that's not what I'm showing in this video. This is great for easy expansion when backups are already in place of course. But if I really needed reliable fault tolerance, I would probably do LVM over hardware-based RAID 5/6/10. But at this point I may not even bother with LVM depending on the requirements and purpose of the system.

  • @AtomToast
    @AtomToast 3 роки тому

    Can you give me a TLDR on RAID vs LVM? When should I use which?

    • @Doriandotslash
      @Doriandotslash  3 роки тому +1

      If you need fault tolerance for very imporant data, or data that needs to be online 24/7, then RAID is what you need. LVM can also do RAID but it is software-based. In my experience, if you're doing RAID, use a hardware-based solution.
      If you're running a system where you might want to expand your storage in the future and you have backups in place, LVM is a good easy solution. Now I'm not saying in the first sentence that if you have RAID that means you don't need backups. You should always have a backup solution in place for important data.

  • @mpsii
    @mpsii 3 роки тому +2

    What happens if you lose a physical drive in the limit?

    • @Doriandotslash
      @Doriandotslash  3 роки тому

      Then you unfortunately lose the data. LVM is not redundant like a true RAID array. Like always, backups are very important. Even a RAID system can completely fail. This is why even though I run RAID arrays at work, we still do regular backups.

    • @EduardoBattaglia
      @EduardoBattaglia 3 роки тому

      @@Doriandotslash But you can set up RAID in LVM. I have 3 PVs, 1 VG, and 2 LVs. One LV is normal LV, and the other is a RAID mirrored over the 3 PVs

    • @Doriandotslash
      @Doriandotslash  3 роки тому

      @@EduardoBattaglia Yes but that’s not what I’m demonstrating in this video. I personally don’t like using software-based raid either. If I need to use raid for a system then I want it to be hardware based and independent of the OS and software running.

  • @TheJackal917
    @TheJackal917 3 роки тому +1

    Is the process itself same across all Linux distros? Because I want to move away from Windows and looking for an appropriate Linux alternative.

    • @Doriandotslash
      @Doriandotslash  3 роки тому +1

      Pretty much yes. The important thing is to install as LVM from the start. So as long as a distro supports installing to LVM you can just follow these steps.

    • @TheJackal917
      @TheJackal917 3 роки тому

      @@Doriandotslash thamks! Are you also doing reviews of different distros and their unique features? I've heard that Linux newbies should use Ubuntu or Mint or Zorin OS, but I've heard that Arch is the best option as it has no updates issues? Any opinion? Thanks.

    • @Doriandotslash
      @Doriandotslash  3 роки тому +1

      @@TheJackal917 Arch can have issues, which is why I recently switched to Debian. I made a video about that. Check my channel as well. I have lots of distro reviews. And don't forget to subscribe for more in the future ;)

  • @sveu3pm
    @sveu3pm 3 роки тому

    what if one disk fails, then you lose data on all 3?

    • @Doriandotslash
      @Doriandotslash  3 роки тому +1

      In a basic setup like this, yes. So make sure you have backups in place. But you can also setup RAID within LVM. Or, you can setup a RAID array and put LVM on it.

  • @voodooyam
    @voodooyam 2 роки тому

    also if you leave free space you can take snapshots

  • @judclark7376
    @judclark7376 3 роки тому +2

    why would you want to use LVM over a ZFS raidz2?

    • @Doriandotslash
      @Doriandotslash  3 роки тому

      While I haven't tried with zfs, it seems that extending an lvm to a newly added disk is much easier (from what I've read).

    • @frdjuh
      @frdjuh 3 роки тому

      @@Doriandotslash _zpool add_ is all you need to add one or more disks.

    • @Doriandotslash
      @Doriandotslash  3 роки тому

      @@frdjuh To raidz2? That's not what I've read.

    • @frdjuh
      @frdjuh 3 роки тому

      @@Doriandotslash No, to extend your pool with an extra _raidz_ . Your pool can exist of any number of raidz1, raidz2, mirror or single vdevs. In one vdev, like raidz2, you can only replace drives (optional with larger ones).

    • @Doriandotslash
      @Doriandotslash  3 роки тому +1

      @@frdjuh Right. So like the original question was here, regarding raidz2, it can't expand. With LVM, you can. That's what I answered.

  • @uzefulvideos3440
    @uzefulvideos3440 3 роки тому +1

    Btrfs filesystem RAID sounds like the superior solution in any way.

    • @Doriandotslash
      @Doriandotslash  3 роки тому +1

      Btrfs RAID is not true RAID though. And Btrfs is only now starting to become more popular, like Fedora using it out of the box. The disadvantage is that snapshots in btrfs can be compicated to manage from an external boot environment. Which makes recovery and repairs difficult. There are definitely good thing with btrfs though, and I will also be covering it in the future!

    • @uzefulvideos3440
      @uzefulvideos3440 3 роки тому

      ​@@Doriandotslash Btrfs RAiD performs the same parity calculations as any other RAID implementation, just on a per-file basis for more flexibility.

    • @Doriandotslash
      @Doriandotslash  3 роки тому

      @@uzefulvideos3440 I'm talking about the RAID functions being performed by hardware vs software

    • @uzefulvideos3440
      @uzefulvideos3440 3 роки тому

      ​@@Doriandotslash Software RAID isn't hardware RAID, but it's still RAID. It wouldn't make sense to call one thing "real RAID" and the other not, they're basically doing the same things, just in one case managed by software and in the other one by hardware. There also normally are other important differences of course, but those are not essential for the disambiguation.

    • @uzefulvideos3440
      @uzefulvideos3440 3 роки тому

      The "software RAID isn't real RAID" thing probably comes from times before ZFS was a thing. Still didn't make much sense though, just because a solution is much inferior doesn't push it into another category.

  • @AndersJackson
    @AndersJackson 3 роки тому

    Actually, it is LVM 2. :-)
    Great video. If you want redundancy, you add LVM on top of software RAID.
    It is EASY to change to larger disks if you have LVM.
    It is easy to enlarge a logical partition in LVM, and then expand the files system.
    You really doesn't need to think about what is on those physical disks. That is up to LVM.
    I usually NEVER extends the Logical volume to max of volume group. It is good to have some spare size. It is ALWAYS easier to expand a lv and filesystem. Much harder to reduce file system size then add size.
    Always remember to not reduce the file system size smaller then the underlaying logical volume/disk. So reduce in right order. And no, I never had any issue reducing size.

    • @Doriandotslash
      @Doriandotslash  3 роки тому +1

      Good advice. I guess I haven’t had luck reducing for some reason, even after rechecking the proper steps and order. For redundancy though, I would personally only use hardware RAID since it cannot be affected by any software/OS/kernel failures or lockups.

    • @AndersJackson
      @AndersJackson 3 роки тому +1

      @@Doriandotslash thanks.
      I prefers to use Softeware RAID, as a hardware that go bust you have to replace with the same hardware and firmware.
      Software RAID you can just move to another computer.

  • @boorno1406
    @boorno1406 3 роки тому +1

    Isn't encryption the main thing you'd wanna use LVM for? To be honest, this just sounds useless to me. Maybe a short term solution, but I don't see it being viable in the long run. Sooner or later you will have to swap hard disks, and there's nothing you can do about that, so my question is: why even bother with LVM as a means of increasing storage space? From my perspective, you're simply adding more steps to achieve the same goal, and on top of that you're putting your data at risk. On the other hand, encryption is obviously extremely useful, since there's no reason you wouldn't want your data protected, other than convenience. Am I missing something here?

    • @Doriandotslash
      @Doriandotslash  3 роки тому

      In a complete storage solution, you would also be running backups. I've managed systems that had triple backup solutions for extra redundancy, 2 to SAN arrays and 1 to tape. In the even you replace disks, you can do so and then restore all the data from backups. But now you're approaching enterprise solutions.

  • @dan_
    @dan_ 3 роки тому +1

    LVM has always confused me. Not because I don't understand how it works, but because I can't think of a scenario where it makes sense to add more than one physical disk to a volume group. The act of doing so doubles/triples/quadruples the risk of losing all your data (scaling with how many PVs you add to the VG), as well as taking away your ability to control which data goes on which disk (ie. if you want to keep backups on your slow drive and games on the fast one, or for any other reason), for the benefit of what - the ability to dynamically add more space to a single partition? Is that really worth the trade off, compared to just... making a new partition? I'm sure in the enterprise environment it can be very useful, but can anyone give me any use cases where it makes sense at home to have more than one disk in a VG?

    • @Doriandotslash
      @Doriandotslash  3 роки тому

      You can place LVM on top of a striped RAID array for redundancy and protection against failed disks. You can also configure LVM itself to act as RAID as well, but I didn't get into that in this video. This would be good for people who deal with large amounts of data, like photo and video editors, or someone who has a ton of games maybe. It's especially useful for server application, where if you run out of disk space, you can just add more disks to your array, or add another entire array to the system.

  • @premier69
    @premier69 3 роки тому

    why isn't physical spelled fysical? is that too logical or am i missing something?

  • @marcin6386
    @marcin6386 2 роки тому

    If one disk fails - all data on all disks is lost. Yup?

    • @Doriandotslash
      @Doriandotslash  2 роки тому

      With this method, yes, sort of. LVM configured like this provides no redundancy. But it may be possible to restore some files from the remaining disks but it would not be easy.

  • @jonathandawson3091
    @jonathandawson3091 2 роки тому

    What's the point of expanding when you can't even replace failing hard disks.

  • @wojmar2428
    @wojmar2428 3 роки тому

    For virtually environment there are no reason to use LVM

    • @Doriandotslash
      @Doriandotslash  3 роки тому

      Yes and no. You can use a virtual environment to test out LVM's. You can also use LVM in a virtual environment and add virtual disks if you're unable to expand a VD due to physical space limitation. Or you can use LVM on the host so you can always expand space available for the VM's.

  • @stephenrex83
    @stephenrex83 Рік тому

    Holy shit this is my first time using Linux and I don't get it......at all I've used windows all my life n this seems really complicated or like it's for nerds.... no offense but ya I just want a regular OS and I liked the way ubuntu looks but wth

    • @stephenrex83
      @stephenrex83 Рік тому

      Can u recommend a more simple Linux distro because I'm already lost n all I did was install this

  • @naskue4187
    @naskue4187 3 роки тому

    "it's not that hard" yes. But, if gui programs were made, you can find yourself away from the terminal alot more

    • @Doriandotslash
      @Doriandotslash  3 роки тому

      Yes but it was designed from a Unix volume manager, which was primarily used for servers that don't run GUIs. It does however have its uses for regular desktops as well. There were a couple of GUIs for it that never really took off.

    • @naskue4187
      @naskue4187 3 роки тому

      @@Doriandotslash becaise of two reasons . hard to understand on not premoted by video. they may have fourms floating around, but heres the thing with that. No one is going to read them if no one has given it to them.

  • @harryhall4001
    @harryhall4001 Рік тому

    Yeah this is actually a really dangerous way to add storage to a machine. It's almost as bad as RAID 0, because if either drive fails you are going to loose data. Unlike RAID 0 though you won't lose ALL data hopefully. A much better option is to combine this with some form of RAID like lvmraid or MD RAID. Better yet just use a filesystem like ZFS or BTRFS that you can add drives too and has support for RAID and redundancy, and it also does check-summing to protect data integrity.
    Edit: lvm-raid is in fact base on MD RAID, though I suspect you can set them up independently if you really want to.

  • @LuxuriantCarrot
    @LuxuriantCarrot 3 роки тому

    first