#linux #raspberrypi #filesystem
Nowy Filesystem dla IOT

Wydaje sie mega cikawy główlne zalety :
-> Power-cut resilience - it requires strong guarantees that the file system remains consistent, and data is flushed to the underlying storage.
->Wear-leveling - typically storage supports a limited number of erases per block, so making use of the entire storage device is important for reliability.
->Tiny footprint - IoT devices are constrained by ROM and RAM. A
Pobierz dzaku - #linux #raspberrypi #filesystem
Nowy Filesystem dla IOT 

Wydaje sie mega ...
źródło: comment_SxnvP71tZonZi7Ob3A5CjF4D9pBLol8N.gif
Nie wiem co mi się dzieje z dyskiem, dlatego proszę o pomoc ludzi z działu #informatyka #linux.
Za szybko sobie dysk odłączyłem i w Gparted wykazało mi posypany system plików. Do tej pory nie trzymałem wielu danych, ale teraz zrobiło się ich więcej i trochę żal je tracić. FS to reiserfs i proszę o pomoc w odbudowaniu systemu plików. Nie widzę problemu w pracy z terminalem, ale tutoriale internetowe są niedokładnie
@T34v2: odpaliłem, nie wykazał błędów. Po prostu system plików się posypał w całej okazałości.
Ale znalazłem listę komend (bo nie wystarczy mieć narzędzie, trzeba wiedzieć jak użyć):

Load up a livecd and reiserfsck


--check consistency checking (default)

--fix-fixable fix corruptions which can be fixed without

--rebuild-tree

--rebuild-sb super block checking and rebuilding if needed (may require --rebuild-tree afterwards)

--rebuild-tree force fsck to rebuild filesystem from scratch (takes a long time)


Should