<?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: filesystem in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/filesystem/m-p/3928603#M65387</link>
    <description>Yep, you didn't have to destroy all your data with mkfs.&lt;BR /&gt;You can easily convert ext2 filesystem to ext3 and vice versa, while keeping the data, with tune2fs tool.&lt;BR /&gt;For example if you have ext2 filesystem on /dev/hdb1&lt;BR /&gt;&lt;BR /&gt;tune2fs -j /dev/hdb1 will convert it to ext3&lt;BR /&gt;&lt;BR /&gt;tune2fs -O has_journal /dev/hdb1 will convert ext3 filesystem to ext2&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Fri, 19 Jan 2007 02:07:06 GMT</pubDate>
    <dc:creator>Alexander Chuzhoy</dc:creator>
    <dc:date>2007-01-19T02:07:06Z</dc:date>
    <item>
      <title>filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/filesystem/m-p/3928598#M65382</link>
      <description>I created ext3 file system and I can mount these file system manually. But after I add them to /etc/fstab file. I run "mount -all", I get error message below:&lt;BR /&gt;ext3: No jounal on file system on sdb1&lt;BR /&gt;mount: wrong fs type, bad option, bad superblock on /dev/sdb1 or too many mounted file systems.&lt;BR /&gt;I know it is not too many other mounted file system, because I have other linux has more mounted file systems than this one.&lt;BR /&gt;&lt;BR /&gt;Thanks for any suggestion.&lt;BR /&gt;</description>
      <pubDate>Thu, 18 Jan 2007 12:30:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/filesystem/m-p/3928598#M65382</guid>
      <dc:creator>Tammy Liang</dc:creator>
      <dc:date>2007-01-18T12:30:11Z</dc:date>
    </item>
    <item>
      <title>Re: filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/filesystem/m-p/3928599#M65383</link>
      <description>Hi Tammy:&lt;BR /&gt;&lt;BR /&gt;The error doesn't tell you exactly what's wrong; only the various possiblities.  Note the word "OR".&lt;BR /&gt;&lt;BR /&gt;Read the 'mount' manpages for the options allowed with ext3 filesytems and examine your entry in '/etc/fstab'.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Thu, 18 Jan 2007 12:34:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/filesystem/m-p/3928599#M65383</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2007-01-18T12:34:50Z</dc:date>
    </item>
    <item>
      <title>Re: filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/filesystem/m-p/3928600#M65384</link>
      <description>I see the problem after run mount -l.&lt;BR /&gt;The file system is ext2 instead of ext3.&lt;BR /&gt;How can I convert it to ext3 or how can I create ext3 file system?&lt;BR /&gt;&lt;BR /&gt;Thanks for the reply.</description>
      <pubDate>Thu, 18 Jan 2007 12:50:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/filesystem/m-p/3928600#M65384</guid>
      <dc:creator>Tammy Liang</dc:creator>
      <dc:date>2007-01-18T12:50:47Z</dc:date>
    </item>
    <item>
      <title>Re: filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/filesystem/m-p/3928601#M65385</link>
      <description>I fixed it by rerun mkfs -t ext3, now I can mount these file system with mount -all.&lt;BR /&gt;Thanks for the reply.</description>
      <pubDate>Thu, 18 Jan 2007 12:56:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/filesystem/m-p/3928601#M65385</guid>
      <dc:creator>Tammy Liang</dc:creator>
      <dc:date>2007-01-18T12:56:06Z</dc:date>
    </item>
    <item>
      <title>Re: filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/filesystem/m-p/3928602#M65386</link>
      <description>You could also have used tune2fs to add the journal without reformatting.</description>
      <pubDate>Thu, 18 Jan 2007 13:13:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/filesystem/m-p/3928602#M65386</guid>
      <dc:creator>Heironimus</dc:creator>
      <dc:date>2007-01-18T13:13:27Z</dc:date>
    </item>
    <item>
      <title>Re: filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/filesystem/m-p/3928603#M65387</link>
      <description>Yep, you didn't have to destroy all your data with mkfs.&lt;BR /&gt;You can easily convert ext2 filesystem to ext3 and vice versa, while keeping the data, with tune2fs tool.&lt;BR /&gt;For example if you have ext2 filesystem on /dev/hdb1&lt;BR /&gt;&lt;BR /&gt;tune2fs -j /dev/hdb1 will convert it to ext3&lt;BR /&gt;&lt;BR /&gt;tune2fs -O has_journal /dev/hdb1 will convert ext3 filesystem to ext2&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 19 Jan 2007 02:07:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/filesystem/m-p/3928603#M65387</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2007-01-19T02:07:06Z</dc:date>
    </item>
    <item>
      <title>Re: filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/filesystem/m-p/3928604#M65388</link>
      <description>Thanks all. I will try tune2fs..</description>
      <pubDate>Fri, 19 Jan 2007 09:04:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/filesystem/m-p/3928604#M65388</guid>
      <dc:creator>Tammy Liang</dc:creator>
      <dc:date>2007-01-19T09:04:10Z</dc:date>
    </item>
    <item>
      <title>Re: filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/filesystem/m-p/3928605#M65389</link>
      <description>Hello Tammy!&lt;BR /&gt;&lt;BR /&gt;Ok for the problem fixing, but i think you have a configuration problem with /etc/fstab.&lt;BR /&gt;Can you post it?&lt;BR /&gt;&lt;BR /&gt;Regards!</description>
      <pubDate>Fri, 19 Jan 2007 09:14:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/filesystem/m-p/3928605#M65389</guid>
      <dc:creator>Alpha977</dc:creator>
      <dc:date>2007-01-19T09:14:10Z</dc:date>
    </item>
    <item>
      <title>Re: filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/filesystem/m-p/3928606#M65390</link>
      <description>After I changed from ext2 to ext3. I have no problem to mount with /etc/fstab file.&lt;BR /&gt;Thanks for the reply.&lt;BR /&gt;</description>
      <pubDate>Fri, 19 Jan 2007 09:21:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/filesystem/m-p/3928606#M65390</guid>
      <dc:creator>Tammy Liang</dc:creator>
      <dc:date>2007-01-19T09:21:44Z</dc:date>
    </item>
  </channel>
</rss>

