usaose.blogg.se

Install rocky linux
Install rocky linux








install rocky linux install rocky linux

The steps below will guide us on how to install Rocky Linux 8 on VirtualBox. This operating system can also be installed on a physical host. You can also install Rocky Linux 8 on different virtualization platforms such as VMWare, XEN. We assume that you already have the VirtualBox application installed in your lab environment. This guide covers how to install Rocky Linux 8.4 on VirtualBox. At the moment of writing this article, the latest version of Rocky Linux is version 8.4. Rocky Linux is already available for download and can already be used as an alternative to run your production workloads. ALSO READ: Install Eclipse IDE on Rocky Linux 9 You can get detailed information about zfs with the following command: ~]$ man zfsįor all the work you can do with zfs, the following command will help: ~]$ zfs -helpĬreate.

install rocky linux

We can use zfs destroy command to completely delete a zfs pool: ~]# zpool destroy ~]# df -h /datapool/ĭf: /datapool/: No such file or directory NAME SIZE ALLOC FREE CKPOINT EXPANDSZ FRAG CAP DEDUP HEALTH ALTROOTĭatapool 1.88G 100K 1.87G - 0% 0% 1.00x ONLINE -įilesystem Size Used Avail Use% Mounted on List the available repos ~]$ dnf repolistĪLSO READ: Create Kali Linux bootable USB Check ZFS Pool statusĬheck the status of the newly created pool using zpool command: ~]# zpool status Then install the epel-release package to use the epel repository: ~]$ sudo dnf install -y epel-release

install rocky linux

Let's start by installing the zfs release package for Rocky Linux 9 from zfsonlinux official github address: ~]$ sudo dnf install -y Let's install ZFS, one of the best file systems, on Rocky Linux 9. After that, he started the open-source OpenZFS project, which includes ZFS entirely. With the acquisition of SunMicrosystems by Oracle in 2010, the ZFS source code was discontinued and an attempt was made to convert it to closed source. After the OpenSolaris project was launched, ZFS was released as open source software. ZFS was originally developed by SunMicrosystems as part of Solaris. The most important features that distinguish ZFS from other filing systems are its high storage capacity and protection against data corruption. Zettabyte File System (ZFS) is an advanced file system originally developed by SunMicrosystems.










Install rocky linux