News

There are a number of excellent commands for examining disk partitions. ... More math on the Linux command line. May 8, 2025 5 mins. how-to. Making use of your command history on Linux.
Managing disk partitions in Linux is an essential skill that every system administrator should have. One of the most commonly used tools for managing disk partitions in Linux is fdisk. Fdisk is a ...
The utility is saving the data from our disk image to our “/dev/sdb” partition: dd if = / tmp / image.img of = / dev / sdb. Also read: How to Use the ps Command in Linux to Kill Process. Creating a ...
Linux (and Unix) have generally referred to disk partitions by their "traditional" device name, such as /dev/sda2 or /dev/hda5. However, this kind of name for a particular partition can (and will ...
This command opens the fdisk utility for the specified disk (/dev/sdc in this example). sudo fdisk /dev/sdc. Create a New Partition: Use this command to create a new partition (inside fdisk): Run the ...
Linux Commands: Disk management Getting started Linux Commands: Apt-get ... For anything but a Linux partition, you should give its type; entering L lists them. 3. Show the partition layout.
Linux systems provide many ways to look at disk partitions. Here's a look at commands you can use to display useful information -- each providing a different format and with a different focus.