this post was submitted on 03 Dec 2025
17 points (94.7% liked)

Linux Questions

3836 readers
5 users here now

Linux questions Rules (in addition of the Lemmy.zip rules)

Tips for giving and receiving help

Any rule violations will result in disciplinary actions

founded 2 years ago
MODERATORS
 

I'm betting the root of this problem is on how I originally installed the system but I would like another opinion. Or several.

Running Mint.

After analyzing the disk usage, the folder where Thunderbird is installed is completely full. I have four separate accounts in it but a single one is responsible for taking all the space available, through the imap/sent folder, which makes no sense for me, as I send relatively few messages compared with all the messages I receive.

I already considered just purging the program from my system and completely reinstall it but if I'm going to do that I'm better off doing a fresh system installation.

The system has two disks: a SSD running the system core and a HDD for the home partition. I opted to keep the system core on the SSD to speed up booting (and it worked) and used the HDD for storage because. I prefer HDDs for user files, for longevity reasons. The biggest mistake I made here was not using LVM on the disks.

Any thoughts and criticism on this is welcome.

Thank you in advance.

you are viewing a single comment's thread
view the rest of the comments
[–] nesc@lemmy.cafe 1 points 3 months ago (1 children)

Check inodes df -ih. Do you use btrfs or zfs?

[–] qyron@sopuli.xyz 1 points 3 months ago (2 children)
Sistema de ficheiros Inodes  IUso ILivr UsoI% Montado em
tmpfs                  1,7M  1,2K  1,7M    1% /run
efivarfs                  0     0     0     - /sys/firmware/efi/efivars
/dev/sda3              3,0M  750K  2,2M   26% /
tmpfs                  1,7M     1  1,7M    1% /dev/shm
tmpfs                  1,7M     7  1,7M    1% /run/lock
/dev/sda6              597K    41  597K    1% /tmp
/dev/sda2                 0     0     0     - /boot/efi
/dev/sdb1               30M  133K   29M    1% /home
/dev/sda5              2,1M   94K  2,0M    5% /var
tmpfs                  348K   136  348K    1% /run/user/1000

Here is the output. I don't see anything taxed.

[–] possiblylinux127@lemmy.zip 2 points 3 months ago (1 children)

Maybe I'm reading this wrong but doesn't that show that you only have a 30 megabytes of space?

[–] qyron@sopuli.xyz 1 points 3 months ago

df -h returns this

Sistema de ficheiros Tamanho   Uso Livre Uso% Montado em
tmpfs                   1,4G  1,8M  1,4G   1% /run
efivarfs                128K   14K  110K  12% /sys/firmware/efi/efivars
/dev/sda3                46G   13G   31G  29% /
tmpfs                   6,8G     0  6,8G   0% /dev/shm
tmpfs                   5,0M   12K  5,0M   1% /run/lock
/dev/sdb1               458G   64G  371G  15% /home
/dev/sda6               9,1G  320K  8,6G   1% /tmp
/dev/sda5                32G  9,5G   21G  32% /var
/dev/sda2               113M  6,2M  107M   6% /boot/efi
tmpfs                   1,4G  140K  1,4G   1% /run/user/1000
[–] nesc@lemmy.cafe 1 points 3 months ago (1 children)

Looks fine to me as well, so you are using ext4 and not btrfs?

[–] qyron@sopuli.xyz 1 points 3 months ago

Yes. Still haven't tried it.