On Monday, 22 November 2021 16:44:07 AEDT hd via luv-main wrote:
> I have been a Linux hobbyist for a while (?10 years?), and have been
> using Mandriva and Open Suse.
> Due to software availability and support I am looking to move to Fedora.

I think Debian has more software.

> I have the install disk for Fedora WS 35.
> I am having trouble in the Fedora setup with setting up my disk
> structure.  I have not used LVM previously, and suspect that is what I
> don't understand or cannot control.

Don't use it.  Nowadays storage use cases can be roughly divided into things 
for which a single Ext4 filesystem is best, things for which BTRFS is best, 
and things for which ZFS is best.

BTRFS and ZFS in different ways offer better solutions to the things that LVM 
tries to solve while also protecting you against data corruption.

> My current opensuse system has 5 disk drives, mounted at /, /home,
> /srv/dbStore with the others in my primary user name area.  / is BtrFS,
> with the others all being XFS.  (Until trying to install Fedora, I was
> not aware BtrFS included a logical volume manager)

BTRFS doesn't do exactly what LVM does, it does subvolumes and snapshots at 
the filesystem level instead of the block device level.

BTRFS is now the default for Fedora.

> In the Fedora install I want to reproduce my existing disk structure,

Why?

> and retain existing data on all disks except / (and efi, swap and biosboot)
> (I generally have two boot options - and share my file structure
> between both.  I then do a clean operating system install every 12
> months.  I'm happy to think about changing this procedure and my
> constraints - but not now ...)

Install Debian and then never do a reinstall, just use apt to upgrade.

> I have been trying multiple Fedora installation options and
> cannot find a way to mount the disks without reformatting them and
> converting to LVM.  I have not seen XFS mentioned as an option in the
> installation.

As David said you could install with a single disk and then add the other 
disks.

I recommend having a BTRFS RAID-1 on SSD for root and /home and a BTRFS RAID-1 
on hard drives for bulk storage.

If you have many disks use ZFS with RAID-Z for bulk storage and BTRFS RAID-1 
for root.

-- 
My Main Blog         http://etbe.coker.com.au/
My Documents Blog    http://doc.coker.com.au/

_______________________________________________
luv-main mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to