Updating module dependencies. Please wait ...
正在运行后处理挂钩...
Updating linux initcpios
==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
-> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
==> Starting build: 4.11.3-1-ARCH
-> Running build hook: [base]
-> Running build hook: [udev]
-> Running build hook: [autodetect]
-> Running build hook: [modconf]
-> Running build hook: [block]
-> Running build hook: [filesystems]
-> Running build hook: [keyboard]
-> Running build hook: [fsck]
==> ERROR: file not found: `fsck.btrfs'
==> WARNING: No fsck helpers found. fsck will not be run on boot.
==> Generating module dependencies
==> Creating gzip-compressed initcpio image: /boot/initramfs-linux.img
==> WARNING: errors were encountered during the build. The image may not be
complete.
==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
-> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-
fallback.img -S autodetect
==> Starting build: 4.11.3-1-ARCH
-> Running build hook: [base]
-> Running build hook: [udev]
-> Running build hook: [modconf]
-> Running build hook: [block]
==> WARNING: Possibly missing firmware for module: aic94xx
==> WARNING: Possibly missing firmware for module: wd719x
-> Running build hook: [filesystems]
-> Running build hook: [keyboard]
-> Running build hook: [fsck]
==> Generating module dependencies
==> Creating gzip-compressed initcpio image: /boot/initramfs-linux-fallback.img
==> Image generation successful
错误: 命令未能被正确执行
Arming ConditionNeedsUpdate...
事务成功完成.
不知道它指的是哪个命令未正确执行,实际使用倒是没遇到什么问题
1
4ever911 2017-05-31 00:22:55 +08:00
哈哈,那我还是不要更新了。。。
|
2
showgood163 2017-05-31 01:20:09 +08:00
两台 ARCH
升级的时候都是这个提示 实际没问题。 |
3
cinhoo 2017-05-31 01:22:43 +08:00 via iPhone
ERROR: file not found: `fsck.btrfs'
不是这个问题吗? |
4
4ever911 2017-05-31 01:27:52 +08:00 via iPhone
我刚才升级了,没报错
|
5
Suddoo 2017-05-31 08:23:37 +08:00
笔记本和台式机都是 arch,昨天晚上升级的,并没有什么问题。
![]( https://ooo.0o0.ooo/2017/05/31/592e0c7ec5e03.png ) |
6
Gerhman 2017-05-31 08:39:35 +08:00
|
7
cd707 2017-05-31 08:45:37 +08:00 via Android
btrfs 没有 fsck 工具,所以不用理它 archlinux 的 wiki 有说明
|
8
strahe 2017-05-31 09:29:55 +08:00
昨晚升级的 没报错
|
9
reus 2017-05-31 09:47:23 +08:00
不用理的,我这样好几年了。
另外不要用 btrfs,看 gentoo 的手册的这一段: https://wiki.gentoo.org/wiki/Handbook:AMD64/Installation/Disks#Creating_file_systems A next generation filesystem that provides many advanced features such as snapshotting, self-healing through checksums, transparent compression, subvolumes and integrated RAID. A few distributions have begun to ship it as an out-of-the-box option, but it is not production ready. Reports of filesystem corruption are common. Its developers urge people to run the latest kernel version for safety because the older ones have known problems. This has been the case for years and it is too early to tell if things have changed. Fixes for corruption issues are rarely backported to older kernels. Proceed with caution when using this filesystem! 不要用 btrfs! |
10
showgood163 2017-05-31 11:33:59 +08:00
|
11
reus 2017-05-31 11:37:56 +08:00
@showgood163 用 zfs 吧,至少稳定
|
12
showgood163 2017-05-31 11:52:23 +08:00
@reus 感谢提醒。找个机会换掉吧。
|
13
mlyy 2017-05-31 12:37:44 +08:00
yaourt -S btrfs-progs
|
14
momocraft 2017-05-31 13:21:03 +08:00
我也在几台不关键服务器和自己桌面用过 btrfs,有过不明原因的崩溃,没有遇过永久损伤。
btrfs 确实不能说是时间检验过的 FS,不过 snapshot 备份极其方便,而且桌面系统坏掉的影响有限,我觉得自己机器用一下还是不错的。 |