Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
slab [2021/04/27 09:41]
kobi Convert to use lsblk
slab [2021/05/09 14:31] (current)
kobi
Line 29: Line 29:
 **Step 3)** Now that you've identified your slab's device path, you need to create a partition on your slab. To do this, you will be using ''parted''. Please note that ''parted'' might not be installed by default on some systems. You should be able to install it with your system's package manager. **Step 3)** Now that you've identified your slab's device path, you need to create a partition on your slab. To do this, you will be using ''parted''. Please note that ''parted'' might not be installed by default on some systems. You should be able to install it with your system's package manager.
  
-First, we're going to create the GUID Partition Table (GPT). To do this, run the following command:+First, you're going to create the GUID Partition Table (GPT). To do this, run the following command:
 <code> <code>
 parted /dev/sda mklabel gpt parted /dev/sda mklabel gpt
Line 48: Line 48:
 $ sudo lsblk -o name,vendor,model,size $ sudo lsblk -o name,vendor,model,size
 NAME   VENDOR   MODEL             SIZE NAME   VENDOR   MODEL             SIZE
-sda    BUYVM    SLAB                1T+sda    BUYVM    SLAB                250G
 └─sda1 └─sda1
 sr0    QEMU     QEMU DVD-ROM     1024M sr0    QEMU     QEMU DVD-ROM     1024M