You are not logged in.
Pages: 1
Hello,
I have something in systemd boot. Maybe an error. I see "--write cache" subtitle somewhere. How can I find, what service have problem? How can I find in journalctl? I cannot see in journalctl -b.
Have you any idea?
Thanks
Offline
Try 'sudo journalctl -b'.
I get
$ sudo journalctl -b --no-pager | grep -i "write cache"
Jul 29 17:58:55 localhost kernel: sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
it's not an error.
Last edited by karol (2013-07-29 19:06:01)
Offline
Pages: 1