From 515717aedfc6f9aacad90940821f2a59919a4132 Mon Sep 17 00:00:00 2001 From: julien Date: Wed, 6 May 2026 20:03:54 +0200 Subject: [PATCH] "Updates" --- TuringPi/disks.md | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/TuringPi/disks.md b/TuringPi/disks.md index 267716e..8ee15bc 100644 --- a/TuringPi/disks.md +++ b/TuringPi/disks.md @@ -27,10 +27,22 @@ echo "UUID=... /mnt/ ext4 defaults 0 0" | sudo tee -a / #### bob (...) ``` -# emmc -UUID=5855d1bc-99fd-41f2-9d11-7c00a1c0ad00 / ext4 defaults,x-systemd.growfs 0 1 +# /etc/fstab: static file system information. +# +# Use 'blkid' to print the universally unique identifier for a +# device; this may be used with UUID= as a more robust way to name devices +# that works even if disks are added and removed. See fstab(5). +# +# systemd generates mount units based on this file, see systemd.mount(5). +# Please run 'systemctl daemon-reload' after making changes here. +# +# +# / was on /dev/mmcblk0p1 during installation +UUID=15c5c8b9-af8d-4d35-bf0b-47443d554971 / ext4 errors=remount-ro 0 1 +# swap was on /dev/mmcblk0p5 during installation +UUID=1c99fbca-6863-4f8a-b8da-4bbea3fbe8c9 none swap sw 0 0 # nvme -UUID=529deeff-8612-4855-bc07-e07eb2cf55de /mnt/ssd ext4 defaults 0 0 +UUID=529deeff-8612-4855-bc07-e07eb2cf55de /mnt/ssd ext4 defaults 0 0 ``` #### carlo (nvme0n1 / sda / sdb) (nfs server --> backups)