LINUX.ORG.RU

История изменений

Исправление dva20, (текущая версия) :

Да, обнаружился такой сервис:

/usr/lib/systemd/systemd-remount-fs

Вот что говорит man об этом:

systemd-remount-fs.service is an early boot service that applies mount options listed in fstab(5), or gathered from the partition table (when systemd-gpt-auto-generator(8) is active) to the root file system, the /usr file system, and the kernel API file systems. This is required so that the mount options of these file systems — which are pre-mounted by the kernel, the initial RAM disk, container environments or system manager code — are updated to those configured in /etc/fstab and the other sources. This service ignores normal file systems and only changes the root file system (i.e.  /), /usr, and the virtual kernel API file systems such as /proc, /sys or /dev. This service executes no operation if no configuration is found (/etc/fstab does not exist or lists no entries for the mentioned file systems, or the partition table does not contain relevant entries).

Если кратко, то этот сервис перемонтирует kernel API file system с праметрами монтирования прописанными в /etc/fstab. А в fstab у меня там стоит defaults на все EXT4:

# <file system>             <mount point>  <type>  <options>  <dump>  <pass>
UUID=163F-8415                            /boot/efi      vfat    defaults,noatime 0 2
UUID=28db2689-8b7a-47eb-8549-545a23970c31 swap           swap    defaults,noatime 0 2
UUID=1dbd6634-368e-4ceb-9877-15f44639eeb8 /var           ext4    defaults,noatime 0 2
UUID=0593fbb8-4dd8-4fd1-9c20-7e59b520e3ee /              ext4    defaults,noatime 0 1
UUID=ae4ccbf7-ab32-4274-a1f0-33a811cbba11 /home          ext4    defaults,noatime 0 2

Получается, что этот сервис перемонтирует только корневую ФС, а мой home не трогает.

Остаётся для меня загадка, в каком режиме журналирования ФС на HOME сейчас находится. Больше нет никаких утилит, запросов в виртуальные ФС ядра (/sys/, /proc, что там еще?) сделать запрос и узнать?

Исходная версия dva20, :

Да, обнаружидся такой сервис:

/usr/lib/systemd/systemd-remount-fs

Вот что говорит man об этом:

systemd-remount-fs.service is an early boot service that applies mount options listed in fstab(5), or gathered from the partition table (when systemd-gpt-auto-generator(8) is active) to the root file system, the /usr file system, and the kernel API file systems. This is required so that the mount options of these file systems — which are pre-mounted by the kernel, the initial RAM disk, container environments or system manager code — are updated to those configured in /etc/fstab and the other sources. This service ignores normal file systems and only changes the root file system (i.e.  /), /usr, and the virtual kernel API file systems such as /proc, /sys or /dev. This service executes no operation if no configuration is found (/etc/fstab does not exist or lists no entries for the mentioned file systems, or the partition table does not contain relevant entries).

Если кратко, то этот сервис перемонтирует kernel API file system с праметрами монтирования прописанными в /etc/fstab. А в fstab у меня там стоит defaults на все EXT4:

# <file system>             <mount point>  <type>  <options>  <dump>  <pass>
UUID=163F-8415                            /boot/efi      vfat    defaults,noatime 0 2
UUID=28db2689-8b7a-47eb-8549-545a23970c31 swap           swap    defaults,noatime 0 2
UUID=1dbd6634-368e-4ceb-9877-15f44639eeb8 /var           ext4    defaults,noatime 0 2
UUID=0593fbb8-4dd8-4fd1-9c20-7e59b520e3ee /              ext4    defaults,noatime 0 1
UUID=ae4ccbf7-ab32-4274-a1f0-33a811cbba11 /home          ext4    defaults,noatime 0 2

Получается, что этот сервис перемонтирует только корневую ФС, а мой home не трогает.

Остаётся для меня загадка, в каком режиме журналирования ФС на HOME сейчас находится. Больше нет никаких утилит, запросов в виртуальные ФС ядра (/sys/, /proc, что там еще?) сделать запрос и узнать?