<?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: format a mount point in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/format-a-mount-point/m-p/5086287#M441595</link>
    <description>No need to fully format the mount point again.</description>
    <pubDate>Thu, 03 Jan 2008 03:42:07 GMT</pubDate>
    <dc:creator>Shehan</dc:creator>
    <dc:date>2008-01-03T03:42:07Z</dc:date>
    <item>
      <title>format a mount point</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/format-a-mount-point/m-p/5086282#M441590</link>
      <description>Hi All&lt;BR /&gt;   I have already created mount point(/stg/stg01) in a EVA8K. Now I need to fully format particular partition.So please let me know the command to format this. My file system is VxFS &amp;amp; size is 2TB.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Nirukshitha&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 02 Jan 2008 10:12:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/format-a-mount-point/m-p/5086282#M441590</guid>
      <dc:creator>Shehan</dc:creator>
      <dc:date>2008-01-02T10:12:49Z</dc:date>
    </item>
    <item>
      <title>Re: format a mount point</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/format-a-mount-point/m-p/5086283#M441591</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;you can run this coomand to format partition&lt;BR /&gt;&lt;BR /&gt;#newfs -F vxfs -o largefiles /dev/&lt;VG_NAME&gt;/r&lt;LV_NAME&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/LV_NAME&gt;&lt;/VG_NAME&gt;</description>
      <pubDate>Wed, 02 Jan 2008 10:29:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/format-a-mount-point/m-p/5086283#M441591</guid>
      <dc:creator>Jeeshan</dc:creator>
      <dc:date>2008-01-02T10:29:39Z</dc:date>
    </item>
    <item>
      <title>Re: format a mount point</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/format-a-mount-point/m-p/5086284#M441592</link>
      <description>In Unix world, preparing the media and creating the file system are separate tasks. In MS-Windows, these tasks are often lumped together and the entire procedure is called "formatting". The use of this term in Unix world is likely to cause confusion.&lt;BR /&gt;&lt;BR /&gt;So please be more specific: do you want to&lt;BR /&gt;- prepare a physical disk for use?&lt;BR /&gt;- just create a new filesystem for a new logical volume?&lt;BR /&gt;- or maybe destroy the old data on a particular disk/logical volume?&lt;BR /&gt;&lt;BR /&gt;The actual low-level formatting (mediainit) is very rarely needed with modern disks. Don't use the "mediainit" command if there is no specific need to do so.&lt;BR /&gt;&lt;BR /&gt;To prepare a disk for use in HP-UX, you should use pvcreate to set it up for LVM use, then vgcreate/vgextend and lvcreate to create a new logical volume of necessary size. Then you can use the mkfs command to create a filesystem on the new logical volume. After this, you can mount the new LV to the desired mountpoint.&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Wed, 02 Jan 2008 10:42:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/format-a-mount-point/m-p/5086284#M441592</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2008-01-02T10:42:52Z</dc:date>
    </item>
    <item>
      <title>Re: format a mount point</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/format-a-mount-point/m-p/5086285#M441593</link>
      <description>I already use mentioned command below.&lt;BR /&gt;&lt;BR /&gt;#newfs -F vxfs -o largefiles /dev/&lt;VG_NAME&gt;/r&lt;LV_NAME&gt;&lt;BR /&gt;&lt;BR /&gt; Then I believe we don't need to fully format it again. Is it ?&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Nirukshitha&lt;/LV_NAME&gt;&lt;/VG_NAME&gt;</description>
      <pubDate>Wed, 02 Jan 2008 11:15:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/format-a-mount-point/m-p/5086285#M441593</guid>
      <dc:creator>Shehan</dc:creator>
      <dc:date>2008-01-02T11:15:20Z</dc:date>
    </item>
    <item>
      <title>Re: format a mount point</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/format-a-mount-point/m-p/5086286#M441594</link>
      <description>that is correct you just need to mount it on the lvol</description>
      <pubDate>Wed, 02 Jan 2008 19:11:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/format-a-mount-point/m-p/5086286#M441594</guid>
      <dc:creator>David Bellamy</dc:creator>
      <dc:date>2008-01-02T19:11:58Z</dc:date>
    </item>
    <item>
      <title>Re: format a mount point</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/format-a-mount-point/m-p/5086287#M441595</link>
      <description>No need to fully format the mount point again.</description>
      <pubDate>Thu, 03 Jan 2008 03:42:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/format-a-mount-point/m-p/5086287#M441595</guid>
      <dc:creator>Shehan</dc:creator>
      <dc:date>2008-01-03T03:42:07Z</dc:date>
    </item>
  </channel>
</rss>

