<?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: Migrating from ext2 fs to ext3 fs? in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/migrating-from-ext2-fs-to-ext3-fs/m-p/2667775#M1158</link>
    <description>Michael,, &lt;BR /&gt;&lt;BR /&gt;Check that tune2fs properly updated /etc/fstab to indicate that the partition is now ext3:&lt;BR /&gt;&lt;BR /&gt;cat /etc/fstab&lt;BR /&gt;~~~&lt;BR /&gt;LABEL=/      /      ext3    defaults      1 1&lt;BR /&gt;LABEL=/boot  /boot  ext3    defaults      1 2&lt;BR /&gt;........&lt;BR /&gt;RedHat uses this funky LABEL stuff which I find annoying, but...&lt;BR /&gt;mount&lt;BR /&gt;~ ~ ~&lt;BR /&gt;/dev/hda2 on / type ext3 (rw)&lt;BR /&gt;/dev/hda1 on /boot type ext3 (rw)&lt;BR /&gt;...&lt;BR /&gt;&lt;BR /&gt;shows the real deal.&lt;BR /&gt;I didn't have to create a new initrd for my system, but there have been several discussions on the topic on this board.</description>
    <pubDate>Thu, 21 Feb 2002 20:05:08 GMT</pubDate>
    <dc:creator>Mark Fenton</dc:creator>
    <dc:date>2002-02-21T20:05:08Z</dc:date>
    <item>
      <title>Migrating from ext2 fs to ext3 fs?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/migrating-from-ext2-fs-to-ext3-fs/m-p/2667768#M1151</link>
      <description>Gurus,&lt;BR /&gt;what command do you use if you want to migrate from ext2 to ext3 filesystem (Yes my kernel supports ext3 fs)? Thanks in advance for your help.</description>
      <pubDate>Tue, 19 Feb 2002 21:30:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/migrating-from-ext2-fs-to-ext3-fs/m-p/2667768#M1151</guid>
      <dc:creator>K.C. Chan</dc:creator>
      <dc:date>2002-02-19T21:30:47Z</dc:date>
    </item>
    <item>
      <title>Re: Migrating from ext2 fs to ext3 fs?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/migrating-from-ext2-fs-to-ext3-fs/m-p/2667769#M1152</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;before you start to work, please confirm following pkg version.&lt;BR /&gt; e2fsprog 1.20 or later&lt;BR /&gt;&lt;BR /&gt;tune2fs -j /dev/sda6 &lt;BR /&gt;&lt;BR /&gt;You can use this command either mounted or not mounted the /dev/sda6. &lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 20 Feb 2002 07:36:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/migrating-from-ext2-fs-to-ext3-fs/m-p/2667769#M1152</guid>
      <dc:creator>I_M</dc:creator>
      <dc:date>2002-02-20T07:36:45Z</dc:date>
    </item>
    <item>
      <title>Re: Migrating from ext2 fs to ext3 fs?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/migrating-from-ext2-fs-to-ext3-fs/m-p/2667770#M1153</link>
      <description>Hi Michael,&lt;BR /&gt;&lt;BR /&gt;before doing the upgrade, please think over that some commercial backup products don't support ext3 backups, like Ominback.&lt;BR /&gt;&lt;BR /&gt;Allways stay on the bright side of life!&lt;BR /&gt;&lt;BR /&gt;Peter</description>
      <pubDate>Wed, 20 Feb 2002 08:39:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/migrating-from-ext2-fs-to-ext3-fs/m-p/2667770#M1153</guid>
      <dc:creator>Peter Kloetgen</dc:creator>
      <dc:date>2002-02-20T08:39:03Z</dc:date>
    </item>
    <item>
      <title>Re: Migrating from ext2 fs to ext3 fs?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/migrating-from-ext2-fs-to-ext3-fs/m-p/2667771#M1154</link>
      <description>Firstly, I don't have the luxury for a commercial backup system. But thanks for your input. Lastly, No I don't have the version of the package. Please let me know where I can get it and update it. Thanks for your assistance.</description>
      <pubDate>Wed, 20 Feb 2002 14:33:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/migrating-from-ext2-fs-to-ext3-fs/m-p/2667771#M1154</guid>
      <dc:creator>K.C. Chan</dc:creator>
      <dc:date>2002-02-20T14:33:37Z</dc:date>
    </item>
    <item>
      <title>Re: Migrating from ext2 fs to ext3 fs?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/migrating-from-ext2-fs-to-ext3-fs/m-p/2667772#M1155</link>
      <description>Michael, &lt;BR /&gt;&lt;BR /&gt;Quoting from the man page:&lt;BR /&gt;AVAILABILITY&lt;BR /&gt;       tune2fs  is part of the e2fsprogs package and is available&lt;BR /&gt;       from &lt;A href="http://e2fsprogs.sourceforge.net." target="_blank"&gt;http://e2fsprogs.sourceforge.net.&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;i suspect that if you have the files: &lt;BR /&gt;&lt;BR /&gt;/sbin/e2fsck&lt;BR /&gt;/sbin/tune2fs&lt;BR /&gt;&lt;BR /&gt;then you probably have the requisite version:&lt;BR /&gt;&lt;BR /&gt;/sbin/e2fsck -V&lt;BR /&gt;e2fsck 1.23, 15-Aug-2001 for EXT2 FS 0.5b, 95/08/09&lt;BR /&gt;        Using EXT2FS Library version 1.23, 15-Aug-2001&lt;BR /&gt;&lt;BR /&gt;from my installation (RH 7.2). &lt;BR /&gt;&lt;BR /&gt;man tune2fs for more details on the command's usage.&lt;BR /&gt;&lt;BR /&gt;happy journaling!</description>
      <pubDate>Thu, 21 Feb 2002 03:01:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/migrating-from-ext2-fs-to-ext3-fs/m-p/2667772#M1155</guid>
      <dc:creator>Mark Fenton</dc:creator>
      <dc:date>2002-02-21T03:01:52Z</dc:date>
    </item>
    <item>
      <title>Re: Migrating from ext2 fs to ext3 fs?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/migrating-from-ext2-fs-to-ext3-fs/m-p/2667773#M1156</link>
      <description>All, I've download an upgrade e2fsprogs to version 1.23. Here's what I have as my filesystem:&lt;BR /&gt;/dev/hda5 /&lt;BR /&gt;dev/hda1 /boot&lt;BR /&gt;&lt;BR /&gt;I've already converted /dev/hda5 to ext3. Here's the output of tune2fs on /dev/hda5: "&lt;BR /&gt;tune2fs -j /dev/hda5&lt;BR /&gt;tune2fs 1.23, 15-Aug-2001 for EXT2 FS 0.5b, 95/08/09&lt;BR /&gt;Creating journal inode: done&lt;BR /&gt;This filesystem will be automatically checked every 20 mounts or&lt;BR /&gt;180 days, whichever comes first.  Use tune2fs -c or -i to override."&lt;BR /&gt;&lt;BR /&gt;Do I need to change anything in /etc/fstab in regards to /dev/hda5? Since, this is my root filesystem, Do I need to create an initial ramdisk? Thanks for your input.</description>
      <pubDate>Thu, 21 Feb 2002 16:14:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/migrating-from-ext2-fs-to-ext3-fs/m-p/2667773#M1156</guid>
      <dc:creator>K.C. Chan</dc:creator>
      <dc:date>2002-02-21T16:14:57Z</dc:date>
    </item>
    <item>
      <title>Re: Migrating from ext2 fs to ext3 fs?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/migrating-from-ext2-fs-to-ext3-fs/m-p/2667774#M1157</link>
      <description>FYI.  Omniback does support ext3 now.  See patch PHSS_25949 (HP-UX 11.0 Omniback, other OS's have equivalents).&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 21 Feb 2002 17:34:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/migrating-from-ext2-fs-to-ext3-fs/m-p/2667774#M1157</guid>
      <dc:creator>Eric Ladner</dc:creator>
      <dc:date>2002-02-21T17:34:21Z</dc:date>
    </item>
    <item>
      <title>Re: Migrating from ext2 fs to ext3 fs?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/migrating-from-ext2-fs-to-ext3-fs/m-p/2667775#M1158</link>
      <description>Michael,, &lt;BR /&gt;&lt;BR /&gt;Check that tune2fs properly updated /etc/fstab to indicate that the partition is now ext3:&lt;BR /&gt;&lt;BR /&gt;cat /etc/fstab&lt;BR /&gt;~~~&lt;BR /&gt;LABEL=/      /      ext3    defaults      1 1&lt;BR /&gt;LABEL=/boot  /boot  ext3    defaults      1 2&lt;BR /&gt;........&lt;BR /&gt;RedHat uses this funky LABEL stuff which I find annoying, but...&lt;BR /&gt;mount&lt;BR /&gt;~ ~ ~&lt;BR /&gt;/dev/hda2 on / type ext3 (rw)&lt;BR /&gt;/dev/hda1 on /boot type ext3 (rw)&lt;BR /&gt;...&lt;BR /&gt;&lt;BR /&gt;shows the real deal.&lt;BR /&gt;I didn't have to create a new initrd for my system, but there have been several discussions on the topic on this board.</description>
      <pubDate>Thu, 21 Feb 2002 20:05:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/migrating-from-ext2-fs-to-ext3-fs/m-p/2667775#M1158</guid>
      <dc:creator>Mark Fenton</dc:creator>
      <dc:date>2002-02-21T20:05:08Z</dc:date>
    </item>
    <item>
      <title>Re: Migrating from ext2 fs to ext3 fs?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/migrating-from-ext2-fs-to-ext3-fs/m-p/2667776#M1159</link>
      <description>Mark,&lt;BR /&gt;df -Tk would also show the Type of filestystem being mounted.&lt;BR /&gt;&lt;BR /&gt;Mark, do you have hour /boot and  / (root) filesystem on ext3? If so, were you able to boot w/o initial ramdisk?&lt;BR /&gt;&lt;BR /&gt;If somecould clarify why and when initial ramdisk is needed when you're on ext3 filesystem? Thanks.</description>
      <pubDate>Thu, 21 Feb 2002 20:10:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/migrating-from-ext2-fs-to-ext3-fs/m-p/2667776#M1159</guid>
      <dc:creator>K.C. Chan</dc:creator>
      <dc:date>2002-02-21T20:10:22Z</dc:date>
    </item>
  </channel>
</rss>

