On 31.05.2023 11:23, Daniel Spannbauer wrote:
Am 31.05.23 um 10:16 schrieb Andrei Borzenkov:
On Wed, May 31, 2023 at 11:05 AM Daniel Spannbauer <ds@marco.de> wrote:
Am 31.05.23 um 08:30 schrieb Andrei Borzenkov:
No. Show
cat /etc/fstab cat /proc/cmdline findmnt / mkinitrd /etc/fstab: https://paste.opensuse.org/pastes/444091fdc0a5
UUID=d3cf2dfe-2297-4c1c-a7f5-422dd2215996 / ext4 defaults,discard,data=ordered,defaults 0 1
The final "defaults" may well cancel any preceding option. Actually, "defaults" is really not necessary if any explicit option is given - it is used just as a placeholder. Try "discard,data=ordered" as options. Also check that systemd-remount-root.service was run on boot
Doesn't matter if "defaults" is set or not...it seems to have no consequences.
systemctl status systemd-remount-fs.service
It is marked as "active (exited)", juournalctl shows no error.
findmt / shows:
b-sekret:~ # findmnt / TARGET SOURCE FSTYPE OPTIONS / /dev/sda4 ext4 rw,relatime
systemd-remount-fs does nothing more than "mount -o remount /". Does it work if you execute it manually?