SlideShare a Scribd company logo
1 of 30
A Primer for Beginners
Paul W. Frields
Presented by
Red Hat, Inc.
Licensed under a Creative Commons Attribution-ShareAlike (BY-SA) 3.0 license. http://creativecommons.org/by-sa/3.0/
Linux File Systems
Today's Topics
Disks and partitions
Logical Volume Management (LVM)
File system formats
Concentration is on practical use by
home/desktop users
Disks and Partitions
What kind of disks?
SATA – most laptops and home desktops)
IDE, SCSI – mainly outdated
Fibre Channel, Infiniband, and others – high
end
In most cases, your hard disk is probably the
device node /dev/sda
RAID
Redundant Array of Inexpensive Disks
Combine two or more disks into a group that is
managed together
Sacrifices storage capacity for fault tolerance
Avoid for today – this is an hour on its own!
What are partitions?
Divide your disk into usable areas
A map/table at the top describes the layout
In complex setups (>4 partitions), it becomes a
linked list
Most dual-boot systems fall into this category
Each successive table points to another table
further down the disk, and so on...
You need three
/boot – used to bootstrap the GRUB loader
and kernel
swap – used by the kernel to shift older data
out of RAM when memory gets tight
/ (also called “root”) – everything else can be
stored here
Everything in root?
Linux does not have a C: drive, D: drive...
Everything is unified under top level / folder
Under this, /bin, /etc, /var, etc.
How you break up file systems under this is up
to you – let’s look at reasons for and against...
Why break things up?
Guard against “out of space” problems that
might affect the running system
Lets you re-install OS without touching data (try
that on Windows with just a C: drive!)
Why not?
Complexity of understanding partitions
Complexity of management
Figuring out where you ran out of space
Figuring out where you need more space
“But, I have a 640 GB drive, it can’t be full!”
What’s on
your disk? (df)
Installer defaults
Depends on the Linux distro
Most installers pick a good default
DON’T worry about it if you don’t have to
DO note the layout so you can understand
implications
“Disks” tool
LVM
Logical Volume Management
Turns storage into areas that can be flexibly
adjusted after the fact
Don’t use this for /boot or swap
Some installers use by default
Generally a good idea since you may want to
reallocate space later
Adds a level of abstraction (complexity)
LVM concepts
PV (physical volume) – a partition or disk that’s
been added to the LVM pool
VG (volume group) – one or more PVs
connected under a single name and managed
together
LV (logical volume) – a portion of a VG which is
formatted with a file system (like a partition
would be)
From disks to LVs
LVM utilities
pvscan, pvs, pvcreate, pvremove, pvchange...
vgscan, vgs, vgcreate, vgchange, vgextend,
vgreduce, vgremove, vgsplit...
lvscan, lvs, lvcreate, lvchange, lvextend,
lvreduce, lvresize, lvremove, lvrename...
lvm shell utility
LVM system files
Boot time use of LVM defined in /etc/lvm
directory
/etc/lvm/lvm.conf – general configuration
/etc/lvm/backup/vg_name – backup of VG
definition (sizes, locations) – CAREFUL!
/etc/lvm/archive – stores previous
definitions of VGs
What’s on your
disk? (LVM)
Formatted file systems
Live on a partition or LVM logical volume (LV)
Provide orderly arrangement of files
Usually hierarchical (folders, subfolders)
Store file data and metadata (timestamps,
security details, size, etc.)
Examples are ext3fs, ext4fs, btrfs, NTFS, FAT
varieties
Linux and other OS’s
Linux reads and writes most other OS file
systems “out of the box”
The opposite is not necessarily true!
You can get drivers for Linux file systems for
Windows, MacOS
FAT and NTFS
Used primarily by Windows
Also removable media where manufacturer
can’t guess your OS (85-90% case)
NTFS is needed for larger storage (>4 GB)
HFS+ and beyond
Apple MacOS
Older HFS is quite rare nowadays but still
supported in Linux (moving to reaonly)
ext3 and ext4
Standard Linux file systems
Older ext2 not used as much anymore although
it’s basically compatible with ext3
ext3 added journaling capability
ext4 supports much larger file systems
What is btrfs?
Pronounced “better” or “butter eff ess”
Uses more modern file system design similar to
e.g. XFS to achieve higher levels of scalability
and performance for modern workloads
Still adding features and stability
Chances are you won’t need to decide to use;
your distro will pick if/when necessary
File system utilities
Show disk free space (df)
Show disk usage by files (du)
Make a file system (mkfs)
File system check/repair (fsck)
Mount/unmount file system (mount/umount)
The mount utility also shows curent mounts
Mounts
All separate formatted file systems, when
mounted, are part of the single hierarchy
A file system can be mounted on any directory
as a mount point
System defined mounts (used at boot) in the
/etc/fstab file
What’s on your
disk? (mounts)
Summary
Disks can be divided up into partitions
Partitions can be combined and split into LVM
storage
Partitions or LVM logical volumes are mounted
on the system to store files
Questions?
Licensestatementgoeshere.Seehttps://fedoraproject.org/wiki/Licensing#Content_Licensesforacceptablelicenses.
example@fedoraproject.org
Contact:

