<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Reiserfsck on Michael’s Domain</title><link>https://jeltsch.org/en/tags/reiserfsck/</link><description>Recent content in Reiserfsck on Michael’s Domain</description><generator>Hugo</generator><language>en-us</language><copyright>Copyright © 2002 - 2026 Michael Jeltsch.</copyright><lastBuildDate>Fri, 24 Jul 2026 00:18:18 +0300</lastBuildDate><atom:link href="https://jeltsch.org/en/tags/reiserfsck/index.xml" rel="self" type="application/rss+xml"/><item><title>Reiserfsck and repairing the root partition using the Knoppix CD</title><link>https://jeltsch.org/en/reiserfsck_and_repairing_the_root_partition_using_the_knoppix_cd/</link><pubDate>Mon, 21 May 2007 00:00:00 +0000</pubDate><guid>https://jeltsch.org/en/reiserfsck_and_repairing_the_root_partition_using_the_knoppix_cd/</guid><description>&lt;p&gt;When I booted my laptop today, I got the following error message:Fsck failed. Please repair manually and reboot. The root file system is currently mounted read-only. To remount it read-write do: bash mount -n -o remount,rw / Attention: Only CONTROL-D will reboot the system in this maintainance mode. sgutdown or reboot will not work. Give root password to log inI logged in and executed:&lt;code&gt;reiserfsck --fix-fixable /dev/hda7&lt;/code&gt;Several error messages appeared, among them in the end:&lt;code&gt;reiserfs_open: the reiserfs superblock cannot be found on /. Failed to open the filesystem.&lt;/code&gt;Then it said somthing like that the superblock is corrupted and if I am sure that I am dealing with a reiserfs partition, I can rebuild it using the command:&lt;code&gt;reiserfsck --rebuild-sb&lt;/code&gt;Then I realized, that /dev/hda7 is my encrypted filesystem and therefore no superblock was found. I repeated the command:&lt;code&gt;reiserfsck --fix-fixable /dev/hda6&lt;/code&gt;It told me that the option &amp;ldquo;&amp;ndash;fix-fixable&amp;rdquo; will be ignored. I don&amp;rsquo;t know why. Maybe because I have mounted the system from the same partition I am about to fix. Anyway, the message in the beginning &lt;code&gt;The root file system is currently mounted read-only. To remount it read-write do: bash mount -n -o remount,rw /&lt;/code&gt;tempted me to remount it in read-write mode and to execute the command again. But with no result. So I booted from the Knoppix CD and executed from there. The filesystem replayed, but no errors were found.Then I remembered that I had modified the fstab yesterday by adding: &lt;code&gt;/dev/sda1 /media/firewire reiserfs noauto,user 1 2&lt;/code&gt;I thought that the noauto option prevents the partition from being accessed during bootup. Apparently not and the problematic entry a the two numbers in the end (1 2). They determine whether a filesystem is checked on bootup. I set them to &amp;ldquo;0 0&amp;rdquo; and tried to reboot.Voila, everything is fine again.Otherwise I might have tired to rebuild the superblock from Knoppix:&lt;code&gt;reiserfsck --rebuild-sb /dev/hda6&lt;/code&gt;&lt;/p&gt;</description></item></channel></rss>