<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="https://dev1galaxy.org/extern.php?action=feed&amp;tid=1875&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / arm64: e2fsprogs too old for filesystem on installation image :-(]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=1875</link>
		<description><![CDATA[The most recent posts in arm64: e2fsprogs too old for filesystem on installation image :-(.]]></description>
		<lastBuildDate>Sat, 17 Feb 2018 20:25:36 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: arm64: e2fsprogs too old for filesystem on installation image :-(]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=7646#p7646</link>
			<description><![CDATA[<div class="quotebox"><cite>Morgennebel wrote:</cite><blockquote><div><p>Also /dev/mmcblk0p2 has been configured to -1 for maximum mount count.</p></div></blockquote></div><p> The <span class="bbc">devuan_ascii_2.0.0-beta_arm64_raspi3.img.xz</span> image has this setting too...</p><p>That&#039;s not a default setting I expect in a unixlike OS.</p><p>This definitely should be documented.<br />Is it?<br />Which URL should I visit?</p>]]></description>
			<author><![CDATA[dummy@example.com (yeti)]]></author>
			<pubDate>Sat, 17 Feb 2018 20:25:36 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=7646#p7646</guid>
		</item>
		<item>
			<title><![CDATA[Re: arm64: e2fsprogs too old for filesystem on installation image :-(]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=7609#p7609</link>
			<description><![CDATA[<p>And in addition to the backports e2fsprog update /etc/fstab needs an update</p><p>From:</p><div class="codebox"><pre><code>## rootfs
/dev/mmcblk0p2    /             ext4   errors=remount-ro,sync,noatime 0    0</code></pre></div><p>To:</p><div class="codebox"><pre><code>## rootfs
/dev/mmcblk0p2    /             ext4   errors=remount-ro,sync,noatime 0    1</code></pre></div><p>Also /dev/mmcblk0p2 has been configured to -1 for maximum mount count. For armhf64 and the buggy SD card I used:</p><div class="codebox"><pre><code>root@devuan:~# tune2fs -c 10 /dev/mmcblk0p2 </code></pre></div><p>to check the filesystem every 10th mount time and to enable /forcefsck. </p><p>It also seems that the downloaded image for RPI3 is tagged dirty</p><div class="codebox"><pre><code>[    3.495755] EXT4-fs (mmcblk0p2): warning: mounting unchecked fs, running e2fsck is recommended
[    3.499284] EXT4-fs (mmcblk0p2): re-mounted. Opts: errors=remount-ro</code></pre></div><p>Ciao, -MN</p>]]></description>
			<author><![CDATA[dummy@example.com (Morgennebel)]]></author>
			<pubDate>Wed, 14 Feb 2018 10:37:14 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=7609#p7609</guid>
		</item>
		<item>
			<title><![CDATA[Re: arm64: e2fsprogs too old for filesystem on installation image :-(]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=7564#p7564</link>
			<description><![CDATA[<p>We need pages for that in the wiki...</p><p>One for each image and/or board.</p>]]></description>
			<author><![CDATA[dummy@example.com (yeti)]]></author>
			<pubDate>Thu, 08 Feb 2018 19:57:48 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=7564#p7564</guid>
		</item>
		<item>
			<title><![CDATA[Re: arm64: e2fsprogs too old for filesystem on installation image :-(]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=7563#p7563</link>
			<description><![CDATA[<p>How many people/users will fail for the same trap and curse the image when they lose data?</p><p>It may work for the both of us now as we are aware - but everyone else using RPI with Devuan is at risk.</p><p>Ciao, -MN</p>]]></description>
			<author><![CDATA[dummy@example.com (Morgennebel)]]></author>
			<pubDate>Thu, 08 Feb 2018 19:15:02 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=7563#p7563</guid>
		</item>
		<item>
			<title><![CDATA[Re: arm64: e2fsprogs too old for filesystem on installation image :-(]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=7562#p7562</link>
			<description><![CDATA[<p>It should...</p><p>But until then installing the newer <span class="bbc">e2fsprogs</span> from backports is the faster cure...</p>]]></description>
			<author><![CDATA[dummy@example.com (yeti)]]></author>
			<pubDate>Thu, 08 Feb 2018 18:21:22 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=7562#p7562</guid>
		</item>
		<item>
			<title><![CDATA[Re: arm64: e2fsprogs too old for filesystem on installation image :-(]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=7561#p7561</link>
			<description><![CDATA[<p>That looks good. </p><p>Then e2fsprogs 1.43.3 should be included into the main Raspberry Pi arm64 image?</p><p>Ciao, -MN</p>]]></description>
			<author><![CDATA[dummy@example.com (Morgennebel)]]></author>
			<pubDate>Thu, 08 Feb 2018 18:10:22 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=7561#p7561</guid>
		</item>
		<item>
			<title><![CDATA[Re: arm64: e2fsprogs too old for filesystem on installation image :-(]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=7560#p7560</link>
			<description><![CDATA[<p><span class="bbc">e2fsprogs</span> from jessie-backports helps:</p><div class="codebox"><pre><code>(yeti@pi3-0:1)~$ sudo tune2fs -l /dev/mmcblk0p2 | fgrep &#039;checked&#039;
Last checked:             Thu Feb  8 17:54:50 2018
(yeti@pi3-0:1)~$ apt-cache policy e2fsprogs 
e2fsprogs:
  Installed: 1.43.3-1~bpo8+1
  Candidate: 1.43.3-1~bpo8+1
  Version table:
 *** 1.43.3-1~bpo8+1 0
        100 http://pkgmaster.devuan.org/merged/ jessie-backports/main arm64 Packages
        100 /var/lib/dpkg/status
     1.42.12-2+b1 0
        500 http://pkgmaster.devuan.org/merged/ jessie/main arm64 Packages</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (yeti)]]></author>
			<pubDate>Thu, 08 Feb 2018 17:59:41 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=7560#p7560</guid>
		</item>
		<item>
			<title><![CDATA[arm64: e2fsprogs too old for filesystem on installation image :-(]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=7559#p7559</link>
			<description><![CDATA[<p>Dear,</p><p>installed Devuan Jessie 1.0.0 using the download of <strong>devuan_jessie_1.0.0_arm64_raspi3.img</strong>.</p><p>The installation is setting up the filesystems as:</p><div class="codebox"><pre><code>root@pi-hole:/home/os# mount | grep mmc
/dev/mmcblk0p2 on / type ext4 (ro,noatime,block_validity,delalloc,nojournal_checksum,norecovery,barrier,user_xattr,acl,errors=remount-ro)
/dev/mmcblk0p1 on /boot type vfat (rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,errors=remount-ro)</code></pre></div><p>/ partition is being resized to match the entire SD-card space.</p><p>Unfortunately / or /dev/mmcblk0p2 is using the flag <strong>metadata_csum</strong></p><div class="quotebox"><blockquote><div><p>root@pi-hole:/home/os# tune2fs -l /dev/mmcblk0p2 <br />tune2fs 1.42.12 (29-Aug-2014)<br />Filesystem volume name:&#160; &#160;&lt;none&gt;<br />Last mounted on:&#160; &#160; &#160; &#160; &#160; /<br />Filesystem UUID:&#160; &#160; &#160; &#160; &#160; 3be31ccf-eda0-4239-bad7-2ca304abe1b9<br />Filesystem magic number:&#160; 0xEF53<br />Filesystem revision #:&#160; &#160; 1 (dynamic)<br />Filesystem features:&#160; &#160; &#160; has_journal ext_attr resize_inode dir_index filetype extent 64bit flex_bg sparse_super large_file huge_file dir_nlink extra_isize metadata_csum</p></div></blockquote></div><p>This flag is not support by <strong>e2fsprogs 1.42.12-2+b1 </strong> which is part of the installation image.</p><p>Thus, when the SD card fails there is no chance at all to get it fixed. e2fsck refuses to run, there is not sufficient time or no possibility to upgrade (as / is mounted ro). Therefore a single issue with the SD card (and there are many on a Pi) will break the entire system and require re-installation.</p><p>Suggested solution: please update the installation image to not use metadata_csum.</p><p>Thanks, -MN</p>]]></description>
			<author><![CDATA[dummy@example.com (Morgennebel)]]></author>
			<pubDate>Thu, 08 Feb 2018 14:59:13 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=7559#p7559</guid>
		</item>
	</channel>
</rss>
