<?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: bdf and long FS names in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/bdf-and-long-fs-names/m-p/2854770#M94449</link>
    <description>Hi Sebastian,&lt;BR /&gt;&lt;BR /&gt;are you fond of Perl?&lt;BR /&gt;&lt;BR /&gt;At CPAN is a wonderful module available viz. Filesys::Statfvs which uses the Unix statvs() syscall to obtain info abt. filesystems.&lt;BR /&gt;&lt;BR /&gt;You can download it from here&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.cpan.org/modules/by-module/Filesys/" target="_blank"&gt;http://www.cpan.org/modules/by-module/Filesys/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The usage of this module requires very little Perl knowledge and is straight forward.&lt;BR /&gt;Once installed type "perldoc Filesys::Statvfs"</description>
    <pubDate>Fri, 29 Nov 2002 17:20:30 GMT</pubDate>
    <dc:creator>Ralph Grothe</dc:creator>
    <dc:date>2002-11-29T17:20:30Z</dc:date>
    <item>
      <title>bdf and long FS names</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bdf-and-long-fs-names/m-p/2854768#M94447</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I use BDF to get FS size, %used and mount point. These values are automatically added in reports used to display statistics.&lt;BR /&gt;The pb is when the FS name is longer than 18c, the FS is displayed on 2 lines :&lt;BR /&gt;/dev/vg05_bc/lvol9 12582912 12291784  282036   98% /u58_bc&lt;BR /&gt;/dev/vg05_bc/lvol10&lt;BR /&gt;                   12550144 12291784  250292   98% /u59_bc&lt;BR /&gt;/dev/vg05/lvu51    12582912 12291784  282036   98% /u51&lt;BR /&gt;&lt;BR /&gt;How to obtain datas I need on only one line ?&lt;BR /&gt;&lt;BR /&gt;Thanx,&lt;BR /&gt;Sebastien.</description>
      <pubDate>Fri, 29 Nov 2002 16:54:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bdf-and-long-fs-names/m-p/2854768#M94447</guid>
      <dc:creator>Sébastien N</dc:creator>
      <dc:date>2002-11-29T16:54:52Z</dc:date>
    </item>
    <item>
      <title>Re: bdf and long FS names</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bdf-and-long-fs-names/m-p/2854769#M94448</link>
      <description>You can use awk to filter only the fields that you need, something like...&lt;BR /&gt;&lt;BR /&gt;bdf | grep [0-9]% | awk '{if ($1 ~ /\/.*/){print $5," ",$6}else{print $4," ",$5}}'&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;John</description>
      <pubDate>Fri, 29 Nov 2002 17:15:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bdf-and-long-fs-names/m-p/2854769#M94448</guid>
      <dc:creator>John Palmer</dc:creator>
      <dc:date>2002-11-29T17:15:13Z</dc:date>
    </item>
    <item>
      <title>Re: bdf and long FS names</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bdf-and-long-fs-names/m-p/2854770#M94449</link>
      <description>Hi Sebastian,&lt;BR /&gt;&lt;BR /&gt;are you fond of Perl?&lt;BR /&gt;&lt;BR /&gt;At CPAN is a wonderful module available viz. Filesys::Statfvs which uses the Unix statvs() syscall to obtain info abt. filesystems.&lt;BR /&gt;&lt;BR /&gt;You can download it from here&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.cpan.org/modules/by-module/Filesys/" target="_blank"&gt;http://www.cpan.org/modules/by-module/Filesys/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The usage of this module requires very little Perl knowledge and is straight forward.&lt;BR /&gt;Once installed type "perldoc Filesys::Statvfs"</description>
      <pubDate>Fri, 29 Nov 2002 17:20:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bdf-and-long-fs-names/m-p/2854770#M94449</guid>
      <dc:creator>Ralph Grothe</dc:creator>
      <dc:date>2002-11-29T17:20:30Z</dc:date>
    </item>
    <item>
      <title>Re: bdf and long FS names</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bdf-and-long-fs-names/m-p/2854771#M94450</link>
      <description>This is a feature of bdf to keep the length of the line to 80 chars or less. The line folding is very common with NFS mounts. You'll want to get a copy of bdfmegs, a script that not only keeps all the info on a single line but shows the stats in megs rather than the less useful Kbytes in bdf. It also has a -v option to show largefile capability, filesystem type/version and block/frag sizes. I've attached the latest version.</description>
      <pubDate>Fri, 29 Nov 2002 18:07:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bdf-and-long-fs-names/m-p/2854771#M94450</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2002-11-29T18:07:13Z</dc:date>
    </item>
  </channel>
</rss>

