<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									fsck ubuntu - Ubuntu OS				            </title>
            <link>https://www.hacktheforum.com/ubuntu-os/fsck-ubuntu/</link>
            <description>Hack The Forum Discussion Board</description>
            <language>en</language>
            <lastBuildDate>Thu, 16 Apr 2026 08:39:54 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>fsck ubuntu</title>
                        <link>https://www.hacktheforum.com/ubuntu-os/fsck-ubuntu/#post-353</link>
                        <pubDate>Mon, 13 May 2024 18:17:43 +0000</pubDate>
                        <description><![CDATA[Running fsck (File System Consistency Check) on Ubuntu is a way to check and repair inconsistencies in the filesystem. You can run fsck on a filesystem that is not mounted, or you can force ...]]></description>
                        <content:encoded><![CDATA[<p>Running <code>fsck</code> (File System Consistency Check) on Ubuntu is a way to check and repair inconsistencies in the filesystem. You can run <code>fsck</code> on a filesystem that is not mounted, or you can force a check on the next reboot by using the <code>-f</code> option.</p>
<p>For example, to check the filesystem on your root partition on the next reboot, you could use:</p>
<div class="dark bg-gray-950 rounded-md border- border-token-border-medium">
<div class="flex items-center relative text-token-text-secondary bg-token-main-surface-secondary px-4 py-2 text-xs font-sans justify-between rounded-t-md">
<pre contenteditable="false">sudo touch /forcefsck</pre>
</div>
</div>
<p>This will create a file named <code>forcefsck</code> in the root directory, which signals to the system to run <code>fsck</code> on the next reboot.</p>]]></content:encoded>
						                            <category domain="https://www.hacktheforum.com/ubuntu-os/">Ubuntu OS</category>                        <dc:creator>Kustar</dc:creator>
                        <guid isPermaLink="true">https://www.hacktheforum.com/ubuntu-os/fsck-ubuntu/#post-353</guid>
                    </item>
							        </channel>
        </rss>
		