<?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: df: cannot read table of mounted filesystems in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/df-cannot-read-table-of-mounted-filesystems/m-p/5130646#M50028</link>
    <description>Thanks Dear Gokul Chandola, and Sandeep_Chaudhary, for nice and prompt help&lt;BR /&gt;&lt;BR /&gt;Regards</description>
    <pubDate>Tue, 23 Sep 2008 01:19:54 GMT</pubDate>
    <dc:creator>Maaz</dc:creator>
    <dc:date>2008-09-23T01:19:54Z</dc:date>
    <item>
      <title>df: cannot read table of mounted filesystems</title>
      <link>https://community.hpe.com/t5/operating-system-linux/df-cannot-read-table-of-mounted-filesystems/m-p/5130642#M50024</link>
      <description># cat /etc/SuSE-release&lt;BR /&gt;SUSE LINUX Enterprise Server 9 (x86_64)&lt;BR /&gt;VERSION = 9&lt;BR /&gt;&lt;BR /&gt;# df -h&lt;BR /&gt;df: cannot read table of mounted filesystems: No such file or directory&lt;BR /&gt;&lt;BR /&gt;This is a live but very low profile/priority machine(I mean users rarely connect to this machine). &lt;BR /&gt;&lt;BR /&gt;Any help will be highly appreciated&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Maaz</description>
      <pubDate>Fri, 19 Sep 2008 01:49:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/df-cannot-read-table-of-mounted-filesystems/m-p/5130642#M50024</guid>
      <dc:creator>Maaz</dc:creator>
      <dc:date>2008-09-19T01:49:53Z</dc:date>
    </item>
    <item>
      <title>Re: df: cannot read table of mounted filesystems</title>
      <link>https://community.hpe.com/t5/operating-system-linux/df-cannot-read-table-of-mounted-filesystems/m-p/5130643#M50025</link>
      <description>Hi,&lt;BR /&gt;There is probably something wrong with your /etc/mtab or /etc/fstab&lt;BR /&gt;files. If you have a reasonably new version of mount, /etc/mtab should&lt;BR /&gt;be emptied or deleted at boot time (in /etc/rc.local or /etc/rc.d/*).&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Gokul Chandola</description>
      <pubDate>Fri, 19 Sep 2008 02:52:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/df-cannot-read-table-of-mounted-filesystems/m-p/5130643#M50025</guid>
      <dc:creator>Gokul Chandola</dc:creator>
      <dc:date>2008-09-19T02:52:56Z</dc:date>
    </item>
    <item>
      <title>Re: df: cannot read table of mounted filesystems</title>
      <link>https://community.hpe.com/t5/operating-system-linux/df-cannot-read-table-of-mounted-filesystems/m-p/5130644#M50026</link>
      <description>Thanks Dear Gokul Chandola&lt;BR /&gt;&lt;BR /&gt;# cat /etc/mtab&lt;BR /&gt;/dev/sda8 / reiserfs rw,acl,user_xattr 0 0&lt;BR /&gt;proc /proc proc rw 0 0&lt;BR /&gt;sysfs /sys sysfs rw 0 0&lt;BR /&gt;tmpfs /dev/shm tmpfs rw 0 0&lt;BR /&gt;devpts /dev/pts devpts rw,mode=0620,gid=5 0 0&lt;BR /&gt;/dev/sda1 /boot reiserfs rw,acl,user_xattr 0 0&lt;BR /&gt;/dev/sda6 /tmp reiserfs rw,acl,user_xattr 0 0&lt;BR /&gt;/dev/sda5 /usr reiserfs rw,acl,user_xattr 0 0&lt;BR /&gt;/dev/sda7 /var reiserfs rw,acl,user_xattr 0 0&lt;BR /&gt;/dev/hdc /media/cdrom subfs ro,nosuid,nodev,fs=cdfss,procuid,iocharset=utf8 0 0&lt;BR /&gt;/dev/fd0 /media/floppy subfs rw,nosuid,nodev,sync,fs=floppyfss,procuid 0 0&lt;BR /&gt;usbfs /proc/bus/usb usbfs rw 0 0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# cat /etc/fstab&lt;BR /&gt;/dev/sda8            /                    reiserfs   acl,user_xattr&lt;BR /&gt;1 1&lt;BR /&gt;/dev/sda1            /boot                reiserfs   acl,user_xattr&lt;BR /&gt;1 2&lt;BR /&gt;/dev/sda6            /tmp                 reiserfs   acl,user_xattr&lt;BR /&gt;1 2&lt;BR /&gt;/dev/sda5            /usr                 reiserfs   acl,user_xattr&lt;BR /&gt;1 2&lt;BR /&gt;/dev/sda7            /var                 reiserfs   acl,user_xattr&lt;BR /&gt;1 2&lt;BR /&gt;/dev/sda2            swap                 swap       pri=42&lt;BR /&gt;0 0&lt;BR /&gt;devpts               /dev/pts             devpts     mode=0620,gid=5&lt;BR /&gt;0 0&lt;BR /&gt;proc                 /proc                proc       defaults&lt;BR /&gt;0 0&lt;BR /&gt;usbfs                /proc/bus/usb        usbfs      noauto&lt;BR /&gt;0 0&lt;BR /&gt;sysfs                /sys                 sysfs      noauto&lt;BR /&gt;0 0&lt;BR /&gt;/dev/cdrom           /media/cdrom         subfs&lt;BR /&gt;fs=cdfss,ro,procuid,nosuid,nodev,exec,iocharset=utf8 0 0&lt;BR /&gt;/dev/fd0             /media/floppy        subfs&lt;BR /&gt;fs=floppyfss,procuid,nodev,nosuid,sync 0 0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# mount&lt;BR /&gt;/dev/sda8 on / type reiserfs (rw,acl,user_xattr)&lt;BR /&gt;proc on /proc type proc (rw)&lt;BR /&gt;sysfs on /sys type sysfs (rw)&lt;BR /&gt;tmpfs on /dev/shm type tmpfs (rw)&lt;BR /&gt;devpts on /dev/pts type devpts (rw,mode=0620,gid=5)&lt;BR /&gt;/dev/sda1 on /boot type reiserfs (rw,acl,user_xattr)&lt;BR /&gt;/dev/sda6 on /tmp type reiserfs (rw,acl,user_xattr)&lt;BR /&gt;/dev/sda5 on /usr type reiserfs (rw,acl,user_xattr)&lt;BR /&gt;/dev/sda7 on /var type reiserfs (rw,acl,user_xattr)&lt;BR /&gt;/dev/hdc on /media/cdrom type subfs&lt;BR /&gt;(ro,nosuid,nodev,fs=cdfss,procuid,iocharset=utf8)&lt;BR /&gt;/dev/fd0 on /media/floppy type subfs&lt;BR /&gt;(rw,nosuid,nodev,sync,fs=floppyfss,procuid)&lt;BR /&gt;usbfs on /proc/bus/usb type usbfs (rw)&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Maaz</description>
      <pubDate>Fri, 19 Sep 2008 05:51:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/df-cannot-read-table-of-mounted-filesystems/m-p/5130644#M50026</guid>
      <dc:creator>Maaz</dc:creator>
      <dc:date>2008-09-19T05:51:37Z</dc:date>
    </item>
    <item>
      <title>Re: df: cannot read table of mounted filesystems</title>
      <link>https://community.hpe.com/t5/operating-system-linux/df-cannot-read-table-of-mounted-filesystems/m-p/5130645#M50027</link>
      <description>I guess following Novell Forum post is having answer fr ur question:&lt;BR /&gt;Its probable file system full problem&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.novell.com/communities/node/2669/solving-error-when-using-df-h" target="_blank"&gt;http://www.novell.com/communities/node/2669/solving-error-when-using-df-h&lt;/A&gt;</description>
      <pubDate>Fri, 19 Sep 2008 11:11:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/df-cannot-read-table-of-mounted-filesystems/m-p/5130645#M50027</guid>
      <dc:creator>Sandeep_Chaudhary</dc:creator>
      <dc:date>2008-09-19T11:11:10Z</dc:date>
    </item>
    <item>
      <title>Re: df: cannot read table of mounted filesystems</title>
      <link>https://community.hpe.com/t5/operating-system-linux/df-cannot-read-table-of-mounted-filesystems/m-p/5130646#M50028</link>
      <description>Thanks Dear Gokul Chandola, and Sandeep_Chaudhary, for nice and prompt help&lt;BR /&gt;&lt;BR /&gt;Regards</description>
      <pubDate>Tue, 23 Sep 2008 01:19:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/df-cannot-read-table-of-mounted-filesystems/m-p/5130646#M50028</guid>
      <dc:creator>Maaz</dc:creator>
      <dc:date>2008-09-23T01:19:54Z</dc:date>
    </item>
    <item>
      <title>Re: df: cannot read table of mounted filesystems</title>
      <link>https://community.hpe.com/t5/operating-system-linux/df-cannot-read-table-of-mounted-filesystems/m-p/5130647#M50029</link>
      <description>close ;)</description>
      <pubDate>Tue, 23 Sep 2008 01:20:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/df-cannot-read-table-of-mounted-filesystems/m-p/5130647#M50029</guid>
      <dc:creator>Maaz</dc:creator>
      <dc:date>2008-09-23T01:20:48Z</dc:date>
    </item>
  </channel>
</rss>

