<?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: Regarding statvfs and fstatvfs in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/regarding-statvfs-and-fstatvfs/m-p/4169665#M90868</link>
    <description>Hi:&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Please help me in doing this...I need to submit these answers by tommorow afternoon.&lt;BR /&gt;&lt;BR /&gt;Homework assignments are not the purpose of this forum, if that correctly represents your intent.&lt;BR /&gt;&lt;BR /&gt;As for testing, see:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.testdrive.hp.com/os/" target="_blank"&gt;http://www.testdrive.hp.com/os/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Fri, 28 Mar 2008 10:52:24 GMT</pubDate>
    <dc:creator>James R. Ferguson</dc:creator>
    <dc:date>2008-03-28T10:52:24Z</dc:date>
    <item>
      <title>Regarding statvfs and fstatvfs</title>
      <link>https://community.hpe.com/t5/operating-system-linux/regarding-statvfs-and-fstatvfs/m-p/4169661#M90864</link>
      <description>Hi Friends,&lt;BR /&gt;&lt;BR /&gt;   Could u please provide me answers for the below questions.&lt;BR /&gt;&lt;BR /&gt;1. Call statvfs() on an existing file. Check file system block and inode counts. Check file system ID.&lt;BR /&gt;2. Call statvfs() on non-existent file.&lt;BR /&gt;3. Call statvfs() with NULL pathname.&lt;BR /&gt;4. Call statvfs() with component of pathname non-directory.&lt;BR /&gt;5. Call statvfs() with pathname that has one component without search permission.&lt;BR /&gt;6. Call statvfs() with invalid pathname.&lt;BR /&gt;7. Call statvfs() with invalid buf address.&lt;BR /&gt;8. Call statvfs() using pathname that is a symbolic link with a circular loop.&lt;BR /&gt;9. Call statvfs() with a pathname that is too long.&lt;BR /&gt;10. Call statvfs() with a pathname component that is too long.&lt;BR /&gt;11. Call fstatvfs() on an existing file. Check file system block and inode counts. Check file system ID.&lt;BR /&gt;12. Call fstatvfs() invalid file descriptor.&lt;BR /&gt;13. Call fstatvfs() with unopened file descriptor.&lt;BR /&gt;14. Call fstatvfs() with invalid buf address.&lt;BR /&gt;&lt;BR /&gt;• Expected Result:&lt;BR /&gt;&lt;BR /&gt;1. Success.&lt;BR /&gt;2. Failure with ENOENT(2).&lt;BR /&gt;3. Failure with ENOENT(2).&lt;BR /&gt;4. Failure with ENOTDIR(20).&lt;BR /&gt;5. Failure with EACCES(13).&lt;BR /&gt;6. Failure with EFAULT(14).&lt;BR /&gt;7. Failure with EFAULT(14).&lt;BR /&gt;8. Failure with ELOOP(249).&lt;BR /&gt;9. Failure with ENAMETOOLONG(248).&lt;BR /&gt;10. Failure with ENAMETOOLONG(248).&lt;BR /&gt;11. Success.&lt;BR /&gt;12. Failure with EBADF(9).&lt;BR /&gt;13. Failure with EBADF(9).&lt;BR /&gt;14. Failure with EFAULT(14).&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Please help me in doing this...I need to submit these answers by tommorow afternoon.&lt;BR /&gt;Please help me..&lt;BR /&gt;&lt;BR /&gt;Thanks in Advance,&lt;BR /&gt;Shammer.</description>
      <pubDate>Fri, 28 Mar 2008 08:51:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/regarding-statvfs-and-fstatvfs/m-p/4169661#M90864</guid>
      <dc:creator>dudekulashameer</dc:creator>
      <dc:date>2008-03-28T08:51:05Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding statvfs and fstatvfs</title>
      <link>https://community.hpe.com/t5/operating-system-linux/regarding-statvfs-and-fstatvfs/m-p/4169662#M90865</link>
      <description>You seem to already have the answers.  What more do you want, a test case for each?</description>
      <pubDate>Fri, 28 Mar 2008 08:59:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/regarding-statvfs-and-fstatvfs/m-p/4169662#M90865</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-03-28T08:59:20Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding statvfs and fstatvfs</title>
      <link>https://community.hpe.com/t5/operating-system-linux/regarding-statvfs-and-fstatvfs/m-p/4169663#M90866</link>
      <description>Hi,&lt;BR /&gt;Thanks for your reply :)&lt;BR /&gt;&lt;BR /&gt;Absolutely right...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt; I need testcases for it.Please help me..&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Shammeer.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 28 Mar 2008 09:14:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/regarding-statvfs-and-fstatvfs/m-p/4169663#M90866</guid>
      <dc:creator>dudekulashameer</dc:creator>
      <dc:date>2008-03-28T09:14:30Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding statvfs and fstatvfs</title>
      <link>https://community.hpe.com/t5/operating-system-linux/regarding-statvfs-and-fstatvfs/m-p/4169664#M90867</link>
      <description>Could u please compile this in HPUX Itanium 11.31 machine.&lt;BR /&gt;&lt;BR /&gt;   Please let me know u have this machine ..&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;shammer</description>
      <pubDate>Fri, 28 Mar 2008 09:17:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/regarding-statvfs-and-fstatvfs/m-p/4169664#M90867</guid>
      <dc:creator>dudekulashameer</dc:creator>
      <dc:date>2008-03-28T09:17:02Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding statvfs and fstatvfs</title>
      <link>https://community.hpe.com/t5/operating-system-linux/regarding-statvfs-and-fstatvfs/m-p/4169665#M90868</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Please help me in doing this...I need to submit these answers by tommorow afternoon.&lt;BR /&gt;&lt;BR /&gt;Homework assignments are not the purpose of this forum, if that correctly represents your intent.&lt;BR /&gt;&lt;BR /&gt;As for testing, see:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.testdrive.hp.com/os/" target="_blank"&gt;http://www.testdrive.hp.com/os/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 28 Mar 2008 10:52:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/regarding-statvfs-and-fstatvfs/m-p/4169665#M90868</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2008-03-28T10:52:24Z</dc:date>
    </item>
  </channel>
</rss>

