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
07-29-2003 03:46 AM
07-29-2003 03:46 AM
10x
RPM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2003 03:58 AM
07-29-2003 03:58 AM
Re: ext2-3
ext3 is equivalent to ext2 with journalization. You can make / in ext3.
Regards,
Jerome
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2003 03:59 AM
07-29-2003 03:59 AM
Re: ext2-3
"ext3" is a Journaled/Logged file system. I won't swear to it, but I'm pretty sure logging is turned on by default.
Tom
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2003 04:02 AM
07-29-2003 04:02 AM
SolutionI think that the new 'reiser file system' worth a look, too. I'm using it with RH9, and it has better performances than ext3. Now I don't remember where you can find docs about reiserfs :-) try with google or in www.tldp.org
Ciao
Claudio
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2003 06:24 AM
07-29-2003 06:24 AM
Re: ext2-3
It is a journaling filesystem, like HP-UX(Veritas) vxfs/JFS filesystems.
It is quite tolerant of power failures, I've tested the functionality frequently.
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
07-29-2003 07:48 AM
07-29-2003 07:48 AM
Re: ext2-3
ext3 is also and extended file system... but is what is known as a journeling file system. Another journeling file system is reiser (reiserfs). A journeling file system is more resiliant than a non-journeling system... as it says..it journels... or writes data in a way to allow for easier recovery
Ext3 is not only safe... but recommended to user for /
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2003 12:08 PM
07-29-2003 12:08 PM
Re: ext2-3
ext3 is just the same filesystem as the ext2
the only difrence is the jurnal that ext3
have.
That's mean that if your filesystem should made
a recovery so if you use ext3 then it will be
much faster than ext2.
In any time you can migrate from ext2 to ext3
and back.
Ofcource better to use ext3 for you.
Caesar