More Related Content

What's hot (20)

File Management
File ManagementFile Management
File Management
 
Linux commands Class 5 - 8 oct 2021
Linux commands Class 5 - 8 oct 2021Linux commands Class 5 - 8 oct 2021
Linux commands Class 5 - 8 oct 2021
 
Linux passwords class 4
Linux passwords class 4Linux passwords class 4
Linux passwords class 4
 
Files and directories in Linux 6
Files and directories  in Linux 6Files and directories  in Linux 6
Files and directories in Linux 6
 
101 4.4 manage disk quotas
101 4.4 manage disk quotas101 4.4 manage disk quotas
101 4.4 manage disk quotas
 
Storage memory
Storage memoryStorage memory
Storage memory
 
Module 1 introduction to Linux
Module 1 introduction to LinuxModule 1 introduction to Linux
Module 1 introduction to Linux
 
Deft
DeftDeft
Deft
 
Booy Up
Booy UpBooy Up
Booy Up
 
Installing Linux: Partitioning and File System Considerations
Installing Linux: Partitioning and File System ConsiderationsInstalling Linux: Partitioning and File System Considerations
Installing Linux: Partitioning and File System Considerations
 
Seminar 1
Seminar 1Seminar 1
Seminar 1
 
NTFS vs FAT
NTFS vs FATNTFS vs FAT
NTFS vs FAT
 
Microsoft Windows XP/OS Chapt03
Microsoft Windows XP/OS Chapt03Microsoft Windows XP/OS Chapt03
Microsoft Windows XP/OS Chapt03
 
Disk Management
Disk ManagementDisk Management
Disk Management
 
Module 3 Using Linux Softwares.
Module 3 Using Linux Softwares.Module 3 Using Linux Softwares.
Module 3 Using Linux Softwares.
 
Coal presentationt
Coal presentationtCoal presentationt
Coal presentationt
 
FAT vs NTFS
FAT vs NTFSFAT vs NTFS
FAT vs NTFS
 
101 4.3 control mounting and unmounting of filesystems
101 4.3 control mounting and unmounting of filesystems101 4.3 control mounting and unmounting of filesystems
101 4.3 control mounting and unmounting of filesystems
 
Ext filesystem4
Ext filesystem4Ext filesystem4
Ext filesystem4
 
File system performance
File system performanceFile system performance
File system performance
 

Viewers also liked

Presentation july 28_2015
Presentation july 28_2015Presentation july 28_2015
Presentation july 28_2015gkoytiger
 
Ingles shubert cáceres 1st b
Ingles shubert cáceres 1st bIngles shubert cáceres 1st b
Ingles shubert cáceres 1st benglishceppi2015
 
249023228 vjmun-rules-of-procedure
249023228 vjmun-rules-of-procedure249023228 vjmun-rules-of-procedure
249023228 vjmun-rules-of-procedureJaideep Sood
 
Lord's prayer maori slides
Lord's prayer maori slidesLord's prayer maori slides
Lord's prayer maori slidesroom15pukekohe
 
Racial discrepancies in the prison system
Racial discrepancies in the prison systemRacial discrepancies in the prison system
Racial discrepancies in the prison systemClint Cooper
 
Securing the Madiba Magic. Developing new Leadership DNA. 1
Securing the Madiba Magic. Developing new Leadership DNA. 1Securing the Madiba Magic. Developing new Leadership DNA. 1
Securing the Madiba Magic. Developing new Leadership DNA. 1Dr Brenda Hattingh
 
