This page (revision-2) was last changed on 2021-06-07 10:10 by Murray Altheim

This page was created on 2021-05-07 08:58 by Murray Altheim

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
2 2021-06-07 10:10 1 KB Murray Altheim to previous
1 2021-05-07 08:58 1 KB Murray Altheim to last

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 14 added one line
!! Running a Raspberry Pi from an SSD
At line 16 added 18 lines
Two things to note:
1. How to obtain ID of a drive:
{{{
% sudo blkid /dev/sda1
/dev/sda1: LABEL="S" UUID="f904c9c3-c970-4d74-b296-2b30720dc25b" TYPE="ext4" PARTUUID="f28fb834-01"
}}}
2. how to rsync between partitions, e.g.,
{{{
% sudo rsync -axv /mnt/sdrootfs/* /mnt/usbdrive
}}}
__See:__ [Move the Raspberry PI root file system to a USB drive|https://www.pragmaticlinux.com/2020/08/move-the-raspberry-pi-root-file-system-to-a-usb-drive/]