Gentoo Archives: gentoo-user

From: Adam Carter <adamcarter3@×××××.com>
To: Gentoo User <gentoo-user@l.g.o>
Subject: Re: [gentoo-user] New install - root is mounted read-only
Date: Fri, 18 Jun 2021 09:31:21
Message-Id: CAC=wYCFP3Z8XkA3zP7t-N=+AAcDPocq7gpaFBmekDVDhcrg7KA@mail.gmail.com
In Reply to: [gentoo-user] New install - root is mounted read-only by Wols Lists
1 On Fri, Jun 18, 2021 at 7:15 PM Wols Lists <antlists@××××××××××××.uk> wrote:
2
3 > I've started tackling my new build again, and when it boots root is
4 > read-only. Hopefully I've just missed something stupid, but how to I get
5 > it to transition read-write?
6 >
7
8 Weird - here's my fstab and dmesg entries if you want to compare;
9 # <fs> <mountpoint> <type> <opts> <dump/pass>
10 /dev/nvme0n1p1 /boot vfat noauto 1 2
11 /dev/nvme0n1p2 / ext4 noatime 0 1
12
13 dmesg | grep -i mount
14 [ 0.204991] Mount-cache hash table entries: 131072 (order: 8, 1048576
15 bytes, linear)
16 [ 0.205069] Mountpoint-cache hash table entries: 131072 (order: 8,
17 1048576 bytes, linear)
18 [ 2.390990] EXT4-fs (nvme0n1p2): mounted filesystem with ordered data
19 mode. Opts: (null). Quota mode: none.
20 [ 2.391735] VFS: Mounted root (ext4 filesystem) readonly on device 259:2.
21 [ 2.392955] devtmpfs: mounted
22 [ 2.660857] systemd[1]: Condition check resulted in Arbitrary Executable
23 File Formats File System Automount Point being skipped.
24 [ 2.691123] systemd[1]: Mounting Huge Pages File System...
25 [ 2.695813] systemd[1]: Mounting Kernel Debug File System...
26 [ 2.699613] systemd[1]: Mounting Kernel Trace File System...
27 [ 2.703758] systemd[1]: Mounting Temporary Directory (/tmp)...
28 [ 2.739488] systemd[1]: Mounted Huge Pages File System.
29 [ 2.741924] systemd[1]: Mounted Kernel Debug File System.
30 [ 2.744313] systemd[1]: Mounted Kernel Trace File System.
31 [ 2.746582] systemd[1]: Mounted Temporary Directory (/tmp).
32 [ 2.776402] systemd[1]: Mounting FUSE Control File System...
33 [ 2.782926] systemd[1]: Mounting Kernel Configuration File System...
34 [ 2.787158] systemd[1]: Starting Remount Root and Kernel File Systems...
35 [ 2.794343] systemd[1]: Mounted FUSE Control File System.
36 [ 2.796604] systemd[1]: Mounted Kernel Configuration File System.
37 [ 2.796823] EXT4-fs (nvme0n1p2): re-mounted. Opts: (null). Quota mode:
38 none.
39 [ 2.803599] systemd[1]: Finished Remount Root and Kernel File Systems.
40 [ 2.845843] systemd[1]: Set up automount mnt-backup.automount.
41 [ 2.848547] systemd[1]: Set up automount mnt-public.automount.

Replies

Subject Author
Re: [SOLVED] [gentoo-user] New install - root is mounted read-only Wols Lists <antlists@××××××××××××.uk>