I moved my btrfs system to a larger disk. When I start it, it loads and works ok but I see this Failure information. I don't know where is the cause of the problem.
Edition:
dmesg shows:
I found a solution here
Replacing
to
in
works.
Code:
systemctl status systemd-remount-fs.service × systemd-remount-fs.service - Remount Root and Kernel File Systems Loaded: loaded (/usr/lib/systemd/system/systemd-remount-fs.service; enabled-runtime; preset: disabled) Active: failed (Result: exit-code) since Mon 2023-06-19 09:36:44 CEST; 2min 28s ago Docs: man:systemd-remount-fs.service( https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems Process: 201 ExecStart=/usr/lib/systemd/systemd-remount-fs (code=exited, status=1/FAILURE) Main PID: 201 (code=exited, status=1/FAILURE) CPU: 120ms cze 19 09:36:44 user_name systemd-remount-fs[203]: mount: /: mount point is not moounted or not proper option was given. cze 19 09:36:44 user_name systemd-remount-fs[203]: dmesg(1) can give more information m> cze 19 09:36:44 user_name systemd-remount-fs[201]: /usr/bin/mount for / exited with exit status 32. cze 19 09:36:44 user_name systemd[1]: systemd-remount-fs.service: Main process exited, code=exited, status=1/FAILURE cze 19 09:36:44 user_name systemd[1]: systemd-remount-fs.service: Failed with result 'exit-code'. cze 19 09:36:44 user_name systemd[1]: Failed to start Remount Root and Kernel File Systems. Notice: journal has been rotated since unit was started, output may be incomplete.
Edition:
dmesg shows:
Code:
BTRFS error (device sda1: state M): cannot disable free space tree
Replacing
Code:
space_cache
Code:
space_cache=v2
Code:
/etc/fstab
Comment