Re: to lvm or not lvm is my dillema
David Ritchie via Ale <[email protected]>
| Newsgroups | gmane.org.user-groups.ale |
|---|---|
| Message-ID | <CAND+qjds52Nhb5qcgjhnwT5ga8g8gQjEsk_1aqHT2CJ2UA5bmA@mail.gmail.com> |
LVM is more flexible, once you understand that the physical volumes are
entirely managed by lvm. It has better capability to mirror file systems
and to migrate extents onto larger media if needed. It has a bit of a
learning curve:
create a volume group using vgcreate (even if only single drive)
pvcreate the physical volume(s)
lvcreate logical volumes ( you may want create dedicated lvols for /,
/home, /boot, /tmp for example).
mkfs the file systems for each of these volume.
mkdir any needed mount points.
mount the file systems to the mount points.
make certain mounts are in /etc/fstab to reestablish after reboot.
If you are doing this with an initial install, much of this can be set up
as part of the install process.
Physical drive partitions with only / are subject to getting filled up@;$
halting the system. I would suggest using LVM for anything that is not a
quick temporary install.
— Dave
On Thu, Jan 1, 2026 at 16:51 Calvin Harrigan via Ale <[email protected]> wrote:
> Depends. What do you want to do?
> Simply, do you want to create a single 512GB volume (Linear/JBOD), or
> something more intricate like striping(raid 0) or mirroring(raid1).
> Understanding there are pros and cons for each approach.
>
>
> On 1/1/2026 4:44 PM, Narahari Lakshminarayana via Ale wrote:
> > Friends:
> >
> > I am installing DEBIAN on my ASUS motherboard based desktop.
> > I am at the stage where it is asking me to partition the disks.
> >
> > NVMe-1 blank 256GB
> > NVMe-2 Window 11 exists from broken laptop 256GB
> >
> > Does it make sense to install LVM ?
> >
> > What does it get me ?
> >
> > -N
> >
> > _______________________________________________
> > Ale mailing list
> > [email protected]
> > https://mail.ale.org/mailman/listinfo/ale
> > See JOBS, ANNOUNCE and SCHOOLS lists at
> > http://mail.ale.org/mailman/listinfo
>
>
> --
> Calvin Harrigan
>
> _______________________________________________
> Ale mailing list
> [email protected]
> https://mail.ale.org/mailman/listinfo/ale
> See JOBS, ANNOUNCE and SCHOOLS lists at
> http://mail.ale.org/mailman/listinfo
>
_______________________________________________
Ale mailing list
[email protected]
https://mail.ale.org/mailman/listinfo/ale
See JOBS, ANNOUNCE and SCHOOLS lists at
http://mail.ale.org/mailman/listinfo