<?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 partition table disappears in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/partition-table-disappears/m-p/4062952#M29871</link>
    <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;We have the following problem.&lt;BR /&gt;&lt;BR /&gt;Setup:&lt;BR /&gt;&lt;BR /&gt;RedHat 4.4 ia64 Itanium (rx2620).&lt;BR /&gt;EVA4000&lt;BR /&gt;Oracle 10G + OCFS2 &lt;BR /&gt;&lt;BR /&gt;We created and presented a Vdisk to 2 hosts.&lt;BR /&gt;Partitioned the Vdisk on  host 1 (using fdisk option 'n')&lt;BR /&gt;Formatted the partition for OCFS2 (using ocfs2console).&lt;BR /&gt;Mounted the filesystem on host 1.&lt;BR /&gt;Mounted the filesystem on host 2.&lt;BR /&gt;Everything worked fine.&lt;BR /&gt;&lt;BR /&gt;We rebooted host 1.&lt;BR /&gt;After that host 1 cannot mount the filesystem anymore, giving error:&lt;BR /&gt;"mount.ocfs2: Device name specified was not found while opening device /dev/sdi1"&lt;BR /&gt;&lt;BR /&gt;It turns out that the partition table seems to be gone:&lt;BR /&gt;&lt;BR /&gt;fdisk -l /dev/sdi&lt;BR /&gt;Disk /dev/sdi: 10.7 GB, 10737418240 bytes&lt;BR /&gt;64 heads, 32 sectors/track, 10240 cylinders&lt;BR /&gt;Units = cylinders of 2048 * 512 = 1048576 bytes&lt;BR /&gt;&lt;BR /&gt;   Device Boot      Start         End      Blocks   Id  System&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;We didn't reboot host 2 and the disk is still mounted and accessible from host 2, even though fdisk -l doesn't show a partition table on host 2 either.&lt;BR /&gt;&lt;BR /&gt;I don't know what went wrong here.&lt;BR /&gt;Has anyone ever experienced a similar problem?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Martijn.</description>
    <pubDate>Thu, 30 Aug 2007 06:03:55 GMT</pubDate>
    <dc:creator>Joe_P</dc:creator>
    <dc:date>2007-08-30T06:03:55Z</dc:date>
    <item>
      <title>partition table disappears</title>
      <link>https://community.hpe.com/t5/operating-system-linux/partition-table-disappears/m-p/4062952#M29871</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;We have the following problem.&lt;BR /&gt;&lt;BR /&gt;Setup:&lt;BR /&gt;&lt;BR /&gt;RedHat 4.4 ia64 Itanium (rx2620).&lt;BR /&gt;EVA4000&lt;BR /&gt;Oracle 10G + OCFS2 &lt;BR /&gt;&lt;BR /&gt;We created and presented a Vdisk to 2 hosts.&lt;BR /&gt;Partitioned the Vdisk on  host 1 (using fdisk option 'n')&lt;BR /&gt;Formatted the partition for OCFS2 (using ocfs2console).&lt;BR /&gt;Mounted the filesystem on host 1.&lt;BR /&gt;Mounted the filesystem on host 2.&lt;BR /&gt;Everything worked fine.&lt;BR /&gt;&lt;BR /&gt;We rebooted host 1.&lt;BR /&gt;After that host 1 cannot mount the filesystem anymore, giving error:&lt;BR /&gt;"mount.ocfs2: Device name specified was not found while opening device /dev/sdi1"&lt;BR /&gt;&lt;BR /&gt;It turns out that the partition table seems to be gone:&lt;BR /&gt;&lt;BR /&gt;fdisk -l /dev/sdi&lt;BR /&gt;Disk /dev/sdi: 10.7 GB, 10737418240 bytes&lt;BR /&gt;64 heads, 32 sectors/track, 10240 cylinders&lt;BR /&gt;Units = cylinders of 2048 * 512 = 1048576 bytes&lt;BR /&gt;&lt;BR /&gt;   Device Boot      Start         End      Blocks   Id  System&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;We didn't reboot host 2 and the disk is still mounted and accessible from host 2, even though fdisk -l doesn't show a partition table on host 2 either.&lt;BR /&gt;&lt;BR /&gt;I don't know what went wrong here.&lt;BR /&gt;Has anyone ever experienced a similar problem?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Martijn.</description>
      <pubDate>Thu, 30 Aug 2007 06:03:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/partition-table-disappears/m-p/4062952#M29871</guid>
      <dc:creator>Joe_P</dc:creator>
      <dc:date>2007-08-30T06:03:55Z</dc:date>
    </item>
    <item>
      <title>Re: partition table disappears</title>
      <link>https://community.hpe.com/t5/operating-system-linux/partition-table-disappears/m-p/4062953#M29872</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;I ran into a very similar problem with ocfs2 hosted on a SAN using emulex cards.&lt;BR /&gt;&lt;BR /&gt;I was forced to build a new initrd file with the emulex hba cards built into modeprobe.conf&lt;BR /&gt;&lt;BR /&gt;It is best to build the fdisk with the second node shut down. After build, run partprobe, and boot to see if it remains in the fdisk -l output.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 30 Aug 2007 06:18:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/partition-table-disappears/m-p/4062953#M29872</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2007-08-30T06:18:32Z</dc:date>
    </item>
    <item>
      <title>Re: partition table disappears</title>
      <link>https://community.hpe.com/t5/operating-system-linux/partition-table-disappears/m-p/4062954#M29873</link>
      <description>Thanks for your fast reply.&lt;BR /&gt;We're using Qlogic hba's.&lt;BR /&gt;&lt;BR /&gt;Were you able to access the partition table again after rebuilding the initrd?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Martijn.</description>
      <pubDate>Thu, 30 Aug 2007 06:55:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/partition-table-disappears/m-p/4062954#M29873</guid>
      <dc:creator>Joe_P</dc:creator>
      <dc:date>2007-08-30T06:55:41Z</dc:date>
    </item>
    <item>
      <title>Re: partition table disappears</title>
      <link>https://community.hpe.com/t5/operating-system-linux/partition-table-disappears/m-p/4062955#M29874</link>
      <description>I was involved in an issue once where a similar situation had occurred.   The customer was running RHEL3 w/ Oracle 9iRac and had configured one of the drives as an OCFS 'raw' partiton.   In this configuration, there was no 'partition table' as OCFS was given direct access to the device.   After a reboot for periodic maintenance the OCFS drive became unusuable. &lt;BR /&gt;&lt;BR /&gt;Oracle's position on this issue was that raw device access to a disk with OCFS was problematic and that OCFS was more reliable with partition table.   In the OCFS config, the customer needed to specify a device such as /dev/sda1 as opposed to the block device /dev/sda. &lt;BR /&gt;&lt;BR /&gt;Once the customer configured OCFS in this manner, they had no further data corruption...</description>
      <pubDate>Tue, 04 Sep 2007 11:56:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/partition-table-disappears/m-p/4062955#M29874</guid>
      <dc:creator>Rick Beldin</dc:creator>
      <dc:date>2007-09-04T11:56:43Z</dc:date>
    </item>
  </channel>
</rss>

