Hi @alexsuff,
Please provide the output of:
df --human-readable
…and:
du --human-readable --max-depth=1 /
Hi @alexsuff,
Please provide the output of:
df --human-readable
…and:
du --human-readable --max-depth=1 /
The suggestion of checking your snapshots is a very good idea.
A default Manjaro setup using btrfs only keep three (3) auto snaps on system sync.
You can view Timeshift and Snapper snapshots in btrfs-manager → sbuvolumes tab → lower left corner → check Include …
Check your sub volumes - do you have an excess amount?
sudo du --human-readable --max-depth=1 / 1 ✘ 19s
[sudo] password for alexander:
2,2T /home
9,7G /var
89M /boot
0 /dev
du: cannot access '/proc/518707/task/518707/fd/4': No such file or directory
du: cannot access '/proc/518707/task/518707/fdinfo/4': No such file or directory
du: cannot access '/proc/518707/fd/3': No such file or directory
du: cannot access '/proc/518707/fdinfo/3': No such file or directory
0 /proc
du: cannot access '/run/user/1000/doc': Permission denied
du: cannot access '/run/user/1000/gvfs': Permission denied
51M /run
0 /sys
30M /etc
0 /mnt
1,6G /opt
15M /root
0 /srv
84K /tmp
19G /usr
2,3T /
df --human-readable 1 ✘ 7s
Filesystem Size Used Avail Use% Mounted on
dev 7,8G 0 7,8G 0% /dev
run 7,8G 51M 7,8G 1% /run
/dev/dm-0 915G 904G 8,6G 100% /
tmpfs 7,8G 0 7,8G 0% /dev/shm
/dev/loop0 128K 128K 0 100% /var/lib/snapd/snap/bare/5
/dev/loop6 165M 165M 0 100% /var/lib/snapd/snap/gnome-3-28-1804/161
/dev/loop7 56M 56M 0 100% /var/lib/snapd/snap/core18/2654
/dev/loop2 92M 92M 0 100% /var/lib/snapd/snap/gtk-common-themes/1535
/dev/loop1 142M 142M 0 100% /var/lib/snapd/snap/skype/240
/dev/loop5 50M 50M 0 100% /var/lib/snapd/snap/snapd/17883
/dev/loop3 142M 142M 0 100% /var/lib/snapd/snap/skype/238
/dev/loop4 56M 56M 0 100% /var/lib/snapd/snap/core18/2632
/dev/dm-0 915G 904G 8,6G 100% /home
tmpfs 7,8G 100K 7,8G 1% /tmp
/dev/dm-0 915G 904G 8,6G 100% /var/log
/dev/dm-0 915G 904G 8,6G 100% /var/cache
/dev/nvme0n1p1 300M 752K 299M 1% /boot/efi
tmpfs 1,6G 316K 1,6G 1% /run/user/1000
/dev/sda2 2,8T 1,7T 1,1T 62% /home/jellyfin/external drives/LaCie 3TB
/dev/dm-0
Have you been fiddling with LVM?
no, i wouldnt know how
When posting terminal output, copy the output and paste it here, wrapped in three (3) backticks, before AND after the pasted text. Like this:
```
pasted text
```
This will just cause it to be rendered like this:
Sed
sollicitudin dolor
eget nisl elit id
condimentum
arcu erat varius
cursus sem quis eros.
Instead of like this:
Sed sollicitudin dolor eget nisl elit id condimentum arcu erat varius cursus sem quis eros.
Alternatively, paste the text you wish to format as terminal output, select all pasted text, and click the </> button on the taskbar. This will indent the whole pasted section with one TAB, causing it to render the same way as described above.
Thereby increasing legibility thus making it easier for those trying to provide assistance.
For more information, please see:
Also, if your language isn’t English, please prepend any and all terminal commands with
LC_ALL=C
. For example:
LC_ALL=C bluetoothctl
This will just cause the terminal output to be in English, making it easier to understand and debug.
There is definately something off with your file system
I don’t know what. Compare your df output with mine
$ df --human-readable /
Filesystem Size Used Avail Use% Mounted on
/dev/nvme0n1p2 468G 39G 429G 9% /
Perhaps you think you have moved the data - from one folder to another - but what if the destination was not mounted as you thought - then the data is still on the original device - not on the device partition your thought you copied the data to.
It is easy to confuse yourself - as Linux does not use the term drives but mounts …
Hmm, that’s a lot.
Not intentionally, then.
Please provide the output of:
du --human-readable --max-depth=1 /home/
261G /home/alexander
2,0T /home/jellyfin
2,2T /home/
~ du --human-readable --max-depth=1 /home/ ✔
261G /home/alexander
252G /home/jellyfin
512G /home/
~
sorry, I mounted the external drive there
after umnounting it, it looks like the last one
yeah thats a theory- I can tell for sure, that the data have been moved successfully to the external drive
and when i want to check if its still on my internal drive it doesn’t appear
Familiarize yourself with
does that mean you wanna tell me mounting an external drive in /home is responsible for my problem?
because I’ve been using this a very long time and the error just appears now…
Then, run:
sudo du --human-readable /
…and:
df --human-readable /
…again, to see if it’s better. Provide the output here, if you will.
df --human-readable / ✔
Filesystem Size Used Avail Use% Mounted on
/dev/mapper/luks-25e682ef-5af2-4547-b873-61c4a2369cc7 915G 904G 8,6G 100% /
OK, this looks like a LUKS encrypted system/container and I know nothing 'bout that, so I is out.
Eh?
This whole thread reminds me of what is referred as an xy problem - that is you experience a problem and you have tried to fix it but the fix didn’t work and now you ask for help on the fix that didn’t work.
I am fairly certain you issue is cause by some circular mount loop so data which is expected to be elsewhere is still on the partition - that is entirely possible.
please provide the output from
mount
and the output from
cat /etc/fstab
and the output from
lsblk -a
I saw earlier you have several snap loops mounted - that indicates you have some snaps installed which can cause your disk space to go haywire.
sudo snap list
sudo snap remove <pkg-name>
List all snap related services and sockets
systemctl list-unit-files | grep snap
Then stop and disable the services
systemctl disable --now <some-snap.service>
Then remove all snap related packages from the system - when that is done you look for
For reference:
huh? please tell me what I am doing wrong! Sorry, just have no idead whats happening now.
mount ✔
proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
sys on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
dev on /dev type devtmpfs (rw,nosuid,relatime,size=8113324k,nr_inodes=2028331,mode=755,inode64)
run on /run type tmpfs (rw,nosuid,nodev,relatime,mode=755,inode64)
efivarfs on /sys/firmware/efi/efivars type efivarfs (rw,nosuid,nodev,noexec,relatime)
devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
/dev/mapper/luks-25e682ef-5af2-4547-b873-61c4a2369cc7 on / type btrfs (rw,relatime,ssd,discard=async,space_cache=v2,subvolid=256,subvol=/@)
securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev,inode64)
cgroup2 on /sys/fs/cgroup type cgroup2 (rw,nosuid,nodev,noexec,relatime,nsdelegate,memory_recursiveprot)
pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
bpf on /sys/fs/bpf type bpf (rw,nosuid,nodev,noexec,relatime,mode=700)
systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=29,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=14162)
hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime,pagesize=2M)
mqueue on /dev/mqueue type mqueue (rw,nosuid,nodev,noexec,relatime)
debugfs on /sys/kernel/debug type debugfs (rw,nosuid,nodev,noexec,relatime)
tracefs on /sys/kernel/tracing type tracefs (rw,nosuid,nodev,noexec,relatime)
configfs on /sys/kernel/config type configfs (rw,nosuid,nodev,noexec,relatime)
fusectl on /sys/fs/fuse/connections type fusectl (rw,nosuid,nodev,noexec,relatime)
/var/lib/snapd/snaps/bare_5.snap on /var/lib/snapd/snap/bare/5 type squashfs (ro,nodev,relatime,errors=continue,x-gdu.hide,x-gvfs-hide)
/var/lib/snapd/snaps/gnome-3-28-1804_161.snap on /var/lib/snapd/snap/gnome-3-28-1804/161 type squashfs (ro,nodev,relatime,errors=continue,x-gdu.hide,x-gvfs-hide)
/var/lib/snapd/snaps/core18_2654.snap on /var/lib/snapd/snap/core18/2654 type squashfs (ro,nodev,relatime,errors=continue,x-gdu.hide,x-gvfs-hide)
/var/lib/snapd/snaps/gtk-common-themes_1535.snap on /var/lib/snapd/snap/gtk-common-themes/1535 type squashfs (ro,nodev,relatime,errors=continue,x-gdu.hide,x-gvfs-hide)
/var/lib/snapd/snaps/skype_240.snap on /var/lib/snapd/snap/skype/240 type squashfs (ro,nodev,relatime,errors=continue,x-gdu.hide,x-gvfs-hide)
/var/lib/snapd/snaps/snapd_17883.snap on /var/lib/snapd/snap/snapd/17883 type squashfs (ro,nodev,relatime,errors=continue,x-gdu.hide,x-gvfs-hide)
/var/lib/snapd/snaps/skype_238.snap on /var/lib/snapd/snap/skype/238 type squashfs (ro,nodev,relatime,errors=continue,x-gdu.hide,x-gvfs-hide)
/var/lib/snapd/snaps/core18_2632.snap on /var/lib/snapd/snap/core18/2632 type squashfs (ro,nodev,relatime,errors=continue,x-gdu.hide,x-gvfs-hide)
/dev/mapper/luks-25e682ef-5af2-4547-b873-61c4a2369cc7 on /home type btrfs (rw,relatime,ssd,discard=async,space_cache=v2,subvolid=257,subvol=/@home)
tmpfs on /tmp type tmpfs (rw,noatime,inode64)
/dev/mapper/luks-25e682ef-5af2-4547-b873-61c4a2369cc7 on /var/log type btrfs (rw,relatime,ssd,discard=async,space_cache=v2,subvolid=259,subvol=/@log)
/dev/mapper/luks-25e682ef-5af2-4547-b873-61c4a2369cc7 on /var/cache type btrfs (rw,relatime,ssd,discard=async,space_cache=v2,subvolid=258,subvol=/@cache)
/dev/nvme0n1p1 on /boot/efi type vfat (rw,relatime,fmask=0077,dmask=0077,codepage=437,iocharset=ascii,shortname=mixed,utf8,errors=remount-ro)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,nosuid,nodev,noexec,relatime)
tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=1625864k,nr_inodes=406466,mode=700,uid=1000,gid=1000,inode64)
gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=1000,group_id=1000)
portal on /run/user/1000/doc type fuse.portal (rw,nosuid,nodev,relatime,user_id=1000,group_id=1000)
tracefs on /sys/kernel/debug/tracing type tracefs (rw,nosuid,nodev,noexec,relatime)
cat /etc/fstab ✔
# /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).
#
# <file system> <mount point> <type> <options> <dump> <pass>
UUID=8029-F717 /boot/efi vfat umask=0077 0 2
/dev/mapper/luks-25e682ef-5af2-4547-b873-61c4a2369cc7 / btrfs subvol=/@,defaults,discard=async,ssd 0 0
/dev/mapper/luks-25e682ef-5af2-4547-b873-61c4a2369cc7 /home btrfs subvol=/@home,defaults,discard=async,ssd 0 0
/dev/mapper/luks-25e682ef-5af2-4547-b873-61c4a2369cc7 /var/cache btrfs subvol=/@cache,defaults,discard=async,ssd 0 0
/dev/mapper/luks-25e682ef-5af2-4547-b873-61c4a2369cc7 /var/log btrfs subvol=/@log,defaults,discard=async,ssd 0 0
/dev/mapper/luks-dbf4cdbb-fe19-48b3-b192-27fb7c918ec4 swap swap defaults,noatime 0 0
tmpfs /tmp tmpfs defaults,noatime,mode=1777 0 0
/dev/disk/by-id/wwn-0x5000c5003516d964-part2 /home/jellyfin/external\040drives/LaCie\0403TB auto nosuid,nodev,nofail,x-gvfs-show 0 0
lsblk -a ✔
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS
loop0 7:0 0 4K 1 loop /var/lib/snapd/snap/bare/5
loop1 7:1 0 141,6M 1 loop /var/lib/snapd/snap/skype/240
loop2 7:2 0 91,7M 1 loop /var/lib/snapd/snap/gtk-common-themes/1535
loop3 7:3 0 141,5M 1 loop /var/lib/snapd/snap/skype/238
loop4 7:4 0 55,6M 1 loop /var/lib/snapd/snap/core18/2632
loop5 7:5 0 49,6M 1 loop /var/lib/snapd/snap/snapd/17883
loop6 7:6 0 164,8M 1 loop /var/lib/snapd/snap/gnome-3-28-1804/161
loop7 7:7 0 55,6M 1 loop /var/lib/snapd/snap/core18/2654
loop8 7:8 0 0B 0 loop
nvme0n1 259:0 0 931,5G 0 disk
├─nvme0n1p1 259:1 0 300M 0 part /boot/efi
├─nvme0n1p2 259:2 0 914,2G 0 part
│ └─luks-25e682ef-5af2-4547-b873-61c4a2369cc7 254:0 0 914,2G 0 crypt /var/cache
│ /var/log
│ /home
│ /
└─nvme0n1p3 259:3 0 17,1G 0 part
└─luks-dbf4cdbb-fe19-48b3-b192-27fb7c918ec4 254:1 0 17,1G 0 crypt [SWAP]
sudo snap list ✔
[sudo] password for alexander:
Name Version Rev Tracking Publisher Notes
bare 1.0 5 latest/stable canonical✓ base
core18 20221205 2654 latest/stable canonical✓ base
gnome-3-28-1804 3.28.0-19-g98f9e67.98f9e67 161 latest/stable canonical✓ -
gtk-common-themes 0.1-81-g442e511 1535 latest/stable canonical✓ -
skype 8.92.0.204 240 latest/stable skype✓ -
snapd 2.57.6 17883 latest/stable canonical✓ snapd
systemctl list-unit-files | grep snap ✔
var-lib-snapd-snap-bare-5.mount enabled disabled
var-lib-snapd-snap-core18-2632.mount enabled disabled
var-lib-snapd-snap-core18-2654.mount enabled disabled
var-lib-snapd-snap-gnome\x2d3\x2d28\x2d1804-161.mount enabled disabled
var-lib-snapd-snap-gtk\x2dcommon\x2dthemes-1535.mount enabled disabled
var-lib-snapd-snap-skype-238.mount enabled disabled
var-lib-snapd-snap-skype-240.mount enabled disabled
var-lib-snapd-snap-snapd-17883.mount enabled disabled
snapd.aa-prompt-listener.service disabled disabled
snapd.apparmor.service enabled disabled
snapd.failure.service static -
snapd.seeded.service disabled disabled
snapd.service enabled disabled
snapper-boot.service static -
snapper-cleanup.service static -
snapper-timeline.service static -
snapperd.service static -
snapd.socket disabled disabled
snapper-boot.timer disabled disabled
snapper-cleanup.timer disabled disabled
snapper-timeline.timer disabled disabled
Just a thought… did you actually delete or did you move it to trash bin? Check your trash bin
To add here. Search for Trash folders:
sudo find / -type d -readable \( -wholename "*[Tt]rash/files" -or -wholename "*.[Tt]rash-1000/files" \) 2>/dev/null
And check them for “deleted” files manually.