<?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: Trouble adding hfs disk in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/trouble-adding-hfs-disk/m-p/2488696#M801249</link>
    <description>Assuming that the drive is not somehow part of an lvm group, then it might be possible that there is an lvm signature on the drive.&lt;BR /&gt;&lt;BR /&gt;To remove this signature you could copy a large file to /dev/rdsk/c0t11d0.&lt;BR /&gt;&lt;BR /&gt;There are other ways to recover the lvm information and delete it using lvm commands, but this is faster.&lt;BR /&gt;&lt;BR /&gt;If worse comes to worst, you could always mediainit the drive.</description>
    <pubDate>Wed, 31 Jan 2001 23:48:01 GMT</pubDate>
    <dc:creator>Michael Lampi</dc:creator>
    <dc:date>2001-01-31T23:48:01Z</dc:date>
    <item>
      <title>Trouble adding hfs disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/trouble-adding-hfs-disk/m-p/2488695#M801248</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;I am trying to add a hfs disk drive.  &lt;BR /&gt;but when I attempted to add it via &lt;BR /&gt;SAM -&amp;gt; Disks and File Systems -&amp;gt; Disk Devices Click the "Unused" disk, go to Actions, Add, &lt;BR /&gt;Not Using The LVM, Type in mount dir., &lt;BR /&gt;Modify defaults... &lt;BR /&gt;&lt;BR /&gt;I got the following error: &lt;BR /&gt;mkfs (hfs) /dev/rdsk/c0t11d0 is a logical volume device.  &lt;BR /&gt;&lt;BR /&gt;I can't find any lvm info in the /etc/fstab, lvmtab.  I don't understand.  Please help.&lt;BR /&gt;&lt;BR /&gt;Tracie</description>
      <pubDate>Wed, 31 Jan 2001 22:33:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/trouble-adding-hfs-disk/m-p/2488695#M801248</guid>
      <dc:creator>Tracie Davis</dc:creator>
      <dc:date>2001-01-31T22:33:53Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble adding hfs disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/trouble-adding-hfs-disk/m-p/2488696#M801249</link>
      <description>Assuming that the drive is not somehow part of an lvm group, then it might be possible that there is an lvm signature on the drive.&lt;BR /&gt;&lt;BR /&gt;To remove this signature you could copy a large file to /dev/rdsk/c0t11d0.&lt;BR /&gt;&lt;BR /&gt;There are other ways to recover the lvm information and delete it using lvm commands, but this is faster.&lt;BR /&gt;&lt;BR /&gt;If worse comes to worst, you could always mediainit the drive.</description>
      <pubDate>Wed, 31 Jan 2001 23:48:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/trouble-adding-hfs-disk/m-p/2488696#M801249</guid>
      <dc:creator>Michael Lampi</dc:creator>
      <dc:date>2001-01-31T23:48:01Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble adding hfs disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/trouble-adding-hfs-disk/m-p/2488697#M801250</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;According to the man page for mkfs_hfs(1m), a disk that was a LVM disk cannot have a whole-disk hfs filesystem placed on it.  The man page says to reinitialize the disk with mediainit(1).  A much faster solution would be to overwrite the roughly 3MB of LVM data at the beginning of the disk.  The following command will so just that:&lt;BR /&gt;&lt;BR /&gt;dd if=/stand/vmunix of=/dev/dsk/c0t8d0 bs=8192 count=50&lt;BR /&gt;&lt;BR /&gt;Be careful with the dd command!  Reversing the if file and the of file will overwrite your kernel.  See the man page for more infomation.&lt;BR /&gt;&lt;BR /&gt;--Bruce</description>
      <pubDate>Tue, 06 Feb 2001 16:22:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/trouble-adding-hfs-disk/m-p/2488697#M801250</guid>
      <dc:creator>Bruce Regittko_1</dc:creator>
      <dc:date>2001-02-06T16:22:10Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble adding hfs disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/trouble-adding-hfs-disk/m-p/2488698#M801251</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Based on the error "mkfs (hfs) /dev/rdsk/c0t11d0 is not a logical volume device", I would think that SAM is attempting to create a filesystem on a raw disk device rather than a raw logical volume.&lt;BR /&gt;&lt;BR /&gt;If you are using LVM, then mkfs should be applied to raw logical volumes instead of raw disk devices.&lt;BR /&gt;&lt;BR /&gt;You should try newfs at the command line on the proper raw logical volume which should look like /dev/vg00/rlvol11 and see if it works properly.&lt;BR /&gt;&lt;BR /&gt;Hope this helps. Regards.&lt;BR /&gt;&lt;BR /&gt;Steven Sim Kok Leong&lt;BR /&gt;Brainbench MVP for Unix Admin&lt;BR /&gt;&lt;A href="http://www.brainbench.com" target="_blank"&gt;http://www.brainbench.com&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 07 Feb 2001 10:29:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/trouble-adding-hfs-disk/m-p/2488698#M801251</guid>
      <dc:creator>Steven Sim Kok Leong</dc:creator>
      <dc:date>2001-02-07T10:29:41Z</dc:date>
    </item>
  </channel>
</rss>

