You are not logged in.

#1 2014-10-21 21:40:55

geosmin
Member
Registered: 2014-09-22
Posts: 23

[SOLVED] Converted ext4 to btrfs, systemd-remount-fs failing at boot

I changed the UUID in fstab but I'm still getting the following service failure

$ 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; static)
   Active: failed (Result: exit-code) since Tue 2014-10-21 16:26:48 EDT; 1h 11min ago
     Docs: man:systemd-remount-fs.service(8)
           http://www.freedesktop.org/wiki/Softwar … ileSystems
  Process: 174 ExecStart=/usr/lib/systemd/systemd-remount-fs (code=exited, status=1/FAILURE)
Main PID: 174 (code=exited, status=1/FAILURE)

Oct 21 16:26:48 arch2 systemd-remount-fs[174]: mount: / not mounted or bad option
Oct 21 16:26:48 arch2 systemd-remount-fs[174]: In some cases useful info is found in syslog - try
Oct 21 16:26:48 arch2 systemd-remount-fs[174]: dmesg | tail or so.
Oct 21 16:26:48 arch2 systemd[1]: systemd-remount-fs.service: main process exited, code=exited, status=1/FAILURE
Oct 21 16:26:48 arch2 systemd[1]: Failed to start Remount Root and Kernel File Systems.
Oct 21 16:26:48 arch2 systemd[1]: Unit systemd-remount-fs.service entered failed state.

Here's my fstab: 
 

# /dev/mapper/root
UUID=cf4b8834-3581-448f-b1e8-d2334359c16b       /               btrfs           rw,relatime,data=ordered        0 0

# /dev/sda1
UUID=12636bd2-5d5b-4267-843f-b1bbc130e62c       /boot           ext4            rw,relatime,stripe=4,data=ordered       0 2

EDIT:

Solved by removing 'data=ordered' from /etc/fstab. Derp.

Last edited by geosmin (2014-10-21 21:59:39)

Offline

#2 2014-10-21 21:56:43

lucke
Member
From: Poland
Registered: 2004-11-30
Posts: 4,018

Re: [SOLVED] Converted ext4 to btrfs, systemd-remount-fs failing at boot

Here's a riddle for you, straight from my dmesg!

btrfs: unrecognized mount option 'data=ordered'

Offline

#3 2014-10-21 21:57:27

WorMzy
Forum Moderator
From: Scotland
Registered: 2010-06-16
Posts: 11,903
Website

Re: [SOLVED] Converted ext4 to btrfs, systemd-remount-fs failing at boot

data=ordered is an ext# mount option used to specify the journaling mode. It doesn't make any sense to use it for a btrfs partition.


Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD

Making lemonade from lemons since 2015.

Offline

#4 2014-10-21 21:57:29

geosmin
Member
Registered: 2014-09-22
Posts: 23

Re: [SOLVED] Converted ext4 to btrfs, systemd-remount-fs failing at boot

Aaaaand solved, thanks.
Please close.

Last edited by geosmin (2014-10-21 21:58:40)

Offline

Board footer

Powered by FluxBB