<?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: Mounting Filesystem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-filesystem/m-p/4985459#M420848</link>
    <description>Hello Rafael,&lt;BR /&gt;&lt;BR /&gt;I know that the post is closed, however I noticed that the FS size is 100GB and when you did the newfs, it was done without the &lt;BR /&gt;-o largefiles option, this might cause issues when trying to create / copy files larger than 2GB. You correct the slip using fsadm command.&lt;BR /&gt;&lt;BR /&gt;#fsadm -F vxfs -o largefiles /dev/vg01/dg01&lt;BR /&gt;&lt;BR /&gt;If it fails then you have to do a newfs..&lt;BR /&gt;&lt;BR /&gt;# newfs -F vxfs -o largefiles /dev/vg01/rdg01&lt;BR /&gt;&lt;BR /&gt;But you will loose data with the newfs command.&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;</description>
    <pubDate>Thu, 15 Jun 2006 20:31:43 GMT</pubDate>
    <dc:creator>Albert_31</dc:creator>
    <dc:date>2006-06-15T20:31:43Z</dc:date>
    <item>
      <title>Mounting Filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-filesystem/m-p/4985449#M420838</link>
      <description>I have a 100 gig disk presented to me for the SAN.&lt;BR /&gt;&lt;BR /&gt;I did the following steps: I still can not mount it please advise what I'm doing wrong.&lt;BR /&gt;&lt;BR /&gt;mkdir /od/dg01&lt;BR /&gt;mkdir /dev/vg01&lt;BR /&gt;ioscan -fnC disk&lt;BR /&gt;pvcreate /dev/rdsk/c14t0d0 &lt;BR /&gt;vgcreate vg01 /dev/dsk/c14t0d0&lt;BR /&gt;mknod /dev/vg01/group c 64 0x010000&lt;BR /&gt;lvcreate -L 100000 -n dg01 vg01&lt;BR /&gt;&lt;BR /&gt;miaux10: / =&amp;gt;mount /dev/vg01/dg01 /od/dg01        &lt;BR /&gt;/dev/vg01/dg01: unrecognized file system&lt;BR /&gt;&lt;BR /&gt;Please help....&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 14 Jun 2006 19:45:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounting-filesystem/m-p/4985449#M420838</guid>
      <dc:creator>Rafael Casero</dc:creator>
      <dc:date>2006-06-14T19:45:12Z</dc:date>
    </item>
    <item>
      <title>Re: Mounting Filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-filesystem/m-p/4985450#M420839</link>
      <description>Well - you need to mknod before the vgcreate and you need to newfs the lvol&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Wed, 14 Jun 2006 19:50:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounting-filesystem/m-p/4985450#M420839</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2006-06-14T19:50:56Z</dc:date>
    </item>
    <item>
      <title>Re: Mounting Filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-filesystem/m-p/4985451#M420840</link>
      <description>I did I just put it in the wrong order. &lt;BR /&gt;&lt;BR /&gt;sorry...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 14 Jun 2006 19:54:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounting-filesystem/m-p/4985451#M420840</guid>
      <dc:creator>Rafael Casero</dc:creator>
      <dc:date>2006-06-14T19:54:42Z</dc:date>
    </item>
    <item>
      <title>Re: Mounting Filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-filesystem/m-p/4985452#M420841</link>
      <description>Can you please give the proper syntax for &lt;BR /&gt;&lt;BR /&gt;newfs&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Wed, 14 Jun 2006 19:57:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounting-filesystem/m-p/4985452#M420841</guid>
      <dc:creator>Rafael Casero</dc:creator>
      <dc:date>2006-06-14T19:57:40Z</dc:date>
    </item>
    <item>
      <title>Re: Mounting Filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-filesystem/m-p/4985453#M420842</link>
      <description>Hi Rafael:&lt;BR /&gt;&lt;BR /&gt;The manpages for 'newfs' will direct you, but:&lt;BR /&gt;&lt;BR /&gt;# newfs -F vxfs /dev/vg01/dg01&lt;BR /&gt;&lt;BR /&gt;This will create a JFS (VxFS) filesystem whose size is equal to the logical volume container size.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 14 Jun 2006 20:06:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounting-filesystem/m-p/4985453#M420842</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2006-06-14T20:06:16Z</dc:date>
    </item>
    <item>
      <title>Re: Mounting Filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-filesystem/m-p/4985454#M420843</link>
      <description>For some reason is not working for me&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;miaux10: / =&amp;gt;newfs -F vxfs /dev/vg01/dg01&lt;BR /&gt;UX:vxfs newfs: ERROR: V-3-21623: /dev/vg01/dg01 is not a character device&lt;BR /&gt;</description>
      <pubDate>Wed, 14 Jun 2006 20:08:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounting-filesystem/m-p/4985454#M420843</guid>
      <dc:creator>Rafael Casero</dc:creator>
      <dc:date>2006-06-14T20:08:56Z</dc:date>
    </item>
    <item>
      <title>Re: Mounting Filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-filesystem/m-p/4985455#M420844</link>
      <description>Hi Rafael:&lt;BR /&gt;&lt;BR /&gt;Oops!  I meant to specify the *raw* (character) device:&lt;BR /&gt;&lt;BR /&gt;# newfs -F vxfs /dev/vg01/rdg01&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 14 Jun 2006 20:30:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounting-filesystem/m-p/4985455#M420844</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2006-06-14T20:30:21Z</dc:date>
    </item>
    <item>
      <title>Re: Mounting Filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-filesystem/m-p/4985456#M420845</link>
      <description>You must use the character (raw) device file when creating a new filesystem. The raw device file has the letter 'r' in front. So the synat would be:&lt;BR /&gt; &lt;BR /&gt;newfs -F vxfs /dev/vg01/rdg01&lt;BR /&gt; &lt;BR /&gt;If you list the volume group directory, lvcreate will create a pair of device files with different major numbers (raw and cooked).</description>
      <pubDate>Wed, 14 Jun 2006 20:30:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounting-filesystem/m-p/4985456#M420845</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2006-06-14T20:30:22Z</dc:date>
    </item>
    <item>
      <title>Re: Mounting Filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-filesystem/m-p/4985457#M420846</link>
      <description>You guy's are the best... &lt;BR /&gt;&lt;BR /&gt;That did it.&lt;BR /&gt;&lt;BR /&gt;Thanks, guy's this is my first time doing this, our Unix admin just got up and left so I offered to take the position. &lt;BR /&gt;&lt;BR /&gt;So I'm pulling my hairs. &lt;BR /&gt;;-)&lt;BR /&gt;</description>
      <pubDate>Wed, 14 Jun 2006 20:38:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounting-filesystem/m-p/4985457#M420846</guid>
      <dc:creator>Rafael Casero</dc:creator>
      <dc:date>2006-06-14T20:38:06Z</dc:date>
    </item>
    <item>
      <title>Re: Mounting Filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-filesystem/m-p/4985458#M420847</link>
      <description>Thanks,AGAIN....</description>
      <pubDate>Wed, 14 Jun 2006 20:41:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounting-filesystem/m-p/4985458#M420847</guid>
      <dc:creator>Rafael Casero</dc:creator>
      <dc:date>2006-06-14T20:41:34Z</dc:date>
    </item>
    <item>
      <title>Re: Mounting Filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-filesystem/m-p/4985459#M420848</link>
      <description>Hello Rafael,&lt;BR /&gt;&lt;BR /&gt;I know that the post is closed, however I noticed that the FS size is 100GB and when you did the newfs, it was done without the &lt;BR /&gt;-o largefiles option, this might cause issues when trying to create / copy files larger than 2GB. You correct the slip using fsadm command.&lt;BR /&gt;&lt;BR /&gt;#fsadm -F vxfs -o largefiles /dev/vg01/dg01&lt;BR /&gt;&lt;BR /&gt;If it fails then you have to do a newfs..&lt;BR /&gt;&lt;BR /&gt;# newfs -F vxfs -o largefiles /dev/vg01/rdg01&lt;BR /&gt;&lt;BR /&gt;But you will loose data with the newfs command.&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;</description>
      <pubDate>Thu, 15 Jun 2006 20:31:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounting-filesystem/m-p/4985459#M420848</guid>
      <dc:creator>Albert_31</dc:creator>
      <dc:date>2006-06-15T20:31:43Z</dc:date>
    </item>
    <item>
      <title>Re: Mounting Filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-filesystem/m-p/4985460#M420849</link>
      <description>Thanks,&lt;BR /&gt;&lt;BR /&gt;Did not catch that////</description>
      <pubDate>Thu, 15 Jun 2006 21:13:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounting-filesystem/m-p/4985460#M420849</guid>
      <dc:creator>Rafael Casero</dc:creator>
      <dc:date>2006-06-15T21:13:45Z</dc:date>
    </item>
  </channel>
</rss>

