You listed only a “pro” for using Stable and only a “con” for using Unstable. Would you prefer that I just choose Stable? You can say so, I won’t be offended XD
I actually already ran sudo apt update
and sudo apt full upgrade
prior to making this thread: update
completes, but when I ran sudo apt full-upgrade
I ran into a not-enough-free-space in /var/cache/apt/archives/ error. I have been trying to fix that in parallel to the other apt issues I was getting; it looks like other people on this forum also ran into a weird issue where apt said there wasn’t enough space when there definitely was. Will probably have to do some more reading of that part of the forum and try what they did.
The SD card stuff was only a guess from reading stuff in the sysimage section of the git repos for mnt.
findmnt
returns
<pre>TARGET SOURCE FSTYPE OPTIONS
/ /dev/mmcblk1p1
│ ext4 rw,relatime
├─/dev devtmpfs devtmpfs rw,relatime,size=1744156k,nr_inodes=436039,mode=755
│ ├─/dev/shm tmpfs tmpfs rw,nosuid,nodev
│ ├─/dev/pts devpts devpts rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000
│ ├─/dev/mqueue mqueue mqueue rw,nosuid,nodev,noexec,relatime
│ └─/dev/hugepages hugetlbfs hugetlbfs rw,relatime,pagesize=2M
├─/proc /proc proc rw,relatime
├─/sys sysfs sysfs rw,nosuid,nodev,noexec,relatime
│ ├─/sys/kernel/security securityfs securityf rw,nosuid,nodev,noexec,relatime
│ ├─/sys/fs/cgroup cgroup2 cgroup2 rw,nosuid,nodev,noexec,relatime,nsdelegate,memory_recu
│ ├─/sys/fs/pstore pstore pstore rw,nosuid,nodev,noexec,relatime
│ ├─/sys/fs/bpf bpf bpf rw,nosuid,nodev,noexec,relatime,mode=700
│ ├─/sys/kernel/debug debugfs debugfs rw,nosuid,nodev,noexec,relatime
│ ├─/sys/kernel/tracing tracefs tracefs rw,nosuid,nodev,noexec,relatime
│ └─/sys/fs/fuse/connections fusectl fusectl rw,nosuid,nodev,noexec,relatime
└─/run tmpfs tmpfs rw,nosuid,nodev,size=803688k,nr_inodes=819200,mode=755
├─/run/lock tmpfs tmpfs rw,nosuid,nodev,noexec,relatime,size=5120k
├─/run/credentials/systemd-sysusers.service
│ ramfs ramfs ro,nosuid,nodev,noexec,relatime,mode=700
└─/run/user/1000 tmpfs tmpfs rw,nosuid,nodev,relatime,size=401840k,nr_inodes=100460
</pre>
cat /etc/fstab
returns # UNCONFIGURED FSTAB FOR BASE SYSTEM
I’m going to hold off on making a serious stab at this upgrade for a couple of days until I’m back with my second computer and have successfully backed up this system.
And no problem. I will happily run any cli command you want; I appreciate your guidance so far