<?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 Problem with mount command in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-mount-command/m-p/3543247#M223671</link>
    <description>He&lt;BR /&gt;&lt;BR /&gt;i try to mount a fs BUT this fs will be have all disk, /dev/dsk/c0t9d0 is my disk and i did the following step&lt;BR /&gt;&lt;BR /&gt;pvcreate /dev/dsk/c0t9d0&lt;BR /&gt;mkdir /myfs/mydir&lt;BR /&gt;mount /dev/dsk/cot9d0 /myfs/mydir&lt;BR /&gt;&lt;BR /&gt;but this operation failed,&lt;BR /&gt;Any idea&lt;BR /&gt;&lt;BR /&gt;the /etc/fstab is already modified &lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 12 May 2005 07:59:33 GMT</pubDate>
    <dc:creator>Alan Vargas</dc:creator>
    <dc:date>2005-05-12T07:59:33Z</dc:date>
    <item>
      <title>Problem with mount command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-mount-command/m-p/3543247#M223671</link>
      <description>He&lt;BR /&gt;&lt;BR /&gt;i try to mount a fs BUT this fs will be have all disk, /dev/dsk/c0t9d0 is my disk and i did the following step&lt;BR /&gt;&lt;BR /&gt;pvcreate /dev/dsk/c0t9d0&lt;BR /&gt;mkdir /myfs/mydir&lt;BR /&gt;mount /dev/dsk/cot9d0 /myfs/mydir&lt;BR /&gt;&lt;BR /&gt;but this operation failed,&lt;BR /&gt;Any idea&lt;BR /&gt;&lt;BR /&gt;the /etc/fstab is already modified &lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 12 May 2005 07:59:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-mount-command/m-p/3543247#M223671</guid>
      <dc:creator>Alan Vargas</dc:creator>
      <dc:date>2005-05-12T07:59:33Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with mount command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-mount-command/m-p/3543248#M223672</link>
      <description>You need to create a file system on the disk first:&lt;BR /&gt;&lt;BR /&gt;mkfs -F vxfs [-o largefiles] /dev/dsk/c0t9d0</description>
      <pubDate>Thu, 12 May 2005 08:03:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-mount-command/m-p/3543248#M223672</guid>
      <dc:creator>David Child_1</dc:creator>
      <dc:date>2005-05-12T08:03:20Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with mount command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-mount-command/m-p/3543249#M223673</link>
      <description>Sorry, I forgot to mention; if you are just using the disk without LVM then you don't need to perform the pvcreate. That just creates the LVM information on the disk.&lt;BR /&gt;&lt;BR /&gt;David</description>
      <pubDate>Thu, 12 May 2005 08:04:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-mount-command/m-p/3543249#M223673</guid>
      <dc:creator>David Child_1</dc:creator>
      <dc:date>2005-05-12T08:04:46Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with mount command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-mount-command/m-p/3543250#M223674</link>
      <description>To mount a filesystem you must create a logical volume and it should be a part of volume group&lt;BR /&gt;once that is done you have to run newfs to create a file system and then you can mount it.&lt;BR /&gt;A logical volume that DOES NOT contain a file system cannot be mounted.&lt;BR /&gt;&lt;BR /&gt;-USA..&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 12 May 2005 08:12:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-mount-command/m-p/3543250#M223674</guid>
      <dc:creator>Uday_S_Ankolekar</dc:creator>
      <dc:date>2005-05-12T08:12:13Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with mount command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-mount-command/m-p/3543251#M223675</link>
      <description>Alan,&lt;BR /&gt;I concur with Uday posting.&lt;BR /&gt;&lt;BR /&gt;The following is hierarchy in the Unix file systems&lt;BR /&gt;&lt;BR /&gt;Volume Group (You add HDD to the VG)&lt;BR /&gt;Logical Volume (These are created in VGs)&lt;BR /&gt;File System (This is created in a LV)&lt;BR /&gt;&lt;BR /&gt;Then you can mount the file system.&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;Mobeen</description>
      <pubDate>Thu, 12 May 2005 08:20:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-mount-command/m-p/3543251#M223675</guid>
      <dc:creator>Mobeen_1</dc:creator>
      <dc:date>2005-05-12T08:20:42Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with mount command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-mount-command/m-p/3543252#M223676</link>
      <description>Hi,&lt;BR /&gt;Followin the previous postings, you have now since you did a pvcreate the choice of adding the PV to an existing VG using vgextend command or create a new VG (vgcreate)...&lt;BR /&gt;Once you decided which option, create a logical volume using lvcreate then a filesystem with newfs, but all this can be done using SAM which will guide you since it is interactive...&lt;BR /&gt;&lt;BR /&gt;All the best&lt;BR /&gt;Victor</description>
      <pubDate>Thu, 12 May 2005 08:25:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-mount-command/m-p/3543252#M223676</guid>
      <dc:creator>Victor BERRIDGE</dc:creator>
      <dc:date>2005-05-12T08:25:40Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with mount command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-mount-command/m-p/3543253#M223677</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;#mkdir /dev/vg01&lt;BR /&gt;#mknod /dev/vg01/group c 64 0x010000&lt;BR /&gt;#vgcreate /dev/vg01&lt;BR /&gt;#vgimport /dev/vg01 /dev/dsk/c0t9d0&lt;BR /&gt;#vgchange -a y /dev/vg01&lt;BR /&gt;#ll /dev/vg01/lvol* and mount the volumes&lt;BR /&gt;&lt;BR /&gt;Create lvols&lt;BR /&gt;lvcreate vg01&lt;BR /&gt;lvextend -L 8000 /dev/vg01&lt;BR /&gt;(creates a partition of 8GB)&lt;BR /&gt;&lt;BR /&gt;create filesystem.&lt;BR /&gt;mkfs -F vxfs -o largefiles /dev/vg01/lvol1&lt;BR /&gt;&lt;BR /&gt;now modify the /etc/fstab to include /dev/vg01/lvol1 instead of /dev/dsk/c0t9d0 and then do a mountall to mount the filesystem.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Naveej&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 12 May 2005 08:32:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-mount-command/m-p/3543253#M223677</guid>
      <dc:creator>Naveej.K.A</dc:creator>
      <dc:date>2005-05-12T08:32:00Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with mount command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-mount-command/m-p/3543254#M223678</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Do you require to create filesystem on whole disk or on LVM?&lt;BR /&gt;&lt;BR /&gt;From your post i understand that you nbeed to create the fs on whole disk.&lt;BR /&gt;&lt;BR /&gt;Perform the following steps:&lt;BR /&gt;&lt;BR /&gt;I) If you have already created physical volume on that disk, remove it:&lt;BR /&gt;# pvremove /dev/rdsk/c0t9d0&lt;BR /&gt;&lt;BR /&gt;II) Make filesystem on this disk:&lt;BR /&gt;# newfs -F vxfs /dev/rdsk/c0t0d0&lt;BR /&gt;&lt;BR /&gt;If you need to pass some options, you may do want to see the man pages of newfs.&lt;BR /&gt;&lt;BR /&gt;III) Mount the filesystem:&lt;BR /&gt;# mount -F vxfs /dev/dsk/c0t9d0 /myfs/mydir.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Suraj</description>
      <pubDate>Thu, 12 May 2005 08:57:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-mount-command/m-p/3543254#M223678</guid>
      <dc:creator>Suraj Singh_1</dc:creator>
      <dc:date>2005-05-12T08:57:14Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with mount command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-mount-command/m-p/3543255#M223679</link>
      <description>He everyone&lt;BR /&gt;&lt;BR /&gt;I did not tell you that i do not use LVM command, the /etc/fstab must be in my server in this way&lt;BR /&gt;&lt;BR /&gt;prueba: more /etc/fstab&lt;BR /&gt;# System /etc/fstab file.  Static information about the file systems&lt;BR /&gt;# See fstab(4) and sam(1M) for further details on configuring devices.&lt;BR /&gt;/dev/vg00/lvol3 / vxfs delaylog 0 1&lt;BR /&gt;/dev/vg00/lvol1 /stand hfs defaults 0 1&lt;BR /&gt;/dev/vg00/lvol4 /home vxfs delaylog 0 2&lt;BR /&gt;/dev/vg00/lvol5 /opt vxfs delaylog 0 2&lt;BR /&gt;/dev/vg00/lvol6 /setm vxfs delaylog 0 2&lt;BR /&gt;/dev/vg00/lvol7 /tmp vxfs delaylog 0 2&lt;BR /&gt;/dev/vg00/lvol8 /usr vxfs delaylog 0 2&lt;BR /&gt;/dev/vg00/lvol9 /var vxfs delaylog 0 2&lt;BR /&gt;/dev/dsk/c0t8d0 /setm/base1 hfs defaults 0 2&lt;BR /&gt;/dev/dsk/c0t10d0 /setm/base hfs defaults 0 2&lt;BR /&gt;prueba:&lt;BR /&gt;&lt;BR /&gt;you can see that last part file there is 2 disk mount without LVM command (without VG), i try to following but ...&lt;BR /&gt;&lt;BR /&gt;# pvcreate /dev/rdsk/c0t9d0 = ok&lt;BR /&gt;# mkdir /setm/base = ok&lt;BR /&gt;# mount /dev/dsk/c0t9d0 /setm/base&lt;BR /&gt;/dev/dsk/c0t9d0: unrecognized file system = ERROR&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I need to use to the Whole-disk Approach&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 12 May 2005 09:19:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-mount-command/m-p/3543255#M223679</guid>
      <dc:creator>Alan Vargas</dc:creator>
      <dc:date>2005-05-12T09:19:58Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with mount command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-mount-command/m-p/3543256#M223680</link>
      <description>Hi Alan,&lt;BR /&gt;&lt;BR /&gt;In order to create a filesystem using "whole disk" you are not supposed to run "pvcreate" command.&lt;BR /&gt;&lt;BR /&gt;Perform the steps outlined in my post above, and you should be able to mount the same.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Suraj</description>
      <pubDate>Thu, 12 May 2005 09:23:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-mount-command/m-p/3543256#M223680</guid>
      <dc:creator>Suraj Singh_1</dc:creator>
      <dc:date>2005-05-12T09:23:17Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with mount command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-mount-command/m-p/3543257#M223681</link>
      <description>Thanks very much Suraj Singh, it works like you told me&lt;BR /&gt;&lt;BR /&gt;thanks again&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 12 May 2005 09:35:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-mount-command/m-p/3543257#M223681</guid>
      <dc:creator>Alan Vargas</dc:creator>
      <dc:date>2005-05-12T09:35:27Z</dc:date>
    </item>
  </channel>
</rss>

