"Updates"
This commit is contained in:
+23
-9
@@ -25,7 +25,7 @@ sudo mkdir -p /mnt/<folder>
|
||||
echo "UUID=... /mnt/<folder> ext4 defaults 0 0" | sudo tee -a /etc/fstab
|
||||
```
|
||||
|
||||
#### bob (...)
|
||||
#### bob (mmcblk0 / nvme0n1 / sda / sdb)
|
||||
```
|
||||
# /etc/fstab: static file system information.
|
||||
#
|
||||
@@ -45,15 +45,29 @@ UUID=1c99fbca-6863-4f8a-b8da-4bbea3fbe8c9 none swap sw
|
||||
UUID=b656c935-5ef2-45a6-894e-c7062a75a862 /mnt/ssd ext4 defaults 0 0
|
||||
```
|
||||
|
||||
#### carlo (nvme0n1 / sda / sdb) (nfs server --> backups)
|
||||
#### carlo (mmcblk0 / sda )
|
||||
```
|
||||
proc /proc proc defaults 0 0
|
||||
PARTUUID=550961db-01 /boot/firmware vfat defaults 0 2
|
||||
PARTUUID=550961db-02 / ext4 defaults,noatime 0 1
|
||||
# LVM
|
||||
/dev/hdds/data /mnt/data ext4 defaults,nofail,user_xattr,usrjquota=aquota.user,grpjquota=aquota.group,jqfmt=vfsv0,acl 0 2
|
||||
# NFS exports
|
||||
/mnt/data/backup /srv/nfs4/backup none bind,nofail 0 0
|
||||
# /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/mmcblk0p2 during installation
|
||||
UUID=327ff1db-0f93-49e7-9f80-79964eb2ad02 / ext4 errors=remount-ro 0 1
|
||||
# /boot/efi was on /dev/mmcblk0p1 during installation
|
||||
UUID=B23E-A140 /boot/efi vfat umask=0077 0 1
|
||||
# swap was on /dev/mmcblk0p3 during installation
|
||||
UUID=69691db2-1213-4f0b-8797-a246e6924c4a none swap sw 0 0
|
||||
# ssd
|
||||
UUID=6702c3b0-eb03-4c1f-9ddc-56f4f7736222 /mnt/ssd ext4 defaults 0 0
|
||||
/mnt/ssd/var /var none bind
|
||||
/mnt/ssd/tmp /tmp none bind
|
||||
/mnt/ssd/home /home none bind
|
||||
```
|
||||
|
||||
#### sandy (nvme0n1 / sda )
|
||||
|
||||
+7
-7
@@ -96,14 +96,14 @@ ssh-copy-id -f -i ~/.ssh/id_ed25519.pub pleb@<hostname>
|
||||
```bash
|
||||
_,met$$$$$gg. pleb@carlo
|
||||
,g$$$$$$$$$$$$$$$P. OS: Debian 13 trixie
|
||||
,g$$P"" """Y$$.". Kernel: aarch64 Linux 6.12.47+rpt-rpi-v8
|
||||
,$$P' `$$$. Uptime: 6m
|
||||
',$$P ,ggs. `$$b: Packages: 707
|
||||
,g$$P"" """Y$$.". Kernel: x86_64 Linux 6.12.90+deb13.1-amd64
|
||||
,$$P' `$$$. Uptime: 2m
|
||||
',$$P ,ggs. `$$b: Packages: 429
|
||||
`d$$' ,$P"' . $$$ Shell: bash 5.2.37
|
||||
$$P d$' , $$P Disk: 4,2G / 33G (14%)
|
||||
$$: $$. - ,d$$' CPU: ARM Cortex-A72 @ 4x 1,5GHz
|
||||
$$\; Y$b._ _,d$P' GPU:
|
||||
Y$$. `.`"Y$$$$P"' RAM: 358MiB / 7820MiB
|
||||
$$P d$' , $$P Disk: 1,6G / 269G (1%)
|
||||
$$: $$. - ,d$$' CPU: Intel Atom E3950 @ 4x 2GHz [35.0°C]
|
||||
$$\; Y$b._ _,d$P' GPU: HD Graphics 505
|
||||
Y$$. `.`"Y$$$$P"' RAM: 432MiB / 15843MiB
|
||||
`$$b "-.__
|
||||
`Y$$
|
||||
`Y$$.
|
||||
|
||||
Reference in New Issue
Block a user