<?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 Create new filesystem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/create-new-filesystem/m-p/4082039#M601178</link>
    <description>Hi All&lt;BR /&gt;&lt;BR /&gt;I want to create a new filesystem in HP-UX 11i machine.&lt;BR /&gt;&lt;BR /&gt;Please assit me.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Hari</description>
    <pubDate>Fri, 05 Oct 2007 12:34:14 GMT</pubDate>
    <dc:creator>Hkandati</dc:creator>
    <dc:date>2007-10-05T12:34:14Z</dc:date>
    <item>
      <title>Create new filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/create-new-filesystem/m-p/4082039#M601178</link>
      <description>Hi All&lt;BR /&gt;&lt;BR /&gt;I want to create a new filesystem in HP-UX 11i machine.&lt;BR /&gt;&lt;BR /&gt;Please assit me.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Hari</description>
      <pubDate>Fri, 05 Oct 2007 12:34:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/create-new-filesystem/m-p/4082039#M601178</guid>
      <dc:creator>Hkandati</dc:creator>
      <dc:date>2007-10-05T12:34:14Z</dc:date>
    </item>
    <item>
      <title>Re: Create new filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/create-new-filesystem/m-p/4082040#M601179</link>
      <description># lvcreate -L size_in_MB -n lvname /dev/vgxx&lt;BR /&gt;example&lt;BR /&gt;# lvcreate -L 500 -n lv_test /dev/vg01&lt;BR /&gt;will create a logical volume named lv_test size 500MB&lt;BR /&gt;# newfs -F vxfs /dev/vgxx/rlv_test&lt;BR /&gt;note the r!&lt;BR /&gt;This will create the filesystem on the lv lv_test&lt;BR /&gt;&lt;BR /&gt;Hope this helps a bit.&lt;BR /&gt;Robert-Jan</description>
      <pubDate>Fri, 05 Oct 2007 12:40:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/create-new-filesystem/m-p/4082040#M601179</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2007-10-05T12:40:21Z</dc:date>
    </item>
    <item>
      <title>Re: Create new filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/create-new-filesystem/m-p/4082041#M601180</link>
      <description>See the EXAMPLES section under the lvm(7) manpage:&lt;BR /&gt;&lt;BR /&gt;# man 7 lvm</description>
      <pubDate>Fri, 05 Oct 2007 12:44:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/create-new-filesystem/m-p/4082041#M601180</guid>
      <dc:creator>Sandman!</dc:creator>
      <dc:date>2007-10-05T12:44:03Z</dc:date>
    </item>
    <item>
      <title>Re: Create new filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/create-new-filesystem/m-p/4082042#M601181</link>
      <description>Hi Hari,&lt;BR /&gt;&lt;BR /&gt;Do you already have the vg created or not if not then follow the below procedure&lt;BR /&gt;&lt;BR /&gt;first &lt;BR /&gt;ioscan -fnCdisk [check the new physical disk]&lt;BR /&gt;then&lt;BR /&gt;&lt;BR /&gt;pvcreate -f /dev/dsk/x0t1d0 [new disk path]&lt;BR /&gt;&lt;BR /&gt;mkdir /dev/new vg name&lt;BR /&gt;cd /dev/new vg name&lt;BR /&gt;&lt;BR /&gt;check the group file&lt;BR /&gt;ll /dev/*/group&lt;BR /&gt;&lt;BR /&gt;create the new group files -&lt;BR /&gt;mknod group c 64 [major and minor no ]&lt;BR /&gt;&lt;BR /&gt;create vgcreate -&lt;BR /&gt;vgcreate /dev/new vg name&lt;BR /&gt;&lt;BR /&gt;check the vgdisplay output -&lt;BR /&gt;vgdisplay new vg name | more&lt;BR /&gt;&lt;BR /&gt;check the total PE &lt;BR /&gt;&lt;BR /&gt;create the new lv&lt;BR /&gt;lvcreate -L [size of PE] -n [new lvname] /dev/new vgname&lt;BR /&gt;&lt;BR /&gt;create new mount point&lt;BR /&gt;mkdir new mount point name&lt;BR /&gt;&lt;BR /&gt;create new file system on the mount point&lt;BR /&gt;newfs -F vxfs -o largefiles /dev/newvgname/r[new lvname ]&lt;BR /&gt;&lt;BR /&gt;add the mount point name in fstab&lt;BR /&gt;&lt;BR /&gt;use mount command.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Avinash</description>
      <pubDate>Mon, 08 Oct 2007 09:54:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/create-new-filesystem/m-p/4082042#M601181</guid>
      <dc:creator>Avinash Agarkar</dc:creator>
      <dc:date>2007-10-08T09:54:48Z</dc:date>
    </item>
  </channel>
</rss>

