Explore >> Select a destination


You are here

venam.net
| | willhaley.com
24.8 parsecs away

Travel
| | Start with one drive. Create a spanned volume, volume group, and logical volume. pvcreate /dev/sdb vgcreate STORAGE1 /dev/sdb lvcreate -l +100%FREE STORAGE1 -n storage1 Add an additional disk (you could have done this in one step, but I want to illustrate adding a disk). pvcreate /dev/sdc vgextend STORAGE1 /dev/sdc lvextend -l +100%FREE /dev/STORAGE1/storage1 You can view the status of the physical and logical volumes. pvdisplay vgdisplay lvdisplay
| | shapeshed.com
18.8 parsecs away

Travel
| | What is the mv command in UNIX? ¶ The mv command is a command line utility that moves files or directories from one place to another . It supports moving single files, multiple files and directories. It can prompt before overwriting and has an option to only move files that are new than the destination. How to move a file ¶ To move a file using the mv command pass the name of the file and then the new name for the file.
| | tholman.com
43.3 parsecs away

Travel
| | Welcome to the wide weird world of Tim Holman, this is the stuff he's made, and a little about how it was done.
| | loskoderos.com
146.2 parsecs away

Travel
| TL;DR This article describes experimental storage setup with ZFS and Bcache as writeback cache on NVMe SSD device. Before you read the following content, please be aware that the method described below is unsupported! If you look for a tutorial how to setup ZFS correctly, please visit another website. The following post describes the method