On Sat, 16 May 2020 19:01:51 +0200 Tomas Kral <thomas.kral at email.cz> wrote: > ORC.SR <some command> to initialise directory file system, that makes > it clean? This seems brutal, if I got it right, will it zero 64MB FS? dd of=RISC-NULL.FS if=/dev/null bs=1K skip=$((256*1024+1)) count=64K -- Tomas Kral <thomas.kral at email.cz>