Hello!
I have a notebook HP 250 G6, 4GB RAM, 500GB HDD SATA 5400rpm on which I installed OpenSuse Leap 15.0.
Almost always, after few minutes from startup, the entire system get freezed: no mouse movement, no keyboard input, and the HDD starts an intensive work with distinct noise from both HDD and cooler fan.
The problem can last for several minutes, sometimes I get impatient and make a hard reboot. Then it runs well, until the next time.
There’s no way I can work smoothly for more than half an hour without either reboot (by power button) or have a break to let it “calm down”.
What are the applications running when the system get stuck? Essentially only Firefox, or sometimes two instances of Firefox.
Mi problem is very similar to this one https://forums.opensuse.org/showthread.php/532675-intensive-HDD-read-freezes-OS-at-random-time?highlight=freeze+disk but with some differences: I have a btrfs partition.
I put here below the output of the commands you requested to the fellow user.
>>> sudo fdisk --list
Disk /dev/sda: 465,8 GiB, 500107862016 bytes, 976773168 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: dos
Disk identifier: 0x7ebf80cd
Dispositivo Avvio Start Fine Settori Size Id Tipo
/dev/sda1 2048 8402943 8400896 4G 82 Linux swap / Solaris
/dev/sda2 * 8402944 73416703 65013760 31G 83 Linux
/dev/sda3 73416704 976773167 903356464 430,8G 83 Linux
>>> sudo btrfs filesystem usage /
Overall:
Device size: 31.00GiB
Device allocated: 16.32GiB
Device unallocated: 14.68GiB
Device missing: 0.00B
Used: 14.46GiB
Free (estimated): 15.95GiB (min: 8.60GiB)
Data ratio: 1.00
Metadata ratio: 2.00
Global reserve: 36.84MiB (used: 0.00B)
Data,single: Size:15.01GiB, Used:13.74GiB
/dev/sda2 15.01GiB
Metadata,DUP: Size:640.00MiB, Used:369.52MiB
/dev/sda2 1.25GiB
System,DUP: Size:32.00MiB, Used:16.00KiB
/dev/sda2 64.00MiB
Unallocated:
/dev/sda2 14.68GiB
>>> sudo systemctl list-unit-files | grep -iE 'fsck|fstrim|btrfs'
btrfsmaintenance-refresh.path enabled
btrfs-balance.service static
btrfs-defrag.service static
btrfs-scrub.service static
btrfs-trim.service static
btrfsmaintenance-refresh.service enabled
fstrim.service static
systemd-fsck-root.service static
systemd-fsck@.service static
btrfs-balance.timer enabled
btrfs-defrag.timer disabled
btrfs-scrub.timer enabled
btrfs-trim.timer enabled
fstrim.timer enabled
Any help is appreciated
Thanks
Giorgio