dietpi@DietPi:~$ dmesg -l err,crit,alert,emerg
[ 2.115512] bcm2708_fb soc:fb: Unable to determine number of FBs. Disabling driver.
This is something about framebuffer (?), but I don’t care, because I just use SSH?
dietpi@DietPi:~$ cat /boot/cmdline.txt
root=PARTUUID=8b0ac6f5-02 rootfstype=ext4 rootwait fsck.repair=yes net.ifnames=0 logo.nologo quiet console=tty1
dietpi@DietPi:~$ cat /etc/fstab
# You can use "dietpi-drive_manager" to setup mounts.
# NB: It overwrites and re-creates physical drive mount entries on use.
#----------------------------------------------------------------
# NETWORK
#----------------------------------------------------------------
#----------------------------------------------------------------
# TMPFS
#----------------------------------------------------------------
tmpfs /tmp tmpfs size=1922M,noatime,lazytime,nodev,nosuid,mode=1777
tmpfs /var/log tmpfs size=50M,noatime,lazytime,nodev,nosuid,mode=1777
#----------------------------------------------------------------
# MISC: ecryptfs, vboxsf (VirtualBox shared folder), gluster, bind mounts
#----------------------------------------------------------------
#----------------------------------------------------------------
# SWAP SPACE
#----------------------------------------------------------------
#----------------------------------------------------------------
# PHYSICAL DRIVES
#----------------------------------------------------------------
PARTUUID=8b0ac6f5-02 / ext4 noatime,lazytime,rw 0 1
PARTUUID=8b0ac6f5-01 /boot vfat noatime,lazytime,rw 0 2
UUID=57d98fa6-b50d-40c6-b155-0a4f644b312a /mnt/bup ext4 noatime,lazytime,rw,nofail,noauto,x-systemd.automount
dietpi@DietPi:~$ lsblk -o name,fstype,label,size,ro,type,mountpoint,partuuid,uuid
NAME FSTYPE LABEL SIZE RO TYPE MOUNTPOINT PARTUUID UUID
sda 117.4G 0 disk
├─sda1 vfat 128M 0 part /boot 8b0ac6f5-01 22B4-00D8
└─sda2 ext4 117.3G 0 part / 8b0ac6f5-02 f406011c-615d-4dee-abe8-501b09f46b7b
sdb 465.8G 0 disk
└─sdb1 ext4 465.8G 0 part /mnt/bup 77696e50-01 57d98fa6-b50d-40c6-b155-0a4f644b312a
I will get a external HDD case with it’s own power supply and report if something changed.