Ben T. Fender composed on 2024-01-25 00:38 (UTC-0500):
Wed, 24 Jan 2024 22:07:52 -0500 Felix Miata composed :
What do mount | egrep 'sda|sa' and df report?
https://paste.opensuse.org/pastes/10941b7550b2 # mount | egrep 'sda|sa' /0/adat # df Filesystem 1K-blocks Used Available Use% Mounted on /dev/mapper/Samsung_SSD_860_EVO_1TB_S59VNJ0N419951T-part8 102626592 28836592 68530752 30% / devtmpfs 4096 0 4096 0% /dev tmpfs 8174936 0 8174936 0% /dev/shm tmpfs 3269976 1824 3268152 1% /run tmpfs 8174940 4 8174936 1% /tmp /dev/mapper/WDC_WD20EZBX-00AYRA0_WD-WXH2A31NP1A7-part1 1921724676 1091479568 732553048 60% /0/adat tmpfs 1634984 212 1634772 1% /run/user/1003
Those didn't produce expected output, because your system is employing dev-mapper, which I have no positive experience dealing with. I'd need fdisk -l output to try to make much sense out of that output in terms of why I asked what I asked. Instead of mount | egrep 'sda|sa', do: df --exclude-type=tmpfs --exclude-type=devtmpfs --exclude-type=cgroup --exclude-type=efivarfs Both should be short enough to be able to paste instead of susepaste. Bedtime imminent. -- Evolution as taught in public schools is, like religion, based on faith, not based on science. Team OS/2 ** Reg. Linux User #211409 ** a11y rocks! Felix Miata