LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 01-11-2007, 01:55 AM   #1
Jongi
Senior Member
 
Registered: Aug 2003
Distribution: Debian Sid 32/64-bit, F10 32/64-bit
Posts: 1,070

Rep: Reputation: 45
A question about deleting partitions - LVM related


I have one drive partitioned like this

Code:
   Device Boot      Start         End      Blocks   Id  System
/dev/sda1               1       30401   244196001    5  Extended
/dev/sda5   *           1        2611    20972794+  83  Linux
/dev/sda6            2612        5222    20972826   83  Linux
/dev/sda7            5223        7180    15727603+  83  Linux
/dev/sda8            7181        9138    15727603+  83  Linux
/dev/sda9            9139       11096    15727603+  83  Linux
/dev/sda10          11097       13054    15727603+  83  Linux
/dev/sda11          13055       16971    31463271    7  HPFS/NTFS
/dev/sda12          16972       22192    41937651   8e  Linux LVM
/dev/sda13          22193       26108    31455238+  8e  Linux LVM
/dev/sda14          26109       30401    34483491   8e  Linux LVM
I was quite ambitious at the time about how many distros I would load. I now want to basically kill partitions sda6 to sda11 and repartition that space differently. Instead of the 6 partitions I will have fewer.

My concern is that this will change the partition numbers of the partitions currently 12, 13 and 14. As can be seen these currently form part of LVM partitions. If the partition numbers change eg sda12 to sda10, my concern is whether LVM will adjust accordingly? Or is there a command I will have to run once I have re-partitioned? The LVM partitions are all reiserfs.
 
Old 01-11-2007, 07:32 PM   #2
syg00
LQ Veteran
 
Registered: Aug 2003
Location: Australia
Distribution: Lots ...
Posts: 21,126

Rep: Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120
Mmmm - not a LVM user, but I think a vgscan will accomodate this.
I assume all LVM systems do this at startup.
 
Old 01-12-2007, 12:03 AM   #3
Jongi
Senior Member
 
Registered: Aug 2003
Distribution: Debian Sid 32/64-bit, F10 32/64-bit
Posts: 1,070

Original Poster
Rep: Reputation: 45
syg00: I'll have a read up on vgscan. I like your signature.
 
Old 01-12-2007, 12:52 AM   #4
Jongi
Senior Member
 
Registered: Aug 2003
Distribution: Debian Sid 32/64-bit, F10 32/64-bit
Posts: 1,070

Original Poster
Rep: Reputation: 45
It seems I should be safe according to this:

Quote:
4.1.10. How resilient is LVM to a sudden renumbering of physical hard disks?

It's fine - LVM identifies PVs by UUID, not by device name.

Each disk (PV) is labeled with a UUID, which uniquely identifies it to the system. 'vgscan' identifies this after a new disk is added that changes your drive numbering. Most distros run vgscan in the lvm startup scripts to cope with this on reboot after a hardware addition. If you're doing a hot-add, you'll have to run this by hand I think. On the other hand, if your vg is activated and being used, the renumbering should not affect it at all. It's only the activation that needs the identifier, and the worst case scenario is that the activation will fail without a vgscan with a complaint about a missing PV.

Note

The failure or removal of a drive that LVM is currently using will cause problems with current use and future activations of the VG that was using it.
http://tldp.org/HOWTO/LVM-HOWTO/lvm2faq.html

Last edited by Jongi; 01-12-2007 at 12:55 AM.
 
Old 03-30-2007, 03:10 AM   #5
ss12345_6
LQ Newbie
 
Registered: Mar 2007
Posts: 2

Rep: Reputation: 0
hi Jongi i think you bring out a very good question. when i saw it ,i couldn't figure out how the sqeuence will be, so i decided to try it in my virtual machine ,under the same situation with u then i delete a partion before all the lvm partion,after that ,and then reboot my computer ,but didn't catch any problems.
i've checked it for about half an hour.i think u just need to concern about that your /etc/fstab ,it maybe cause some problems and it must be a troubeshrooting work. by the way ,my distribution is redhat el4.
 
Old 03-30-2007, 03:16 AM   #6
ss12345_6
LQ Newbie
 
Registered: Mar 2007
Posts: 2

Rep: Reputation: 0
my msn: hunter_shu@allyes.com I am a linux-beginner and linux-lover so i want to make friends here who have the same interest in linux and we can exchange our options . be pleasure !

Last edited by ss12345_6; 03-30-2007 at 03:18 AM.
 
Old 04-16-2007, 02:45 AM   #7
Jongi
Senior Member
 
Registered: Aug 2003
Distribution: Debian Sid 32/64-bit, F10 32/64-bit
Posts: 1,070

Original Poster
Rep: Reputation: 45
ss12345_6: The only problem with fstab would be if there were non-LVM partitions that I wasn't going to delete that would need to be mounted. Their referencing would most certainly change. If using a program like gparted you would be able to see that a partition reference had changed and be able to fix fstab and menu.lst (should it be a partition with another OS it).
 
  


Reply

Tags
device, friend, lvm, name, partition



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 On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
how do I add partitions to drives that have Logical Volume (LVM) partitions? The MJ Linux - Software 5 08-17-2006 06:15 PM
Deleting partitions? carlosinfl Linux - General 6 02-25-2005 11:53 PM
help with deleting partitions please the snucka Linux - General 1 01-13-2005 03:17 PM
deleting partitions InsaneLampshade Linux - Newbie 2 02-08-2004 01:37 PM
Installing new Distro - Partitions related question! GloVe Linux - General 4 08-29-2003 04:03 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

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