Ben's notes

Linux, Unix, network, radio...

User Tools

Site Tools


ubuntu_18_usb_ssd

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
ubuntu_18_usb_ssd [2019/04/20 14:22] – [Ubuntu 18 Bionic Beaver LTS on removable SSD] adminubuntu_18_usb_ssd [2019/04/20 14:24] admin
Line 10: Line 10:
 ====Perpare SSD==== ====Perpare SSD====
   * First unmount (auto)mounted partitions.   * First unmount (auto)mounted partitions.
-  * Partition the SSD. Start at sector 65535, for correct alignment of my SSD. Create a 512MiB UEFI ESP and 32GiB partition for Ubuntu.<code>parted --script /dev/sdX              \+  * Partition the SSD. Start at sector 65535, for correct alignment of my SSD drive. Create a 512MiB UEFI ESP and 32GiB partition for Ubuntu.<code>parted --script /dev/sdX              \
     mklabel gpt                       \     mklabel gpt                       \
     mkpart ESP fat32 65535s 1114095s  \     mkpart ESP fat32 65535s 1114095s  \
Line 38: Line 38:
   * Add root and boot filesystem to /etc/fstab:<code>   * Add root and boot filesystem to /etc/fstab:<code>
 # Lookup UUID's: # Lookup UUID's:
-#     blkid /dev/sdb1 +#     blkid /dev/sdb1    # ESP 
-#     bliid /dev/sdb2+#     bliid /dev/sdb2    # / 
  
 /etc/fstab /etc/fstab
ubuntu_18_usb_ssd.txt · Last modified: 2021/10/09 15:14 by 127.0.0.1