- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- LVM and ext3 filesystem
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
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
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
тАО02-20-2002 07:32 AM
тАО02-20-2002 07:32 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-20-2002 11:31 PM
тАО02-20-2002 11:31 PM
SolutionLVM allows you to create flexible data partitions that are not confined to a single disk. For instance, it allows you to create a single partition of 16 GB which spans two disks of 8 GB each.
Ext3 is a journaling filesystem (like reiserfs, jfs, xfs etc.), which provides rapid crash recovery.
Conclusion: it makes perfect sense to create journaling filesystems on top of LVM data partitions.
Regards,
Vincent
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-21-2002 03:31 AM
тАО02-21-2002 03:31 AM
Re: LVM and ext3 filesystem
-Santosh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-21-2002 07:25 AM
тАО02-21-2002 07:25 AM
Re: LVM and ext3 filesystem
On another note, for conceptual purposes; let say I've created a logical volume having size=100Mbytes and filesystem (ext3 or reiserfs). It's been in use for a few weeks, then I need to extend it (just assume we have enough extent to extend the lv). Lv has been extended successfully to 300Mbytes, Do I need to run mke2fs (some equiv. command) to alter (increase) the file system size? Is it safe? Can this be done without the fear of lost data? If this is possible, could you give an example? Thanks for your input.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-21-2002 07:44 AM
тАО02-21-2002 07:44 AM
Re: LVM and ext3 filesystem
both file systems have goods and bads:
reiser file system is a very modern file system with intent logging mechanism a little overhead, it is also very fast. But you can get into trouble when using reiser for the root-file-system. It's a known problem that reiser as rootfs can cause trouble with writing errors.
ext3 is also modern and very new, it also provides intent logging and so on, but you would have big problems if you use ext3 with most commercial backup solutions, because they don't support ext3- backups so far, like Omniback and some others....
So you have to find out which of these two you select.
Allways stay on the bright side of life!
Peter