Ansh Balanlinuxfordevops.hashnode.dev·Dec 18, 2024Part 5: Memory Commands, While Loop, and Vim CommandIn this section, we will explore memory management commands, while loops, the Vim text editor, and more. We’ll also create a shell script that ties everything together to monitor disk space. Important Memory Commands 1. free Command The free command ...Devops
Dinesh Kumar Kblog.dineshcloud.in·Sep 20, 2024Linux - File Systems and PartitionsManaging file systems and partitions is essential for effective data organization and optimal system performance in Linux. In this blog, we'll cover the basics of file systems, how to create and manage partitions, and best practices for maintaining t...LinuxLinux
Dinesh Kumar Kblog.dineshcloud.in·Sep 17, 2024Linux LVM - Creating, Extending, and Shrinking Logical VolumesLinux LVM (Logical Volume Manager) is a system for managing disk storage, allowing you to create, resize, and delete partitions more flexibly than traditional partitioning schemes. LVM gives you the power to manage multiple hard drives as a single vo...34 readsLinuxLinux
Pushpendra Boverflowbyte.tech·Aug 26, 2024A Beginner guide for "iotop" to processes on your Hard DisksWhat is iotop ? while we are studying about the iotop It become important to understand what is it right ? so iotop is a command line utility to monitor and check the usage of I/O operations of our disk. You can check official repository or iotop. it...Linux
SRINIVAS TIRUNAHARItirucloud.hashnode.dev·Jun 9, 2024Day 6: LVM in actionsudo pvscan Marking the Physical Devices as Physical Volumes: sudo lvmdiskscan Mark them as physical volumes within LVM using the pvcreate command: sudo pvcreate /dev/xvdb /dev/xvdc Output: Physical volume "/dev/xvdb" successfully created. Physica...LVM
DESTINY CHUKWUEBUKA SAMUELdestech.hashnode.dev·May 6, 2024How To Attach or Add A Data Disk To A Virtual Machine And Initialize It For UseToday we would be learning how to create and attach a data disk to a virtual machine, and how to access the windows virtual machine and initialize the data disk for use. It is important to understand that there is a difference between an (operating s...Data disk
lolade ogundijoololadeogundijo.hashnode.dev·Apr 22, 2024How To Recover a Deleted Virtual Machine Using Its OS Disk.Recovering a deleted virtual machine using its OS disk can be a lifesaver in situations where important data or configurations were lost due to accidental deletion. The OS disk (operating system disk) contains the essential files and data necessary t...disk
lolade ogundijoololadeogundijo.hashnode.dev·Apr 14, 2024How To Attach A Data Disk To An Existing Virtual Machine And Initialize It For Use In Azure.The purpose of this article is to show you how to attach a data disk to an existing virtual machine in Azure and initialize it for use. In Azure, there are three types of disks: the OS disk, the data disk, and the temporary disk. The OS disk is the d...disk management
SRINIVAS TIRUNAHARItirucloud.hashnode.dev·Apr 6, 2024Day 4 Linux: Disk partitionslsblk We have only one physical disk xvda with three partitions of xvdaq1, xvdaq14 and xvdaq15. Attach new disk of your choice. Ex: I am attaching 4GB disk Create new partition of Linux Type sudo fdisk /dev/xvdbb Our main objective here is to cre...Linux
Abdullah Bin Altafdevopswithabdullah.hashnode.dev·Feb 13, 2024Lecture # 27 - Disk Partitioning and Disk ManagementDisk Partition: Disk partition refers to creation of one or more regions on secondary storage. This is created to manage regions separately. Disk partition is the first step of preparing a new installed disk and and is done before creating the file s...10 likesDevops