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-13-2013, 05:29 PM   #16
synchlavier
Member
 
Registered: Feb 2013
Location: southern california
Distribution: fedora and debian
Posts: 37

Original Poster
Rep: Reputation: Disabled

@Philip Lacroix => The GeodSoft link is excellect, very comprehensive indeed thank you very much -

Synchlavier
 
Old 03-13-2013, 11:29 PM   #17
chrism01
LQ Guru
 
Registered: Aug 2004
Location: Sydney
Distribution: Rocky 9.2
Posts: 18,359

Rep: Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751
LVM vs 'normal':
Normal partitions are the basic way of separating areas of the system into separate parts, thus giving them their own space. See the cmds
Code:
df -hT


# switch is lowercase L
fdisk -l
However, if a partition fills up, it is awkward to extend or re-arrange them

With LVM, you create a disk as an LVM type (type 8e in fdisk) which is called a PV = physical volume. You then group these into a Volume Group (VG), effectively a pool of disk space.
You can then split the VG into LVs (logical volumes), which actually have a filesystem eg ext4 on them.
With this arrangement, you can add more PVs to extend the VG to extend a given LV.
You can also (carefully) remove the PVs and eg re-assign to another VG.

However, unless you have (or will have) a large amt of disks, this is (usually) an unnecessary complication eg for a home system eg if you've only got one or two disks.
NB: its a personal choice at the end of the day.

Note also that that is all LV/VG/PVs are; they do not provide redundancy; for that you need RAID.
FYI: RAID is NOT a substitute for backups!

If you really want to play around, you can create a RAID, then put LVM on top, but is fiddly and coud be tricky to fix if one of the disks does die.

You should read up on RAID and LVM, but you're not likely to need them unless you are at work or have a personal server.

More Links
http://tldp.org/HOWTO/LVM-HOWTO/
http://www.linuxtopia.org/online_boo...ion/index.html
 
1 members found this post helpful.
Old 03-14-2013, 05:32 AM   #18
Madhu Desai
Member
 
Registered: Mar 2013
Distribution: Rocky, Fedora, Ubuntu
Posts: 541

Rep: Reputation: 153Reputation: 153
Post

Standard Partitions:
  1. Standard partitions are located physically on the disk. The partitions are direct device names and its partition table is located in MBR.
  2. Partitions define a size and type, more specifically, they define a start and end cylinder which essentially defines the size. Obviously, if you've got four partitions, changing the second partition end cylinder affects the third and fourth partitions start cylinders and so you get into a messy situation.
  3. Because they are so closely tied to the disk, setting up a "correct" partitioning scheme upon install is important. If suddenly, a machine function changes or if you're a novice and you've not understood the implications of partitioning, or if you're underestimated disk usage somehow, then changing that partitioning can be cumbersome. There are tools for doing it, but you generally need to move data off the partition to change it
LVM: LVM provide the following advantages over using standard physical storage directly:
  1. When using logical volumes, file systems can extend across multiple disks, since you can join disks and partitions into a single logical volume.
  2. You can extend logical volumes or reduce logical volumes in size with simple software commands, without reformatting and repartitioning the underlying disk devices.
  3. Online data relocation: You can move data while your system is active. Data can be rearranged on disks while the disks are in use. For example, you can empty a hot-swappable disk before removing it.
  4. Convenient device naming: The logical volume manager also allows management of storage volumes in user-defined groups, allowing the user to deal with sensibly named volume groups such as "development" and "sales" rather than physical disk names such as "sda" and "sdb".
  5. Disk striping: You can create a logical volume that stripes data across two or more disks. This can dramatically increase throughput/speed.
  6. Mirroring volumes: Logical volumes provide a convenient way to configure a mirror for your data.
  7. Volume Snapshots: Using logical volumes, you can take device snapshots for consistent backups or to test the effect of changes without affecting the real data.

Note: Starting from rhel/centos 6.4, logical volumes can now be thinly provisioned. This allows you to create logical volumes that are larger than the available disk space. The thin pool can be expanded dynamically when needed for cost-effective allocation of storage space.

Source: Logical Volume Manager Administration

Last edited by Madhu Desai; 03-14-2013 at 05:45 AM. Reason: update
 
1 members found this post helpful.
Old 05-15-2013, 04:05 PM   #19
synchlavier
Member
 
Registered: Feb 2013
Location: southern california
Distribution: fedora and debian
Posts: 37

Original Poster
Rep: Reputation: Disabled
@Chrism apologies I just saw this post today - I was unaware there where more posts - that post Chrism was indispensable thank you very much for that..

Respectfully
Synch
 
Old 05-15-2013, 04:14 PM   #20
synchlavier
Member
 
Registered: Feb 2013
Location: southern california
Distribution: fedora and debian
Posts: 37

Original Poster
Rep: Reputation: Disabled
@Mddesai apologies as I just saw this posting on partitions today - thank you for adding more clarity to Chrism01s post, your information allows me to put two and two as your response on this thread complimented Chrim01s post perfectly - thank you guys

Respectfully
Synch
 
  


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
Partition scheme, Partitions sizes choice leamassiot Linux - General 5 11-29-2011 01:56 PM
[SOLVED] How can I change an extended partition with 3 logical partitions to 3 primary bubuntu Linux - General 18 06-03-2010 07:37 AM
dd command ...duplicated the extended partition but not subsequent partitions? lbrownne Linux - Newbie 11 12-09-2009 07:12 AM
setting up a linux partition and primary/extended partitions joemamma Linux - Newbie 6 02-23-2003 01:47 PM

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

All times are GMT -5. The time now is 01:31 AM.

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