Hi.
Power went off for a couple of hours and when back, I see one of the filesystems is missing
Output of xmlstarlet sel -t -c "//fstab" /etc/openmediavault/config.xml
Code
<fstab>
<!--
<mntent>
<uuid>xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx</uuid>
<fsname>xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx|xxxx-xxxx|/dev/xxx</fsname>
<dir>/xxx/yyy/zzz</dir>
<type>none|ext2|ext3|ext4|xfs|jfs|iso9660|udf|...</type>
<opts></opts>
<freq>0</freq>
<passno>0|1|2</passno>
<hidden>0|1</hidden>
<usagewarnthreshold>xxx</usagewarnthreshold>
<comment>xxx</comment>
</mntent>
-->
<mntent>
<uuid>739592c1-4c0d-4b37-b06c-b5199e8dc5f8</uuid>
<fsname>/dev/disk/by-uuid/244d688e-20da-4db2-8c5c-bab621879958</fsname>
<dir>/srv/dev-disk-by-uuid-244d688e-20da-4db2-8c5c-bab621879958</dir>
<type>btrfs</type>
<opts>defaults,nofail</opts>
<freq>0</freq>
<passno>2</passno>
<hidden>0</hidden>
<usagewarnthreshold>85</usagewarnthreshold>
<comment>disk1</comment>
</mntent>
<mntent>
<uuid>c731323f-ad08-4414-82e1-babd4b8baccd</uuid>
<fsname>/dev/disk/by-uuid/6a63fabf-9982-4444-a9c3-6d477d2c26f7</fsname>
<dir>/srv/dev-disk-by-uuid-6a63fabf-9982-4444-a9c3-6d477d2c26f7</dir>
<type>btrfs</type>
<opts>defaults,nofail</opts>
<freq>0</freq>
<passno>2</passno>
<hidden>0</hidden>
<usagewarnthreshold>85</usagewarnthreshold>
<comment>disk2</comment>
</mntent>
<mntent>
<uuid>0730d707-4449-462f-ba08-c51b511ca628</uuid>
<fsname>92148cdc-6266-4109-b810-3a2c789ec6bb</fsname>
<dir>/srv/mergerfs/mainpool</dir>
<type>fuse.mergerfs</type>
<opts />
<freq>0</freq>
<passno>0</passno>
<hidden>1</hidden>
<usagewarnthreshold>0</usagewarnthreshold>
<comment />
</mntent>
</fstab>
Display More
Any ideas would be very welcomed!