User Tools

Site Tools


miscscripts

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
miscscripts [2022/09/15 20:02]
dwheele [Find out name of USB stick]
miscscripts [2023/01/21 18:13] (current)
dwheele [Partition and Format GPT]
Line 60: Line 60:
     # mount /dev/sdc1 /mnt/usb-drive/     # mount /dev/sdc1 /mnt/usb-drive/
          
-==== Partition and Format GPT ====+==== Partition GPT with gdisk ==== 
 + 
 +    # gdisk /dev/sdc 
 +     
 + 
 +==== Partition and Format GPT with PARTED ==== 
 + 
 +This is somewhat difficult to use because the mkpart command sometimes gives alignment errors. 
  
     $ sudo parted /dev/sdd     $ sudo parted /dev/sdd
Line 81: Line 88:
  
     # mkfs.ext4 -L offsitebackup /dev/sdd1     # mkfs.ext4 -L offsitebackup /dev/sdd1
 +
  
 ==== Mount for Test Use ==== ==== Mount for Test Use ====
miscscripts.1663272155.txt.gz · Last modified: 2022/09/15 20:02 by dwheele