Patrick Visentin teaching CV2015
Patrick Visentin teaching CV2015Patrick Visentin teaching CV2015
Patrick Visentin teaching CV2015Visentin, Patrick
 
Precepts and vows
Precepts and vowsPrecepts and vows
Precepts and vowsBrian Lewis
 
Foro – feria 2015 tipo 1
Foro – feria  2015 tipo 1 Foro – feria  2015 tipo 1
Foro – feria 2015 tipo 1 Maira Bernal
 
Citrus College- NASA SL Preliminary Design Review
Citrus College- NASA SL Preliminary Design ReviewCitrus College- NASA SL Preliminary Design Review
Citrus College- NASA SL Preliminary Design ReviewJoseph Molina
 
Josh Hutton's CV
Josh Hutton's CVJosh Hutton's CV
Josh Hutton's CVJosh Hutton
 
Citrus College - NASA SL Criticla Design Review
Citrus College - NASA SL Criticla Design ReviewCitrus College - NASA SL Criticla Design Review
Citrus College - NASA SL Criticla Design ReviewJoseph Molina
 
Hpd 20 midi-imple_e02_w
Hpd 20 midi-imple_e02_wHpd 20 midi-imple_e02_w
Hpd 20 midi-imple_e02_wLuciano Ufrj
 

Viewers also liked (16)

Presentation july 28_2015
Presentation july 28_2015Presentation july 28_2015
Presentation july 28_2015
 
Ingles shubert cáceres 1st b
Ingles shubert cáceres 1st bIngles shubert cáceres 1st b
Ingles shubert cáceres 1st b
 
249023228 vjmun-rules-of-procedure
249023228 vjmun-rules-of-procedure249023228 vjmun-rules-of-procedure
249023228 vjmun-rules-of-procedure
 
Lord's prayer maori slides
Lord's prayer maori slidesLord's prayer maori slides
Lord's prayer maori slides
 
Acceptance Journeys: Whose Life Can You Change with Love?
Acceptance Journeys: Whose Life Can You Change with Love?Acceptance Journeys: Whose Life Can You Change with Love?
Acceptance Journeys: Whose Life Can You Change with Love?
 
Racial discrepancies in the prison system
Racial discrepancies in the prison systemRacial discrepancies in the prison system
Racial discrepancies in the prison system
 
Securing the Madiba Magic. Developing new Leadership DNA. 1
Securing the Madiba Magic. Developing new Leadership DNA. 1Securing the Madiba Magic. Developing new Leadership DNA. 1
Securing the Madiba Magic. Developing new Leadership DNA. 1
 
Patrick Visentin teaching CV2015
Patrick Visentin teaching CV2015Patrick Visentin teaching CV2015
Patrick Visentin teaching CV2015
 
Precepts and vows
Precepts and vowsPrecepts and vows
Precepts and vows
 
Foro – feria 2015 tipo 1
Foro – feria  2015 tipo 1 Foro – feria  2015 tipo 1
Foro – feria 2015 tipo 1
 
Citrus College- NASA SL Preliminary Design Review
Citrus College- NASA SL Preliminary Design ReviewCitrus College- NASA SL Preliminary Design Review
Citrus College- NASA SL Preliminary Design Review
 
El Saeed Sabry 2CV
El Saeed Sabry 2CVEl Saeed Sabry 2CV
El Saeed Sabry 2CV
 
Josh Hutton's CV
Josh Hutton's CVJosh Hutton's CV
Josh Hutton's CV
 
Citrus College - NASA SL Criticla Design Review
Citrus College - NASA SL Criticla Design ReviewCitrus College - NASA SL Criticla Design Review
Citrus College - NASA SL Criticla Design Review
 
Hpd 20 midi-imple_e02_w
Hpd 20 midi-imple_e02_wHpd 20 midi-imple_e02_w
Hpd 20 midi-imple_e02_w
 
Sis english new
Sis  english newSis  english new
Sis english new
 

Similar to Disks and-filesystems

Distributed File System
Distributed File SystemDistributed File System
Distributed File SystemNtu
 
Xen server storage Overview
Xen server storage OverviewXen server storage Overview
Xen server storage OverviewNuno Alves
 
