- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Linux File Systems
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2003 06:35 AM
08-28-2003 06:35 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2003 06:49 AM
08-28-2003 06:49 AM
Re: Linux File Systems
I suggest to give a look to reiserfs, it's fast and reliable. It is included in redhat linux.
Ciao
Claudio
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2003 06:55 AM
08-28-2003 06:55 AM
Re: Linux File Systems
see info in link:
http://www.linux.org/docs/ldp/howto/Filesystems-HOWTO-9.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2003 06:58 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2003 07:49 AM
08-28-2003 07:49 AM
Re: Linux File Systems
This is a journaled filesystem with almost the same feature set as vxfs.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2003 01:39 PM
08-28-2003 01:39 PM
Re: Linux File Systems
* 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. ;-)
* 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.
* 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.
* 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 $$$$.
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.
HTH
Paulo Fessel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2003 02:17 AM
08-29-2003 02:17 AM
Re: Linux File Systems
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.
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.
Also reiserfs developpement is very active.
I have also used ext3 this is also very good, but if you want to use LVM, reiserfs is better.
I have not tryed the other journaling file.
mainly because they are not included with RH
Jean-Pierre
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-31-2003 12:21 PM
08-31-2003 12:21 PM
Re: Linux File Systems
By default on RH9 you can't do it but if
you want you can patch the kernel that
will suport this filesystems and also
you will need tools to use this file systems.
Check http://www.linuxhq.com/kernel/file/fs/vxfs/
But for today you have the ext3 that it's
jurnaled filesystem that is good.
Also you kan enable to use the reiserfs
that is very good.
Caesar