Tag: lsblk
-
Partition a new disk on linux using fdisk, lsblk and mkfs
First, you’ve to create a new partition. You can list all available storage device with: lsblk If your disk is new, the new device will appear empty (without children on the tree). Then: fdisk /dev/sdc Press m to show the manual. To create a partition larger than 2TB, you’ve to use a GPT partition (g) […]