Course 102: Lecture 26: FileSystems in Linux (Part 1)
Course 102: Lecture 26: FileSystems in Linux (Part 1) Course 102: Lecture 26: FileSystems in Linux (Part 1)
Course 102: Lecture 26: FileSystems in Linux (Part 1) Ahmed El-Arabawy
 
File system hiearchy
File system hiearchyFile system hiearchy
File system hiearchysritolia
 
Zettabyte File Storage System
Zettabyte File Storage SystemZettabyte File Storage System
Zettabyte File Storage SystemAmdocs
 
Zettabyte File Storage System
Zettabyte File Storage SystemZettabyte File Storage System
Zettabyte File Storage SystemAmdocs
 
File system Os
File system OsFile system Os
File system OsNehal Naik
 
Distributed file systems
Distributed file systemsDistributed file systems
Distributed file systemsSri Prasanna
 
Root file system for embedded systems
Root file system for embedded systemsRoot file system for embedded systems
Root file system for embedded systemsalok pal
 
Hadoop Distributed File System for Big Data Analytics
Hadoop Distributed File System for Big Data AnalyticsHadoop Distributed File System for Big Data Analytics
Hadoop Distributed File System for Big Data AnalyticsDrPDShebaKeziaMalarc
 

Similar to Disks and-filesystems (20)

Posscon2013
Posscon2013Posscon2013
Posscon2013
 
Distributed File System
Distributed File SystemDistributed File System
Distributed File System
 
Xen server storage Overview
Xen server storage OverviewXen server storage Overview
Xen server storage Overview
 
File system discovery
File system discovery File system discovery
File system discovery
 
CIT173_Ch15_Mnstr_23.pdf
CIT173_Ch15_Mnstr_23.pdfCIT173_Ch15_Mnstr_23.pdf
CIT173_Ch15_Mnstr_23.pdf
 
Course 102: Lecture 26: FileSystems in Linux (Part 1)
Course 102: Lecture 26: FileSystems in Linux (Part 1) Course 102: Lecture 26: FileSystems in Linux (Part 1)
Course 102: Lecture 26: FileSystems in Linux (Part 1)
 
Olf2013
Olf2013Olf2013
Olf2013
 
Linux
LinuxLinux
Linux
 
Edubooktraining
EdubooktrainingEdubooktraining
Edubooktraining
 
File system hiearchy
File system hiearchyFile system hiearchy
File system hiearchy
 
Zettabyte File Storage System
Zettabyte File Storage SystemZettabyte File Storage System
Zettabyte File Storage System
 
Zettabyte File Storage System
Zettabyte File Storage SystemZettabyte File Storage System
Zettabyte File Storage System
 
File system Os
File system OsFile system Os
File system Os
 
Distributed file systems
Distributed file systemsDistributed file systems
Distributed file systems
 
Root file system for embedded systems
Root file system for embedded systemsRoot file system for embedded systems
Root file system for embedded systems
 
Hadoop Distributed File System for Big Data Analytics
Hadoop Distributed File System for Big Data AnalyticsHadoop Distributed File System for Big Data Analytics
Hadoop Distributed File System for Big Data Analytics
 
Storage Managment
Storage ManagmentStorage Managment
Storage Managment
 
beginner.en.print
beginner.en.printbeginner.en.print
beginner.en.print
 
beginner.en.print
beginner.en.printbeginner.en.print
beginner.en.print
 
beginner.en.print
beginner.en.printbeginner.en.print
beginner.en.print
 

More from plarsen67

Containers in a Kubernetes World
Containers in a Kubernetes WorldContainers in a Kubernetes World
Containers in a Kubernetes Worldplarsen67
 
FREDLUG - Open Broadcast Studio - OBS
FREDLUG - Open Broadcast Studio - OBSFREDLUG - Open Broadcast Studio - OBS
FREDLUG - Open Broadcast Studio - OBSplarsen67
 
Bash and regular expressions
Bash and regular expressionsBash and regular expressions
Bash and regular expressionsplarsen67
 
Grub and dracut ii
Grub and dracut iiGrub and dracut ii
Grub and dracut iiplarsen67
 
Introduction to linux
Introduction to linuxIntroduction to linux
Introduction to linuxplarsen67
 
Open Source - NOVALUG January 2019
Open Source  - NOVALUG January 2019Open Source  - NOVALUG January 2019
Open Source - NOVALUG January 2019plarsen67
 
