LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 03-27-2015, 06:08 AM   #1
sans
LQ Newbie
 
Registered: May 2012
Location: Michigan
Distribution: Manjaro, Chakra, UbuntuMate, SolydX, Point, Archbang, Mint, Stella
Posts: 6

Rep: Reputation: Disabled
Is LVM/btrfs/ZFS "pooling" worth the trouble?


I've long wanted to delve into these methods of HD manipulation but here's the thing: I only have 1 hard drive -- a 1TB, and the more I read the more it seems the main point of using these techniques is to utilize that extra layer of abstraction to bridge HDD's in some version of a RAID setup.

Of course I've also read the performance is better, along with snapshot capability, on-the-fly partition resizing, striping, etc. These prospects excite me. So finally, two questions:

1) With just one physical drive, is it worth creating a new partition table to include these technologies?
2) With all of the above methods, there is no way I can keep the data on any part of this PV if I want to venture into LVM, ZFS or Btrfs, correct?

p.s. I've got 12 partitions (one swap, one extended, one very large one logical partition that serves the 9 linux distros which fill the remaining partitions as a hold of media, documents, music, etc.
 
Old 03-27-2015, 06:17 AM   #2
veerain
Senior Member
 
Registered: Mar 2005
Location: Earth bound to Helios
Distribution: Custom
Posts: 2,524

Rep: Reputation: 319Reputation: 319Reputation: 319Reputation: 319
Some of the benefits would be:

1) With LVM we can replace the requirement for extended partitions. And you get the option of any number of logical volumes.

2) Btrfs does metadata and data checksums.

3) ZFS also does some.
 
Old 03-27-2015, 09:14 AM   #3
sans
LQ Newbie
 
Registered: May 2012
Location: Michigan
Distribution: Manjaro, Chakra, UbuntuMate, SolydX, Point, Archbang, Mint, Stella
Posts: 6

Original Poster
Rep: Reputation: Disabled
I see, so at the very least I'll look into which one suits my situation the best.. I just didn't know if anyone used these techniques with just one HDD. Thanks!

Oh and I'm presuming there's no way for me to retain the data within my current .5TB media partition (logical) if I were to take the plunge?

Last edited by sans; 03-27-2015 at 09:15 AM.
 
Old 03-27-2015, 09:20 PM   #4
Gerard.M.Frey
LQ Newbie
 
Registered: Mar 2015
Posts: 12

Rep: Reputation: Disabled
I use LVM to scale my hard drives as one large pool. I also use LVM to do snapshots. So before doing a system or package upgrade, I'll create a snapshot of the LVM logical volume and then mount it as read only, that way If the upgrade messes up something or some packages break, I can use the snapshot to revert back to the way my system was.

I never tried brtfs because it was either in the alpha or beta stages, I'm not sure what is the latest status now.

As for ZFS, linux never had a native ZFS filesystem, so I haven't tried that either. It is available for the BSDs and the oracle unix operating system.
 
1 members found this post helpful.
Old 03-27-2015, 09:28 PM   #5
jlliagre
Moderator
 
Registered: Feb 2004
Location: Outside Paris
Distribution: Solaris 11.4, Oracle Linux, Mint, Debian/WSL
Posts: 9,789

Rep: Reputation: 492Reputation: 492Reputation: 492Reputation: 492Reputation: 492
Quote:
Originally Posted by Gerard.M.Frey View Post
As for ZFS, linux never had a native ZFS filesystem
Are you aware of ZFS on Linux?
 
Old 03-27-2015, 09:38 PM   #6
Gerard.M.Frey
LQ Newbie
 
Registered: Mar 2015
Posts: 12

Rep: Reputation: Disabled
Quote:
Originally Posted by jlliagre View Post
Are you aware of ZFS on Linux?
No, But I do now


My comment on ZFS was when it wasn't available for linux at that time and so, I couldn't use it.
 
Old 03-27-2015, 10:35 PM   #7
syg00
LQ Veteran
 
Registered: Aug 2003
Location: Australia
Distribution: Lots ...
Posts: 21,128

Rep: Reputation: 4121Reputation: 4121Reputation: 4121Reputation: 4121Reputation: 4121Reputation: 4121Reputation: 4121Reputation: 4121Reputation: 4121Reputation: 4121Reputation: 4121
LVM is a(nother) block device layer - seemed the wrong answer to me. ZFS on the other hand seemed conceptually much better. Was enough (along with dtrace) to get me to attempt to get my head around OpenSolaris. I failed.
ZFS came too late to the (Linux) game for me - btrfs has been available for years. Has acquired most of the features I want (some very recently). Of interest to the OP may be the ability to convert ext[34] to btrfs in-place - and revert in need.
Has been my filesystem of choice for years - root file system and various RAID configurations for user data. Never broken except where I did it deliberately for testing.

Regardless of which you choose, snapshots alone almost make the change-over worth any grief.
 
1 members found this post helpful.
Old 03-28-2015, 12:31 AM   #8
sans
LQ Newbie
 
Registered: May 2012
Location: Michigan
Distribution: Manjaro, Chakra, UbuntuMate, SolydX, Point, Archbang, Mint, Stella
Posts: 6

Original Poster
Rep: Reputation: Disabled
Much appreciated -- I'll look into the ext* conversion, thanks!
 
Old 03-28-2015, 10:46 PM   #9
veerain
Senior Member
 
Registered: Mar 2005
Location: Earth bound to Helios
Distribution: Custom
Posts: 2,524

Rep: Reputation: 319Reputation: 319Reputation: 319Reputation: 319
Quote:
Originally Posted by Gerard.M.Frey View Post
As for ZFS, linux never had a native ZFS filesystem, so I haven't tried that either. It is available for the BSDs and the oracle unix operating system.
ZFS is available as a fuse module for linux with cddl license.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Problem installing Arch system on a ZFS root: "ZFS: Cannot find bootfs." on boot. tajjada Linux - Software 4 12-25-2013 02:07 AM
[SOLVED] Strange "no space available" message using btrfs on Fedora 19 PTrenholme Fedora 2 06-23-2013 09:48 PM
LXer: ZFS on Linux is "ready for wide scale deployment" LXer Syndicated Linux News 2 03-29-2013 09:42 PM
LXer: Btrfs Brings "Pretty Beefy" Changes In Linux 3.2 LXer Syndicated Linux News 0 11-07-2011 07:30 AM
"zfs list" and "df" differs??? kebabbert Solaris / OpenSolaris 1 07-04-2011 11:17 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 03:46 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration