<?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 filesystem creation in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-creation/m-p/2700591#M57780</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;If I run the following command to create a filesystem, what would I put in /etc/fstab ?&lt;BR /&gt;&lt;BR /&gt;newfs -F vxfs -o largefiles /dev/vg01/rlvol1 &lt;BR /&gt;&lt;BR /&gt;Also, what do the follwing mean and do they need to be specified at filesystem creation ?&lt;BR /&gt;&lt;BR /&gt;rw&lt;BR /&gt;suid&lt;BR /&gt;delaylog&lt;BR /&gt;detainlog&lt;BR /&gt;0 2&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;steve&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 10 Apr 2002 07:36:57 GMT</pubDate>
    <dc:creator>Stephen Young_1</dc:creator>
    <dc:date>2002-04-10T07:36:57Z</dc:date>
    <item>
      <title>filesystem creation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-creation/m-p/2700591#M57780</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;If I run the following command to create a filesystem, what would I put in /etc/fstab ?&lt;BR /&gt;&lt;BR /&gt;newfs -F vxfs -o largefiles /dev/vg01/rlvol1 &lt;BR /&gt;&lt;BR /&gt;Also, what do the follwing mean and do they need to be specified at filesystem creation ?&lt;BR /&gt;&lt;BR /&gt;rw&lt;BR /&gt;suid&lt;BR /&gt;delaylog&lt;BR /&gt;detainlog&lt;BR /&gt;0 2&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;steve&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 10 Apr 2002 07:36:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-creation/m-p/2700591#M57780</guid>
      <dc:creator>Stephen Young_1</dc:creator>
      <dc:date>2002-04-10T07:36:57Z</dc:date>
    </item>
    <item>
      <title>Re: filesystem creation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-creation/m-p/2700592#M57781</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Your fstab line should be something like this.&lt;BR /&gt;&lt;BR /&gt;/dev/vgnaam/lvol1 /test vxfs delaylog 0 2&lt;BR /&gt;&lt;BR /&gt;C.</description>
      <pubDate>Wed, 10 Apr 2002 07:42:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-creation/m-p/2700592#M57781</guid>
      <dc:creator>Clemens van Everdingen</dc:creator>
      <dc:date>2002-04-10T07:42:39Z</dc:date>
    </item>
    <item>
      <title>Re: filesystem creation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-creation/m-p/2700593#M57782</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;in fstab&lt;BR /&gt;&lt;BR /&gt;/dev/vg01/lvol1 /&lt;F-SYSTEM&gt; vxfs delaylog 0 2&lt;BR /&gt;&lt;BR /&gt;Steve&lt;/F-SYSTEM&gt;</description>
      <pubDate>Wed, 10 Apr 2002 07:44:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-creation/m-p/2700593#M57782</guid>
      <dc:creator>steven Burgess_2</dc:creator>
      <dc:date>2002-04-10T07:44:15Z</dc:date>
    </item>
    <item>
      <title>Re: filesystem creation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-creation/m-p/2700594#M57783</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;The options will be found in:&lt;BR /&gt;&lt;BR /&gt;man mount_vxfs&lt;BR /&gt;&lt;BR /&gt;C.</description>
      <pubDate>Wed, 10 Apr 2002 07:44:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-creation/m-p/2700594#M57783</guid>
      <dc:creator>Clemens van Everdingen</dc:creator>
      <dc:date>2002-04-10T07:44:28Z</dc:date>
    </item>
    <item>
      <title>Re: filesystem creation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-creation/m-p/2700595#M57784</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;The delaylog may be used to enable/disable read and write permissions and the quota. The defaults keyword shows that the filesystem is mounted in read/write mode&lt;BR /&gt;&lt;BR /&gt;The fifth column is reserved = 0 &lt;BR /&gt;&lt;BR /&gt;The sixth column is the order that the fsck command will use when checking the filesystems&lt;BR /&gt;on startup&lt;BR /&gt;&lt;BR /&gt;Steve</description>
      <pubDate>Wed, 10 Apr 2002 07:50:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-creation/m-p/2700595#M57784</guid>
      <dc:creator>steven Burgess_2</dc:creator>
      <dc:date>2002-04-10T07:50:36Z</dc:date>
    </item>
    <item>
      <title>Re: filesystem creation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-creation/m-p/2700596#M57785</link>
      <description>The information you need should look&lt;BR /&gt;something like this:&lt;BR /&gt;&lt;BR /&gt;/dev/vg01/lvol1 /mountpoint vxfs rw,suid,delaylog,datainlog,largefiles 0 2&lt;BR /&gt;&lt;BR /&gt;As stated you can have a look at the man&lt;BR /&gt;page of mount_vxfs&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;~Michael~</description>
      <pubDate>Wed, 10 Apr 2002 07:57:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-creation/m-p/2700596#M57785</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2002-04-10T07:57:01Z</dc:date>
    </item>
    <item>
      <title>Re: filesystem creation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-creation/m-p/2700597#M57786</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Did all this solve your problem ?&lt;BR /&gt;Please assign points to show us !&lt;BR /&gt;&lt;BR /&gt;C.&lt;BR /&gt;</description>
      <pubDate>Mon, 15 Apr 2002 05:59:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-creation/m-p/2700597#M57786</guid>
      <dc:creator>Clemens van Everdingen</dc:creator>
      <dc:date>2002-04-15T05:59:56Z</dc:date>
    </item>
  </channel>
</rss>