The ABC of Linux (Linux for Beginners)
The ABC of Linux (Linux for Beginners)The ABC of Linux (Linux for Beginners)
The ABC of Linux (Linux for Beginners)plarsen67
 
Kvm and libvirt
Kvm and libvirtKvm and libvirt
Kvm and libvirtplarsen67
 
JBoss Enterprise Data Services (Data Virtualization)
JBoss Enterprise Data Services (Data Virtualization)JBoss Enterprise Data Services (Data Virtualization)
JBoss Enterprise Data Services (Data Virtualization)plarsen67
 
Open shift 2.x and MongoDB
Open shift 2.x and MongoDBOpen shift 2.x and MongoDB
Open shift 2.x and MongoDBplarsen67
 
Fredlug networking
Fredlug networkingFredlug networking
Fredlug networkingplarsen67
 
Disks and-filesystems
Disks and-filesystemsDisks and-filesystems
Disks and-filesystemsplarsen67
 
Introduction to linux
Introduction to linuxIntroduction to linux
Introduction to linuxplarsen67
 
Intro fredlug
Intro fredlugIntro fredlug
Intro fredlugplarsen67
 
Lvm and gang 2015
Lvm and gang 2015Lvm and gang 2015
Lvm and gang 2015plarsen67
 
Bash and regular expressions
Bash and regular expressionsBash and regular expressions
Bash and regular expressionsplarsen67
 
Speed Up Development With OpenShift
Speed Up Development With OpenShiftSpeed Up Development With OpenShift
Speed Up Development With OpenShiftplarsen67
 

More from plarsen67 (18)

Containers in a Kubernetes World
Containers in a Kubernetes WorldContainers in a Kubernetes World
Containers in a Kubernetes World
 
FREDLUG - Open Broadcast Studio - OBS
FREDLUG - Open Broadcast Studio - OBSFREDLUG - Open Broadcast Studio - OBS
FREDLUG - Open Broadcast Studio - OBS
 
Bash and regular expressions
Bash and regular expressionsBash and regular expressions
Bash and regular expressions
 
Grub and dracut ii
Grub and dracut iiGrub and dracut ii
Grub and dracut ii
 
Introduction to linux
Introduction to linuxIntroduction to linux
Introduction to linux
 
Open Source - NOVALUG January 2019
Open Source  - NOVALUG January 2019Open Source  - NOVALUG January 2019
Open Source - NOVALUG January 2019
 
3d printing
3d printing3d printing
3d printing
 
The ABC of Linux (Linux for Beginners)
The ABC of Linux (Linux for Beginners)The ABC of Linux (Linux for Beginners)
The ABC of Linux (Linux for Beginners)
 
Kvm and libvirt
Kvm and libvirtKvm and libvirt
Kvm and libvirt
 
JBoss Enterprise Data Services (Data Virtualization)
JBoss Enterprise Data Services (Data Virtualization)JBoss Enterprise Data Services (Data Virtualization)
JBoss Enterprise Data Services (Data Virtualization)
 
Open shift 2.x and MongoDB
Open shift 2.x and MongoDBOpen shift 2.x and MongoDB
Open shift 2.x and MongoDB
 
Fredlug networking
Fredlug networkingFredlug networking
Fredlug networking
 
Disks and-filesystems
Disks and-filesystemsDisks and-filesystems
Disks and-filesystems
 
Introduction to linux
Introduction to linuxIntroduction to linux
Introduction to linux
 
Intro fredlug
Intro fredlugIntro fredlug
Intro fredlug
 
Lvm and gang 2015
Lvm and gang 2015Lvm and gang 2015
Lvm and gang 2015
 
Bash and regular expressions
Bash and regular expressionsBash and regular expressions
Bash and regular expressions
 
Speed Up Development With OpenShift
Speed Up Development With OpenShiftSpeed Up Development With OpenShift
Speed Up Development With OpenShift
 

