<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Couldnt find matching file system:LABEL=/ in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/couldnt-find-matching-file-system-label/m-p/3328059#M13121</link>
    <description>hai,&lt;BR /&gt;&lt;BR /&gt; What is df (df /) command saying.&lt;BR /&gt;&lt;BR /&gt; Are you having the entries in /etc/fstab and /etc/mtab for / and mount point.&lt;BR /&gt;&lt;BR /&gt; /sbin/fdisk /dev/sda5&lt;BR /&gt;&lt;BR /&gt; It will give the way to solve that.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Muthukumar.</description>
    <pubDate>Mon, 12 Jul 2004 02:00:27 GMT</pubDate>
    <dc:creator>Muthukumar_5</dc:creator>
    <dc:date>2004-07-12T02:00:27Z</dc:date>
    <item>
      <title>Couldnt find matching file system:LABEL=/</title>
      <link>https://community.hpe.com/t5/operating-system-linux/couldnt-find-matching-file-system-label/m-p/3328053#M13115</link>
      <description>Dear All,&lt;BR /&gt;&lt;BR /&gt;When i rebooted my LINUX server iam getting an error&lt;BR /&gt;"Couldnt find matching file system:LABEL=/"&lt;BR /&gt;&lt;BR /&gt;My /etc/fstab file seems to be ok.&lt;BR /&gt;&lt;BR /&gt;When i run fsck then also iam getting the same error&lt;BR /&gt;&lt;BR /&gt;Kindly help me out in rectifying the same.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;</description>
      <pubDate>Sat, 10 Jul 2004 11:26:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/couldnt-find-matching-file-system-label/m-p/3328053#M13115</guid>
      <dc:creator>Jagadesh</dc:creator>
      <dc:date>2004-07-10T11:26:08Z</dc:date>
    </item>
    <item>
      <title>Re: Couldnt find matching file system:LABEL=/</title>
      <link>https://community.hpe.com/t5/operating-system-linux/couldnt-find-matching-file-system-label/m-p/3328054#M13116</link>
      <description>can you send us your /etc/fstab file?&lt;BR /&gt;&lt;BR /&gt;Is device with fs labeled "/" connected?</description>
      <pubDate>Sun, 11 Jul 2004 00:29:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/couldnt-find-matching-file-system-label/m-p/3328054#M13116</guid>
      <dc:creator>Vitaly Karasik_1</dc:creator>
      <dc:date>2004-07-11T00:29:37Z</dc:date>
    </item>
    <item>
      <title>Re: Couldnt find matching file system:LABEL=/</title>
      <link>https://community.hpe.com/t5/operating-system-linux/couldnt-find-matching-file-system-label/m-p/3328055#M13117</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;If you know another way to access your /etc/fstab, and if you remember the filesystem layout (correspondence between partitions and FS's), then edit /etc/fstab and replace all "LABEL=/" by actual partition names.&lt;BR /&gt;&lt;BR /&gt;One method to access your /etc/fstab is to use the installation disk, go thru the installation steps until keyboard selection, then open a text console with CTRL-ALT-F2. Then :&lt;BR /&gt;&lt;BR /&gt;modprobe ext3&lt;BR /&gt;mkdir /myroot&lt;BR /&gt;mount -t ext3 &lt;ROOT partition=""&gt; /myroot&lt;BR /&gt;chroot /myroot&lt;BR /&gt;vi /etc/fstab&lt;BR /&gt;(do changes)&lt;BR /&gt;exit&lt;BR /&gt;&lt;BR /&gt;Warning : if you don't know what you are doing, things can get more complicated !!!&lt;BR /&gt;&lt;BR /&gt;Good luck,&lt;BR /&gt;&lt;BR /&gt;Kodjo&lt;BR /&gt;&lt;/ROOT&gt;</description>
      <pubDate>Sun, 11 Jul 2004 19:17:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/couldnt-find-matching-file-system-label/m-p/3328055#M13117</guid>
      <dc:creator>Kodjo Agbenu</dc:creator>
      <dc:date>2004-07-11T19:17:10Z</dc:date>
    </item>
    <item>
      <title>Re: Couldnt find matching file system:LABEL=/</title>
      <link>https://community.hpe.com/t5/operating-system-linux/couldnt-find-matching-file-system-label/m-p/3328056#M13118</link>
      <description>It makes me wonder however why the file-system labels have dissapeared from your patitions.&lt;BR /&gt;&lt;BR /&gt;If you've not had any sort of catastrophic failure (i.e. you no longer have a root partition at all), then did you possibly migrate to new disks copying data, or have a disk failure, or .. or ... too many options..&lt;BR /&gt;&lt;BR /&gt;Another option (rather than using the partition names in /etc/fstab) is to try re-labeling the partitions using 'e2label &lt;DEVICE&gt; &lt;NAME&gt;'.  But who's to say the same failure won't happen again?&lt;BR /&gt;&lt;BR /&gt;Just a thought...&lt;/NAME&gt;&lt;/DEVICE&gt;</description>
      <pubDate>Sun, 11 Jul 2004 20:11:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/couldnt-find-matching-file-system-label/m-p/3328056#M13118</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2004-07-11T20:11:11Z</dc:date>
    </item>
    <item>
      <title>Re: Couldnt find matching file system:LABEL=/</title>
      <link>https://community.hpe.com/t5/operating-system-linux/couldnt-find-matching-file-system-label/m-p/3328057#M13119</link>
      <description>Thanks for the reply,&lt;BR /&gt;&lt;BR /&gt;I tried mounting the slice /dev/sda5 to /myroot&lt;BR /&gt;but it is giving an error&lt;BR /&gt;"Not a valid block".&lt;BR /&gt;&lt;BR /&gt;How can i go about in mounting the Filesystem.&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
      <pubDate>Mon, 12 Jul 2004 00:28:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/couldnt-find-matching-file-system-label/m-p/3328057#M13119</guid>
      <dc:creator>Jagadesh</dc:creator>
      <dc:date>2004-07-12T00:28:02Z</dc:date>
    </item>
    <item>
      <title>Re: Couldnt find matching file system:LABEL=/</title>
      <link>https://community.hpe.com/t5/operating-system-linux/couldnt-find-matching-file-system-label/m-p/3328058#M13120</link>
      <description>First start by seeing what kind of filesystem it is:&lt;BR /&gt;&lt;BR /&gt;file -s /dev/sda5&lt;BR /&gt;&lt;BR /&gt;If it returns something like 'Linux rev 1.0 ext3 filesystem data (needs journal recovery)', then ok.  Good.&lt;BR /&gt;&lt;BR /&gt;If it returns something else, then bad.. very bady.&lt;BR /&gt;&lt;BR /&gt;Either way, try doing a full filesystem check:&lt;BR /&gt;&lt;BR /&gt;fsck -f -y /dev/sda5&lt;BR /&gt;&lt;BR /&gt;It will hopefully find any errors and fix them.  Given the error you got when you did the mount though, it doesn't look promising.  Have a backup? :)</description>
      <pubDate>Mon, 12 Jul 2004 00:38:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/couldnt-find-matching-file-system-label/m-p/3328058#M13120</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2004-07-12T00:38:17Z</dc:date>
    </item>
    <item>
      <title>Re: Couldnt find matching file system:LABEL=/</title>
      <link>https://community.hpe.com/t5/operating-system-linux/couldnt-find-matching-file-system-label/m-p/3328059#M13121</link>
      <description>hai,&lt;BR /&gt;&lt;BR /&gt; What is df (df /) command saying.&lt;BR /&gt;&lt;BR /&gt; Are you having the entries in /etc/fstab and /etc/mtab for / and mount point.&lt;BR /&gt;&lt;BR /&gt; /sbin/fdisk /dev/sda5&lt;BR /&gt;&lt;BR /&gt; It will give the way to solve that.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Muthukumar.</description>
      <pubDate>Mon, 12 Jul 2004 02:00:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/couldnt-find-matching-file-system-label/m-p/3328059#M13121</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2004-07-12T02:00:27Z</dc:date>
    </item>
  </channel>
</rss>

