LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 08-17-2006, 12:37 PM   #1
anilbh
Member
 
Registered: Oct 2005
Location: India
Distribution: Proud User Fedora FC5/ Fedora 7 /Ubunt 7.10
Posts: 188

Rep: Reputation: 30
Post system-config-lvm


I had an unused partition /dev/hdb3 of about 7 gb .
I wanted to learn a bit about LVM .
Is system-config-lvm ALL that is required to have LVM functioning .
--
I initialized it and also added it to the volgroup .

One item does not seem to work, it refers to extents . When you click on remove extents it says 'select some first before removing ' . Now there is no provision for selecting extents. It shows 238 unused extents for the new /dev/hdb3 partition .
More ...
The logical view shows a red cyclinder and blue cylinde . Clicking on them shows stripes and the number of extents.. However I cant find a way of selecting extents.

Also there is no indication which file will be written there . What if I decide to remove this from th e volume group later ?

 
Old 08-17-2006, 01:48 PM   #2
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
system-config-lvm is just a gui, everything it does is done via shelling out to real tools, e.g. pvcreate, lvextend etc... i'm not really sure what you're trying to ask here... is it just an oddity you're seeing in an annoying gui tool? personally i'd say there's nothing better than understanding LVM correctly in the first place and using the real tools. additionally no "ile" is written to, LVM has no config file, it's all held on the partitions itself.
 
Old 08-17-2006, 09:45 PM   #3
anilbh
Member
 
Registered: Oct 2005
Location: India
Distribution: Proud User Fedora FC5/ Fedora 7 /Ubunt 7.10
Posts: 188

Original Poster
Rep: Reputation: 30
Arrow

Quote:
Originally Posted by acid_kewpie
system-config-lvm is just a gui, everything it does is done via shelling out to real tools, e.g. pvcreate, lvextend etc... i'm not really sure what you're trying to ask here... is it just an oddity you're seeing in an annoying gui tool? personally i'd say there's nothing better than understanding LVM correctly in the first place and using the real tools. additionally no "ile" is written to, LVM has no config file, it's all held on the partitions itself.
I agree with you . However I did think the GUI did make things very simple . But for a newbie it did not help much . Since there is no help and comments anywhere . I will look up the command line instructions.
---------------------
One specific question I would appreciate an answer to .
Supposing something does get written to the new Volume . After that is it possible to remove it from the main group ?
 
Old 08-18-2006, 02:47 AM   #4
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
something gets written? what does that mean? what is the "main group"?
 
Old 08-18-2006, 08:11 AM   #5
anilbh
Member
 
Registered: Oct 2005
Location: India
Distribution: Proud User Fedora FC5/ Fedora 7 /Ubunt 7.10
Posts: 188

Original Poster
Rep: Reputation: 30
By Main group I mean VolGroup00. And by Volume I meant the new partition I added . Now since this is all one Volume . How does one know how much is written on the the added volume ? Not necessary but if it is merely mounted as say /mnt/hdb3 then it is easy to see the files on that drive ...
The object of learning about this is to judge if there is a real benefit of this in the home environment . If it can just minimize the periodic reinstallation , that would be good enough ..
 
Old 08-18-2006, 08:14 AM   #6
anilbh
Member
 
Registered: Oct 2005
Location: India
Distribution: Proud User Fedora FC5/ Fedora 7 /Ubunt 7.10
Posts: 188

Original Poster
Rep: Reputation: 30
Arrow

I am hardly an expert in this so do ignore if I dont get all the terms right .
 
Old 08-18-2006, 09:20 AM   #7
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
erm, ok... once you hav a volume in a volume group then you can think of it just like a real physical partition. you can't see how much of it is used, same as for a real partition. i get the idea that i'm not understanding that question, but can't see what you really mean if that's the case.
 
Old 08-18-2006, 09:43 PM   #8
anilbh
Member
 
Registered: Oct 2005
Location: India
Distribution: Proud User Fedora FC5/ Fedora 7 /Ubunt 7.10
Posts: 188

Original Poster
Rep: Reputation: 30
Arrow

I used webmin and went to the LVM section .

This is what I dont understand . There is something called a VolGroup, A Physical Volume , and then a Logical volume . The partition I added is there in the physical volume. It is also shown incorporated in the Volume Group . That is a total of about 13 gb . But it is NOT added to the Logical Volume group .

There is also a message that no new volume can be added as the Volume group is currently in use . Do I need to read an entire book to get this working ?
I am NOT new to Linux but I am certainly new to LVM .
During boot up there is a message which recognizes the /boot volume group but not this.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Two LVM VolGroup's, same name, one is system disk - what to do? ffingers Linux - Hardware 11 05-12-2010 03:59 PM
how to mount an LVM to existing system? fc3_fan Linux - General 6 08-04-2006 06:32 PM
fstab config - LVM aztek Debian 0 06-01-2006 04:29 AM
I want to install without creating an lvm system eklhad Fedora 1 06-28-2005 10:17 AM
Help with backup on an lvm system wlfdgcrkz Linux - Software 1 05-10-2003 12:38 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 12:48 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