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 [2024/07/28 12:30] (current)
kobi
Line 6: Line 6:
  
 ===== How to setup a storage slab on Linux ===== ===== How to setup a storage slab on Linux =====
-//[[http://doku.cubebuilder.me/doku.php?id=slab#how_to_setup_a_storage_slab_on_microsoft_windows|For setting up your storage slab on Microsoft Windows please click here.]]// 
  
 __** WARNING, please make sure you follow this guide correctly or you risk wiping your boot drive.**__ __** WARNING, please make sure you follow this guide correctly or you risk wiping your boot drive.**__
Line 29: Line 28:
 **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 47:
 $ 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