Thu, 25 Jan 2024 01:26:05 -0500 Felix Miata <mrmazda@earthlink.net> :
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.
It's 07:40 here, most of yesterday's issues forgotten because at my age memory is still as sharp as a razor blade but no wider than it's edge. The bonus being 100 new movies every day! Yesterday I pasted not because it was long but because the lines were. # df --exclude-type=tmpfs --exclude-type=devtmpfs --exclude-type=cgroup --exclude-type=efivarfs Filesystem 1K-blocks Used Available Use% Mounted on /dev/mapper/Samsung_SSD_860_EVO_1TB_S59VNJ0N419951T-part8 102626592 28832008 68535336 30% / /dev/mapper/WDC_WD20EZBX-00AYRA0_WD-WXH2A31NP1A7-part1 1921724676 1091363016 732669600 60% /0/adat And dev-mapper, yeah, I think THAT's the one I deleted the other time. -- People used to more polite when dueling was legal.
-- 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