[Bug 267654] UFS "cylinder checksum failed" on temporary storage or data disk on arm64 vm in Azure
Date: Tue, 20 Dec 2022 17:02:52 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=267654 Gleb Popov <arrowd@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |arrowd@FreeBSD.org --- Comment #12 from Gleb Popov <arrowd@FreeBSD.org> --- I bumped into this problem on my RockPro64 with SSD disk attached via an adapter. The symptoms are all the same: # OK newfs /dev/nda0 # OK mount /dev/nda0 /mnt # spits a ton of "cylinder checksum failed" messages echo asdasd > /mnt/asd If I do instead newfs /dev/nda0 # fixes a ton of cylinder groups fsck_ffs -y /dev/nda0 mount /dev/nda0 /mnt # OK echo asdasd > /mnt/asd -- You are receiving this mail because: You are the assignee for the bug.