Conversation
Notices
-
/ を F2FS にしてたんだけどなんかおかしくなってinitramfs で止まる
fsck したいけどfack.f2fs が居ない
別マシンでfsck したら復旧
initramfs にmkfs.f2fs 入れたけいけどどうしたらいいんだろう?
-
これでいけたぽい?
$ grep ^MODULES /etc/initramfs-tools/initramfs.conf
MODULES=most
$ sudo /usr/sbin/update-initramfs -u
(initramfs) fsck.f2fs -h
Error: Device not specified
Usage: fsck.f2fs [options] device
[options]:
-a check/fix potential corruption, reported by f2fs
-d debug level [default:0]
-f check/fix entire partition
-p preen mode [default:0 the same as -a [0|1]]
-S sparse_mode
-t show directory tree
-q preserve quota limits
-y fix all the time
--dry-run do not really fix corruptions