<?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: Create File System in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/create-file-system/m-p/4116878#M314145</link>
    <description>newfs -F &lt;FILE_SYSTEM eg.="" hfs=""&gt;&lt;/FILE_SYSTEM&gt;</description>
    <pubDate>Sun, 16 Dec 2007 12:10:24 GMT</pubDate>
    <dc:creator>Jeeshan</dc:creator>
    <dc:date>2007-12-16T12:10:24Z</dc:date>
    <item>
      <title>Create File System</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/create-file-system/m-p/4116871#M314138</link>
      <description>what command to create a file system ?, i need create one scripts for this</description>
      <pubDate>Fri, 14 Dec 2007 12:20:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/create-file-system/m-p/4116871#M314138</guid>
      <dc:creator>Flavio Lacks</dc:creator>
      <dc:date>2007-12-14T12:20:22Z</dc:date>
    </item>
    <item>
      <title>Re: Create File System</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/create-file-system/m-p/4116872#M314139</link>
      <description>newfs&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Fri, 14 Dec 2007 12:21:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/create-file-system/m-p/4116872#M314139</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2007-12-14T12:21:01Z</dc:date>
    </item>
    <item>
      <title>Re: Create File System</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/create-file-system/m-p/4116873#M314140</link>
      <description>newfs command is a "friendly" front-end to the mkfs command. yuo can use mkfs with the same result</description>
      <pubDate>Fri, 14 Dec 2007 12:25:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/create-file-system/m-p/4116873#M314140</guid>
      <dc:creator>Delcho Tuhchiev</dc:creator>
      <dc:date>2007-12-14T12:25:20Z</dc:date>
    </item>
    <item>
      <title>Re: Create File System</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/create-file-system/m-p/4116874#M314141</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;#newfs &lt;BR /&gt;&lt;BR /&gt;with lots of opions&lt;BR /&gt;-B for bootable&lt;BR /&gt;-F provide file system type&lt;BR /&gt;-s FS size etc.&lt;BR /&gt;&lt;BR /&gt;# man newfs&lt;BR /&gt;for more details&lt;BR /&gt;&lt;BR /&gt;-=ShRi=-</description>
      <pubDate>Fri, 14 Dec 2007 12:32:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/create-file-system/m-p/4116874#M314141</guid>
      <dc:creator>Shrikant Lavhate</dc:creator>
      <dc:date>2007-12-14T12:32:09Z</dc:date>
    </item>
    <item>
      <title>Re: Create File System</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/create-file-system/m-p/4116875#M314142</link>
      <description>for exemple :&lt;BR /&gt;&lt;BR /&gt;/dev/vg20/lvol10 35340288 /u2/oradata/DETRAF/undo04&lt;BR /&gt;&lt;BR /&gt;what command for create this&lt;BR /&gt;</description>
      <pubDate>Fri, 14 Dec 2007 12:42:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/create-file-system/m-p/4116875#M314142</guid>
      <dc:creator>Flavio Lacks</dc:creator>
      <dc:date>2007-12-14T12:42:06Z</dc:date>
    </item>
    <item>
      <title>Re: Create File System</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/create-file-system/m-p/4116876#M314143</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;#newfs -F vxfs /dev/vg20/rlvol10</description>
      <pubDate>Fri, 14 Dec 2007 12:47:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/create-file-system/m-p/4116876#M314143</guid>
      <dc:creator>Shrikant Lavhate</dc:creator>
      <dc:date>2007-12-14T12:47:10Z</dc:date>
    </item>
    <item>
      <title>Re: Create File System</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/create-file-system/m-p/4116877#M314144</link>
      <description>After running newfs to create the file system, you then mount it:&lt;BR /&gt;&lt;BR /&gt;mkdir /u2/oradata/DETRAF/undo04&lt;BR /&gt;mount /dev/vg20/lvol10 /u2/oradata/DETRAF/undo04&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Fri, 14 Dec 2007 13:04:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/create-file-system/m-p/4116877#M314144</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2007-12-14T13:04:16Z</dc:date>
    </item>
    <item>
      <title>Re: Create File System</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/create-file-system/m-p/4116878#M314145</link>
      <description>newfs -F &lt;FILE_SYSTEM eg.="" hfs=""&gt;&lt;/FILE_SYSTEM&gt;</description>
      <pubDate>Sun, 16 Dec 2007 12:10:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/create-file-system/m-p/4116878#M314145</guid>
      <dc:creator>Jeeshan</dc:creator>
      <dc:date>2007-12-16T12:10:24Z</dc:date>
    </item>
  </channel>
</rss>

