When managing disk partitions, the term _________ refers to a method that allows for spanning a filesystem across multiple physical disks.
- RAID
- LVM
- EXT4
- XFS
When managing disk partitions, the term "LVM" (Logical Volume Manager) refers to a method that allows for spanning a filesystem across multiple physical disks. LVM provides flexibility in managing storage by creating logical volumes that can span multiple physical drives.
Loading...
Related Quiz
- To temporarily save iptables rules, one would use the command iptables-save > ________.
- In shell scripting, a loop that processes each item in a list one by one is known as a _________ loop.
- Which Linux tool can be used to trace system calls and signals?
- Which command provides information about the network connections, routing tables, and network interface statistics?
- The ________ command in Linux is used to send a signal to a process, often used for termination.