lsblk is available in distribution official repository so, we can easily install through distribution package manager. ForDebian/Ubuntu, useapt-get commandorapt commandto install lsblk. 1 $sudoaptinstallutil-linux ForRHEL/CentOS, useYUM commandto install lsblk. 1 $sudoyuminstallutil-linux-ng ForFe...
How to install lsblk lsblk is available in distribution official repository so, we can easily install through distribution package manager. ForDebian/Ubuntu, useapt-get commandorapt commandto install lsblk. $ sudo apt install util-linux ForRHEL/CentOS, useYUM commandto install lsblk. $ sudo yum...
In this tutorial, I will take you through the steps to install lspci, lsscsi, lsusb, and lsblk tools in RedHat/CentOS 7. In few of the instances we wanted to know the hardware configuration of our Servers. We have some open source tool available which can be used to check those configur...
So, we can now begin with the installation process of our operating system. So, let’s insert “lsblk” command into a list of devices currently active with your system.lsblkHere our main focus is on our disk where we want to install Arch. So, In my case, its name is“sda” of ...
lsblk To get comprehensive information about the hard disk, run thefdisk command. fdisk -l Check Hard Drive Partitions in Linux If your machine is a virtual machine, the hard disks can have other names than sdx, such asxvda,vda, etc. If you are unsure, run the command below to confirm...
The next process is to write theISOto aUSBdrive to boot the installer. To accomplish this, use the‘dd’ toolwithin Linux. First, the disk name needs to be located with ‘lsblk‘ though. $ lsblk Find Disk Device Names With the name of theUSBdrive determined as‘/dev/sdc’, theOpnSen...
lsblk | grep media Burn the Arch Linux ISO to a DVD You can also install Arch Linux from a DVD. Use a tool likeBraseroorAnyBurnto burn the ISO you downloaded onto a blank DVD. Step 3: Boot up Arch Linux Start the installation process bybootingArch Linux from the installation media. Fo...
Alternatively, if you are on Linux, you canuse the dd command to create a live USB. Replace/path/to/archlinux.isowith the path where you have downloaded the ISO file, and/dev/sdxwith your USB drive in the example below. You can get your drive information usinglsblkcommand. ...
Use lsblk to identify the built-in SSD’s name Finally, use the following command to copy the unpacked image’s contents to the built-in SSD. Note that this process will erase all data on the SSD: Copy Code sudo ddif=haos_generic-x86-64-9.5.imgof=/dev/sda status=...
lsblk To show your mounted drives as well. Again, it appears to be /dev/sda1. If you want, you can format/dev/sda1 sudo umount /dev/sda* and usemkfsto format the card. If you want to format it for Windows, you can also use ...