Compare commits
3 Commits
578f904576
...
2f77994a66
| Author | SHA1 | Date | |
|---|---|---|---|
| 2f77994a66 | |||
| 515717aedf | |||
| 05d115eeab |
+15
-3
@@ -27,10 +27,22 @@ echo "UUID=... /mnt/<folder> 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.
|
||||
#
|
||||
# <file system> <mount point> <type> <options> <dump> <pass>
|
||||
# / 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=b656c935-5ef2-45a6-894e-c7062a75a862 /mnt/ssd ext4 defaults 0 0
|
||||
```
|
||||
|
||||
#### carlo (nvme0n1 / sda / sdb) (nfs server --> backups)
|
||||
|
||||
+10
-10
@@ -71,16 +71,16 @@ ssh-copy-id -f -i ~/.ssh/id_ed25519.pub pleb@<hostname>
|
||||
### bob
|
||||
|
||||
```bash
|
||||
_,met$$$$$gg. pleb@bob
|
||||
,g$$$$$$$$$$$$$$$P. OS: Debian
|
||||
,g$$P"" """Y$$.". Kernel: aarch64 Linux 6.1.0-44-arm64
|
||||
,$$P' `$$$. Uptime: 11m
|
||||
',$$P ,ggs. `$$b: Packages: 419
|
||||
`d$$' ,$P"' . $$$ Shell: bash 5.2.15
|
||||
$$P d$' , $$P Disk: 2,2G / 31G (8%)
|
||||
$$: $$. - ,d$$' CPU: ARM Cortex-A55 @ 4x 1.8GHz
|
||||
$$\; Y$b._ _,d$P' RAM: 326MiB / 3737MiB
|
||||
Y$$. `.`"Y$$$$P"'
|
||||
_,met$$$$$gg. pleb@bob
|
||||
,g$$$$$$$$$$$$$$$P. OS: Debian 13 trixie
|
||||
,g$$P"" """Y$$.". Kernel: x86_64 Linux 6.12.85+deb13-amd64
|
||||
,$$P' `$$$. Uptime: 13m
|
||||
',$$P ,ggs. `$$b: Packages: 412
|
||||
`d$$' ,$P"' . $$$ Shell: bash 5.2.37
|
||||
$$P d$' , $$P Disk: 1,5G / 35G (5%)
|
||||
$$: $$. - ,d$$' CPU: Intel Atom E3950 @ 4x 2GHz [38.0°C]
|
||||
$$\; Y$b._ _,d$P' GPU: HD Graphics 505
|
||||
Y$$. `.`"Y$$$$P"' RAM: 517MiB / 15843MiB
|
||||
`$$b "-.__
|
||||
`Y$$
|
||||
`Y$$.
|
||||
|
||||
Reference in New Issue
Block a user