- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Changing back to ext2 from ext3!
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
09-02-2003 01:32 AM
09-02-2003 01:32 AM
Changing back to ext2 from ext3!
Thanks in advance
Jagadesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-02-2003 02:14 AM
09-02-2003 02:14 AM
Re: Changing back to ext2 from ext3!
ext3 is only ext2 with journaling and if the system thinks it is a ext2 it will mount it as such.
If you want to do it properly though so the journal inode is actually removed then
tune2fs -O ^has_journal {disk device}
e2fsck {disk device}
Then change /etc/fstab
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-02-2003 03:12 AM
09-02-2003 03:12 AM
Re: Changing back to ext2 from ext3!
ext3 is a great improvement on ext2, journalization allows several things, such as clean reboot after sudden power failure, and so on...
I would advise to go back to ext2 only if you have programs unable to deal with ext3... But I'm sure you have a good reason to wish this change.
J
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-02-2003 05:23 AM
09-02-2003 05:23 AM
Re: Changing back to ext2 from ext3!
is there a specific reason. ext3 is considered superior in performance and reliability over ext2.
-balaji
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-02-2003 06:13 AM
09-02-2003 06:13 AM
Re: Changing back to ext2 from ext3!
Not so sure ext3 has superior performance over ext2 particularly on SMP systems. Admittedly I'd always prefer a journaling file system myself but some software doesn't support it e.g Omniback 3.5
Regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-02-2003 09:04 AM
09-02-2003 09:04 AM
Re: Changing back to ext2 from ext3!
having said that was wondering if i could find some data to validate my point. still looking around.
i know that ext3 could be a bit slower having the need to write the journal.
but still looking. anybody has some data for comparisons. i had one but unable to locate.
thanks for pointing out.
-balaji
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-02-2003 09:25 AM
09-02-2003 09:25 AM
Re: Changing back to ext2 from ext3!
I know of know conversion utility.
I also know of know reason to do this. ext3 is an improvement over ext2 and has virtually the same feature set plus some enhancements.
Not having a convincing reason to make the change, I would not do so.
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
09-02-2003 10:41 AM
09-02-2003 10:41 AM
Re: Changing back to ext2 from ext3!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-02-2003 11:47 AM
09-02-2003 11:47 AM
Re: Changing back to ext2 from ext3!
Read this : http://linux-sxs.org/pipermail/linux-users/2003-February/014488.html
You will get the commands flow,
but better is to use the ext3 than ext2
so check it again.
Caesar