Disks and-filesystems

  • 1. A Primer for Beginners Paul W. Frields Presented by Red Hat, Inc. Licensed under a Creative Commons Attribution-ShareAlike (BY-SA) 3.0 license. http://creativecommons.org/by-sa/3.0/ Linux File Systems
  • 2. Today's Topics Disks and partitions Logical Volume Management (LVM) File system formats Concentration is on practical use by home/desktop users
  • 4. What kind of disks? SATA – most laptops and home desktops) IDE, SCSI – mainly outdated Fibre Channel, Infiniband, and others – high end In most cases, your hard disk is probably the device node /dev/sda
  • 5. RAID Redundant Array of Inexpensive Disks Combine two or more disks into a group that is managed together Sacrifices storage capacity for fault tolerance Avoid for today – this is an hour on its own!
  • 6. What are partitions? Divide your disk into usable areas A map/table at the top describes the layout In complex setups (>4 partitions), it becomes a linked list Most dual-boot systems fall into this category Each successive table points to another table further down the disk, and so on...
  • 7. You need three /boot – used to bootstrap the GRUB loader and kernel swap – used by the kernel to shift older data out of RAM when memory gets tight / (also called “root”) – everything else can be stored here
  • 8. Everything in root? Linux does not have a C: drive, D: drive... Everything is unified under top level / folder Under this, /bin, /etc, /var, etc. How you break up file systems under this is up to you – let’s look at reasons for and against...
  • 9. Why break things up? Guard against “out of space” problems that might affect the running system Lets you re-install OS without touching data (try that on Windows with just a C: drive!)
  • 10. Why not? Complexity of understanding partitions Complexity of management Figuring out where you ran out of space Figuring out where you need more space “But, I have a 640 GB drive, it can’t be full!”
  • 12. Installer defaults Depends on the Linux distro Most installers pick a good default DON’T worry about it if you don’t have to DO note the layout so you can understand implications
  • 14. LVM Logical Volume Management Turns storage into areas that can be flexibly adjusted after the fact Don’t use this for /boot or swap Some installers use by default Generally a good idea since you may want to reallocate space later Adds a level of abstraction (complexity)
  • 15. LVM concepts PV (physical volume) – a partition or disk that’s been added to the LVM pool VG (volume group) – one or more PVs connected under a single name and managed together LV (logical volume) – a portion of a VG which is formatted with a file system (like a partition would be)
  • 17. LVM utilities pvscan, pvs, pvcreate, pvremove, pvchange... vgscan, vgs, vgcreate, vgchange, vgextend, vgreduce, vgremove, vgsplit... lvscan, lvs, lvcreate, lvchange, lvextend, lvreduce, lvresize, lvremove, lvrename... lvm shell utility
  • 18. LVM system files Boot time use of LVM defined in /etc/lvm directory /etc/lvm/lvm.conf – general configuration /etc/lvm/backup/vg_name – backup of VG definition (sizes, locations) – CAREFUL! /etc/lvm/archive – stores previous definitions of VGs
  • 20. Formatted file systems Live on a partition or LVM logical volume (LV) Provide orderly arrangement of files Usually hierarchical (folders, subfolders) Store file data and metadata (timestamps, security details, size, etc.) Examples are ext3fs, ext4fs, btrfs, NTFS, FAT varieties
  • 21. Linux and other OS’s Linux reads and writes most other OS file systems “out of the box” The opposite is not necessarily true! You can get drivers for Linux file systems for Windows, MacOS
  • 22. FAT and NTFS Used primarily by Windows Also removable media where manufacturer can’t guess your OS (85-90% case) NTFS is needed for larger storage (>4 GB)
  • 23. HFS+ and beyond Apple MacOS Older HFS is quite rare nowadays but still supported in Linux (moving to reaonly)
  • 24. ext3 and ext4 Standard Linux file systems Older ext2 not used as much anymore although it’s basically compatible with ext3 ext3 added journaling capability ext4 supports much larger file systems
  • 25. What is btrfs? Pronounced “better” or “butter eff ess” Uses more modern file system design similar to e.g. XFS to achieve higher levels of scalability and performance for modern workloads Still adding features and stability Chances are you won’t need to decide to use; your distro will pick if/when necessary
  • 26. File system utilities Show disk free space (df) Show disk usage by files (du) Make a file system (mkfs) File system check/repair (fsck) Mount/unmount file system (mount/umount) The mount utility also shows curent mounts
  • 27. Mounts All separate formatted file systems, when mounted, are part of the single hierarchy A file system can be mounted on any directory as a mount point System defined mounts (used at boot) in the /etc/fstab file
  • 29. Summary Disks can be divided up into partitions Partitions can be combined and split into LVM storage Partitions or LVM logical volumes are mounted on the system to store files