<?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: Linux File Systems in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/linux-file-systems/m-p/3058898#M6393</link>
    <description>vxfs doesn't exist for linux. I don't know xfs, but I heard something about the possibility to use it.&lt;BR /&gt;&lt;BR /&gt;I suggest to give a look to reiserfs, it's fast and reliable. It is included in redhat linux.&lt;BR /&gt;&lt;BR /&gt;Ciao&lt;BR /&gt;Claudio</description>
    <pubDate>Thu, 28 Aug 2003 13:49:21 GMT</pubDate>
    <dc:creator>Claudio Cilloni</dc:creator>
    <dc:date>2003-08-28T13:49:21Z</dc:date>
    <item>
      <title>Linux File Systems</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-file-systems/m-p/3058897#M6392</link>
      <description>Can you create a Vxfs or xfs file system on Linux RH9 ???</description>
      <pubDate>Thu, 28 Aug 2003 13:35:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-file-systems/m-p/3058897#M6392</guid>
      <dc:creator>Nobody's Hero</dc:creator>
      <dc:date>2003-08-28T13:35:39Z</dc:date>
    </item>
    <item>
      <title>Re: Linux File Systems</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-file-systems/m-p/3058898#M6393</link>
      <description>vxfs doesn't exist for linux. I don't know xfs, but I heard something about the possibility to use it.&lt;BR /&gt;&lt;BR /&gt;I suggest to give a look to reiserfs, it's fast and reliable. It is included in redhat linux.&lt;BR /&gt;&lt;BR /&gt;Ciao&lt;BR /&gt;Claudio</description>
      <pubDate>Thu, 28 Aug 2003 13:49:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-file-systems/m-p/3058898#M6393</guid>
      <dc:creator>Claudio Cilloni</dc:creator>
      <dc:date>2003-08-28T13:49:21Z</dc:date>
    </item>
    <item>
      <title>Re: Linux File Systems</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-file-systems/m-p/3058899#M6394</link>
      <description>YES,if you can, I have my linux with JFS and journling:&lt;BR /&gt;&lt;BR /&gt;see info in link:&lt;BR /&gt;&lt;A href="http://www.linux.org/docs/ldp/howto/Filesystems-HOWTO-9.html" target="_blank"&gt;http://www.linux.org/docs/ldp/howto/Filesystems-HOWTO-9.html&lt;/A&gt;</description>
      <pubDate>Thu, 28 Aug 2003 13:55:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-file-systems/m-p/3058899#M6394</guid>
      <dc:creator>Jairo Campana</dc:creator>
      <dc:date>2003-08-28T13:55:39Z</dc:date>
    </item>
    <item>
      <title>Re: Linux File Systems</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-file-systems/m-p/3058900#M6395</link>
      <description>File Systems available on RedHat Linus:&lt;BR /&gt;- VFS&lt;BR /&gt;- default ext2fs&lt;BR /&gt;- Reiserfs&lt;BR /&gt;- JFS&lt;BR /&gt;...</description>
      <pubDate>Thu, 28 Aug 2003 13:58:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-file-systems/m-p/3058900#M6395</guid>
      <dc:creator>twang</dc:creator>
      <dc:date>2003-08-28T13:58:43Z</dc:date>
    </item>
    <item>
      <title>Re: Linux File Systems</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-file-systems/m-p/3058901#M6396</link>
      <description>The equivalent of vxfs for Linux is ext3&lt;BR /&gt;&lt;BR /&gt;This is a journaled filesystem with almost the same feature set as vxfs.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 28 Aug 2003 14:49:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-file-systems/m-p/3058901#M6396</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-08-28T14:49:33Z</dc:date>
    </item>
    <item>
      <title>Re: Linux File Systems</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-file-systems/m-p/3058902#M6397</link>
      <description>You can choose from:&lt;BR /&gt;&lt;BR /&gt;* ext3 - upgrade from ext2 is easy as 1-2-3, but in order to be resized it needs to be downgraded to ext2 and this requires at least an umount, a mount as ext2, resizing, a tune2fs -j to recreate the journal log file and a new ext3 mount. Not recommended when you need to expand an ext3 volume online. ;-)&lt;BR /&gt;&lt;BR /&gt;* ReiserFS - perhaps the most used journaled file system. There is no migration path from ext2, so you'll need to copy files. OTOH, it supports native shrinking and expansion of file systems and both can be done online. Nowadays at version 3, Reiser FS 4 is under active development and will be a revoluctionary product.&lt;BR /&gt;&lt;BR /&gt;* XFS - the journaling file system from SGI. It allows online/offline filesystem expansion, but not shrinking. Very fast. Indicated where you have tons of media files to serve. I use it myself with Linux's LVM and never had any problems, as I have a ton of digitized film scans, each of them with 20+ MB.&lt;BR /&gt;&lt;BR /&gt;* VxFS - contrary to what another poster said, there IS a VxFS for Linux. But it just works with old kernel releases (2.4.9 of RHAS-Enterprise), which have SCSI performance problems. And contrary to the other products listed, it costs $$$$.&lt;BR /&gt;&lt;BR /&gt;So I would go either with ReiserFS (because of versatility) or XFS (high speed for large files). And BTW all of them support 2GB+ file sizes.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;Paulo Fessel</description>
      <pubDate>Thu, 28 Aug 2003 20:39:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-file-systems/m-p/3058902#M6397</guid>
      <dc:creator>Paulo A G Fessel</dc:creator>
      <dc:date>2003-08-28T20:39:19Z</dc:date>
    </item>
    <item>
      <title>Re: Linux File Systems</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-file-systems/m-p/3058903#M6398</link>
      <description>I use reiserfs a long with LVM it is already on the main distribution RH, Suse.&lt;BR /&gt;&lt;BR /&gt;I have tryed it on all sort of hardware/setup and have found it to be very robust, it simple to setup and does the jobs, it can be increased, decreased, online, offline.&lt;BR /&gt;&lt;BR /&gt;I have run this on 2 external usb drives, hooked-up to a laptop running RH with LVM and have had no problem to this day. &lt;BR /&gt;&lt;BR /&gt;Also reiserfs developpement is very active.&lt;BR /&gt;&lt;BR /&gt;I have also used ext3 this is also very good, but if you want to use LVM, reiserfs is better.&lt;BR /&gt;&lt;BR /&gt;I have not tryed the other journaling file.&lt;BR /&gt;mainly because they are not included with RH&lt;BR /&gt;&lt;BR /&gt;Jean-Pierre</description>
      <pubDate>Fri, 29 Aug 2003 09:17:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-file-systems/m-p/3058903#M6398</guid>
      <dc:creator>Huc_1</dc:creator>
      <dc:date>2003-08-29T09:17:28Z</dc:date>
    </item>
    <item>
      <title>Re: Linux File Systems</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-file-systems/m-p/3058904#M6399</link>
      <description>Hello!&lt;BR /&gt;&lt;BR /&gt;By default on RH9 you can't do it but if&lt;BR /&gt;you want you can patch the kernel that&lt;BR /&gt;will suport this filesystems and also&lt;BR /&gt;you will need tools to use this file systems.&lt;BR /&gt;Check &lt;A href="http://www.linuxhq.com/kernel/file/fs/vxfs/" target="_blank"&gt;http://www.linuxhq.com/kernel/file/fs/vxfs/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;But for today you have the ext3 that it's&lt;BR /&gt;jurnaled filesystem that is good.&lt;BR /&gt;Also you kan enable to use the reiserfs&lt;BR /&gt;that is very good.&lt;BR /&gt;&lt;BR /&gt;Caesar</description>
      <pubDate>Sun, 31 Aug 2003 19:21:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-file-systems/m-p/3058904#M6399</guid>
      <dc:creator>Caesar_3</dc:creator>
      <dc:date>2003-08-31T19:21:03Z</dc:date>
    </item>
  </channel>
</rss>

