<?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: problem with mounting a file system in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-mounting-a-file-system/m-p/2580193#M31697</link>
    <description>psst... sridhar,&lt;BR /&gt;&lt;BR /&gt;don't you use raw device for filesystem creation.&lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;</description>
    <pubDate>Mon, 17 Sep 2001 06:15:21 GMT</pubDate>
    <dc:creator>Sanjay_6</dc:creator>
    <dc:date>2001-09-17T06:15:21Z</dc:date>
    <item>
      <title>problem with mounting a file system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-mounting-a-file-system/m-p/2580190#M31694</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;My /home FS got currupted.so I removed everything(vg,lv etc)and created it afresh&lt;BR /&gt;now when I mount as&lt;BR /&gt;&lt;BR /&gt;#mount -F vxfs /dev/vghome/lvol1 /home&lt;BR /&gt;&lt;BR /&gt;it gives the error "mount- read of superblock on /dev/vghome/lvol1 failed, No such device or &lt;BR /&gt;address."&lt;BR /&gt;&lt;BR /&gt;and when I give&lt;BR /&gt;#mount /dev/vghome/lvol1 /home(w/o -F vxfs)&lt;BR /&gt;it gives the error "unrecognised file system".&lt;BR /&gt;&lt;BR /&gt;kindy help &lt;BR /&gt;&lt;BR /&gt;Thanls in Advance..&lt;BR /&gt;&lt;BR /&gt;Qamar</description>
      <pubDate>Mon, 17 Sep 2001 05:29:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-mounting-a-file-system/m-p/2580190#M31694</guid>
      <dc:creator>qamar_5</dc:creator>
      <dc:date>2001-09-17T05:29:03Z</dc:date>
    </item>
    <item>
      <title>Re: problem with mounting a file system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-mounting-a-file-system/m-p/2580191#M31695</link>
      <description>Hi Qamar,&lt;BR /&gt;&lt;BR /&gt;Did you create a new filesystem on that volume using vxfs.&lt;BR /&gt;&lt;BR /&gt;newfs -F -o largefiles vxfs /dev/vghome/rlvol1&lt;BR /&gt;&lt;BR /&gt;check your steps used in the VG/LV creation. you may have missed something, say assigning the size / extents to the LV or something minor, like that.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;</description>
      <pubDate>Mon, 17 Sep 2001 05:38:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-mounting-a-file-system/m-p/2580191#M31695</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2001-09-17T05:38:02Z</dc:date>
    </item>
    <item>
      <title>Re: problem with mounting a file system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-mounting-a-file-system/m-p/2580192#M31696</link>
      <description>Qamar,&lt;BR /&gt;&lt;BR /&gt;Your default fs may be hfs. Check out your /etc/default/fs file. If it shows LOCAL=hfs, &lt;BR /&gt;then your default lvcreate will create hfs logical volumes. Change it to LOCAL=vxfs.&lt;BR /&gt;&lt;BR /&gt;Now try mounting your file system as hfs and see if it works.&lt;BR /&gt;&lt;BR /&gt;mount -F hfs /dev/vghome/lvol1 /home.&lt;BR /&gt;&lt;BR /&gt;If this doesn't work, then you can't do anything. Initialize the logical volume and restore from the backups.&lt;BR /&gt;&lt;BR /&gt;newfs -F vxfs /dev/vghome/lvol1.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Mon, 17 Sep 2001 06:03:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-mounting-a-file-system/m-p/2580192#M31696</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2001-09-17T06:03:19Z</dc:date>
    </item>
    <item>
      <title>Re: problem with mounting a file system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-mounting-a-file-system/m-p/2580193#M31697</link>
      <description>psst... sridhar,&lt;BR /&gt;&lt;BR /&gt;don't you use raw device for filesystem creation.&lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;</description>
      <pubDate>Mon, 17 Sep 2001 06:15:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-mounting-a-file-system/m-p/2580193#M31697</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2001-09-17T06:15:21Z</dc:date>
    </item>
    <item>
      <title>Re: problem with mounting a file system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-mounting-a-file-system/m-p/2580194#M31698</link>
      <description>i too goofed,&lt;BR /&gt;&lt;BR /&gt;the newfs command should look like&lt;BR /&gt;&lt;BR /&gt;newfs -F vxfs -o largefiles /dev/vghome/rlvol1&lt;BR /&gt;&lt;BR /&gt;sorry.</description>
      <pubDate>Mon, 17 Sep 2001 06:17:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-mounting-a-file-system/m-p/2580194#M31698</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2001-09-17T06:17:03Z</dc:date>
    </item>
  </channel>
</rss>

