# Fsck

Published articles for Fsck.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## fsck.ext4 - Błąd podczas przydzielania struktury icount: Memory allocation failed

DevFeed: [fsck.ext4 - Błąd podczas przydzielania struktury icount: Memory allocation failed](<https://devfeed.tech/articles/fsck-ext4-b-ad-podczas-przydzielania-struktury-icount-memory-allocation-failed-27495.md>)

Original publisher: [Read original article](<https://gagor.pro/2011/09/fsck-ext4-blad-podczas-przydzielania-struktury-icount-memory-allocation-failed/>)

Author: Tom

Published: 2011-09-21T00:00:00Z

Content type: tutorial

Language: pl

Sources: [Tomasz Gągor](<https://devfeed.tech/sources/tomasz-gagor.md>)

Topics: [Ext4](<https://devfeed.tech/topics/ext4.md>), [screen](<https://devfeed.tech/topics/screen.md>)

Tags: [ext4](<https://devfeed.tech/tags/ext4.md>), [failed](<https://devfeed.tech/tags/failed.md>), [fsck](<https://devfeed.tech/tags/fsck.md>), [linux](<https://devfeed.tech/tags/linux.md>), [memory](<https://devfeed.tech/tags/memory.md>), [screen](<https://devfeed.tech/tags/screen.md>)

### AI overview

A Polish technical article describes an fsck.ext4 failure with "Memory allocation failed" while checking an approximately 14 TB filesystem containing hundreds of millions of files and many hard links. It explains the memory constraints involved and suggests using a temporary directory for inode and directory metadata, with fsck run from screen to monitor progress.

### Source excerpt

Miałem ostatnio dziwną przygodę: pewien serwer do backupu gdzie ląduje dużo małych plików i dodatkowo tworzonych jest sporo hardlinków zaliczył pada. Co prawda starałem się go grzecznie położyć z pomocą Magic SysRq ale ponieważ nie wiedziałem co było przyczyną awarii fsck wydawał się wskazany. Podczas próby uruchomienia fsck.ext4 na systemie plików o rozmiarze ok 14TB z kilkuset milionami plików po kilkudziesięciu sekundach otrzymywałem komunikat: Błąd podczas przydzielania struktury icount: Memory allocation failed

## Magic SysRq - bezpieczny reset Linux'a

DevFeed: [Magic SysRq - bezpieczny reset Linux'a](<https://devfeed.tech/articles/magic-sysrq-bezpieczny-reset-linux-a-27496.md>)

Original publisher: [Read original article](<https://gagor.pro/2011/09/magic-sysrq-bezpieczny-reset-linuxa/>)

Author: Tom

Published: 2011-09-17T00:00:00Z

Content type: tutorial

Language: pl

Sources: [Tomasz Gągor](<https://devfeed.tech/sources/tomasz-gagor.md>)

Topics: [Linux](<https://devfeed.tech/topics/linux.md>), [Kernel](<https://devfeed.tech/topics/kernel.md>), [ssh](<https://devfeed.tech/topics/ssh.md>)

Tags: [fsck](<https://devfeed.tech/tags/fsck.md>), [init](<https://devfeed.tech/tags/init.md>), [kernel](<https://devfeed.tech/tags/kernel.md>), [linux](<https://devfeed.tech/tags/linux.md>), [ssh](<https://devfeed.tech/tags/ssh.md>), [sync](<https://devfeed.tech/tags/sync.md>), [timeout](<https://devfeed.tech/tags/timeout.md>)

### AI overview

This Polish tutorial explains how Magic SysRq can help recover a severely unresponsive Linux system before performing a hard reset. It describes the reisub sequence--keyboard recovery, terminating processes, syncing disks, remounting filesystems read-only, and rebooting--and mentions remote-server use.

### Source excerpt

Pomimo iż Linux uchodzi za stabilne środowisko to raz na jakiś czas trafi się ciężka zwiecha - z powodu przeciążenia, awarii sprzętu... nieistotne... Załóżmy że licho wzięło za cel główny serwer plików lub bazę danych dla wielu, wielu stron internetowych. Dostać się po ssh nie możemy bo lecą timeout'y, a siedząc bezpośrednio przy klawiaturze konsola nie reaguje. Mimo to coś ostro daje po dyskach, więc ewentualny twardy reset to na bank utrata części plików... jeśli system po nim w ogóle wstanie... 😑