<?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: fstab recovery on zx2000 in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/fstab-recovery-on-zx2000/m-p/2889217#M3521</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;If you have a linux bootable floppy, should be fine, or else, if you know the partition tabel and have the similar machine, then create a bootable floppy from that machine and try booting, and copy the fstab of the other machine to this,,, &lt;BR /&gt;&lt;BR /&gt;all the best&lt;BR /&gt;&lt;BR /&gt;chakri</description>
    <pubDate>Thu, 23 Jan 2003 12:33:24 GMT</pubDate>
    <dc:creator>Chakravarthi</dc:creator>
    <dc:date>2003-01-23T12:33:24Z</dc:date>
    <item>
      <title>fstab recovery on zx2000</title>
      <link>https://community.hpe.com/t5/operating-system-linux/fstab-recovery-on-zx2000/m-p/2889216#M3520</link>
      <description>Dear sirs,&lt;BR /&gt;We have a problem on an HP zx2000 machine with redhat Linux64 on board.&lt;BR /&gt;During the setup of the network i removed the &lt;BR /&gt;fstab file by mistake.&lt;BR /&gt;Of course now the machine do not boot correctly and mount the filesystem in read-only mode.&lt;BR /&gt;Is there a way to recover the original fstab for the machine?&lt;BR /&gt;A second choise could be create a new fstab but as the machine is mounting the Filesystem in read-only mode we do not have any idea how to do it.&lt;BR /&gt;The last chance could be installing again the OS but we do not have ANY installation neither recovery CDs.&lt;BR /&gt;Thanks in advance for your help.&lt;BR /&gt;Filippo Ignozza &lt;BR /&gt;</description>
      <pubDate>Thu, 23 Jan 2003 11:23:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/fstab-recovery-on-zx2000/m-p/2889216#M3520</guid>
      <dc:creator>filippo ignozza</dc:creator>
      <dc:date>2003-01-23T11:23:40Z</dc:date>
    </item>
    <item>
      <title>Re: fstab recovery on zx2000</title>
      <link>https://community.hpe.com/t5/operating-system-linux/fstab-recovery-on-zx2000/m-p/2889217#M3521</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;If you have a linux bootable floppy, should be fine, or else, if you know the partition tabel and have the similar machine, then create a bootable floppy from that machine and try booting, and copy the fstab of the other machine to this,,, &lt;BR /&gt;&lt;BR /&gt;all the best&lt;BR /&gt;&lt;BR /&gt;chakri</description>
      <pubDate>Thu, 23 Jan 2003 12:33:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/fstab-recovery-on-zx2000/m-p/2889217#M3521</guid>
      <dc:creator>Chakravarthi</dc:creator>
      <dc:date>2003-01-23T12:33:24Z</dc:date>
    </item>
    <item>
      <title>Re: fstab recovery on zx2000</title>
      <link>https://community.hpe.com/t5/operating-system-linux/fstab-recovery-on-zx2000/m-p/2889218#M3522</link>
      <description>The problem is that the machine just arrived here with linux already installed and i have no idea the way the system have been partitioned.&lt;BR /&gt;I wish to have a place to find ALL the installation CDs so to install everything back again... it seems to me the easiest way as  i have no idea how to check the way the system had been partitioned before :(.&lt;BR /&gt;</description>
      <pubDate>Thu, 23 Jan 2003 17:02:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/fstab-recovery-on-zx2000/m-p/2889218#M3522</guid>
      <dc:creator>filippo ignozza</dc:creator>
      <dc:date>2003-01-23T17:02:47Z</dc:date>
    </item>
    <item>
      <title>Re: fstab recovery on zx2000</title>
      <link>https://community.hpe.com/t5/operating-system-linux/fstab-recovery-on-zx2000/m-p/2889219#M3523</link>
      <description>If you removed the file, that'll make recovery hard.&lt;BR /&gt;&lt;BR /&gt;If you can gather the appropriate information together to recreate it however, that's do-able.&lt;BR /&gt;&lt;BR /&gt;To get around the read-only problem.  Just issue a remount:&lt;BR /&gt;&lt;BR /&gt;mount -o remount,rw /dev/whatever /&lt;BR /&gt;&lt;BR /&gt;To get the 'whatever', issue 'mount' on it's own.&lt;BR /&gt;&lt;BR /&gt;After that, you might want to look at doing things like:&lt;BR /&gt;&lt;BR /&gt;sfdisk -l /dev/sda&lt;BR /&gt;&lt;BR /&gt;to find out what partitions you've got, and look at:&lt;BR /&gt;&lt;BR /&gt;e2label /dev/sdaX&lt;BR /&gt;&lt;BR /&gt;(where X is the partition number) to find out what's mounted where.&lt;BR /&gt;&lt;BR /&gt;Using entries like:&lt;BR /&gt;&lt;BR /&gt;LABEL=/ / ext2 defaults 1 1&lt;BR /&gt;LABEL=/boot /boot ext2 defaults 1 2&lt;BR /&gt;LABEL=/bin /bin ext2 defaults 1 1&lt;BR /&gt;none /proc proc defaults 0 0&lt;BR /&gt;none /dev/pts devpts gid=5,mode=620 0 0&lt;BR /&gt;none /dev/shm tmpfs defaults 0 0&lt;BR /&gt;&lt;BR /&gt;etc. etc. should allow you to re-create it.&lt;BR /&gt;&lt;BR /&gt;if you have any issues, you'll need to show us the output of the commands I listed above.</description>
      <pubDate>Thu, 23 Jan 2003 22:02:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/fstab-recovery-on-zx2000/m-p/2889219#M3523</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2003-01-23T22:02:41Z</dc:date>
    </item>
  </channel>
</rss>

