|
|||||
LVM is good thingSome time ago I bought 320GB hard disk to my desktop machine (which also is my main developer box). I decided to try LVM on it and created one volume group which consists whole HDD. There is one partition on it: Today I finally found time to extend LVM to get use of old hdd space. Few commands later I have 400GB But desktop has easy configuration. When I bought Dell D400 I decided to remove Microsoft Windows XP from it (legal copy) and use this machine only under Linux. Booted Debian ‘Etch’ installer via PXE/TFTP and split hdd into two parts: So LVM is good solution if you have few hard disks in machine and does not want to think how to mount them to have them best used — simply join them into one big partition and mount (or few partitions but with easy resizing). It is also good when you want to crypt data — easy to configure and setup. The only minus is that it require initramfs if you have rootfs on LVM. But Debian makes this thing also easy to do :) Related posts: 2 comments to LVM is good thing |
|||||
|
Copyright © 2009 Marcin Juszkiewicz - All Rights Reserved |
|||||
What happens if one of the drives fail? Will you be able to at least restore the information from the healthy drive?
kkazakov13: I did not thinked about it yet. Some stuff from my HDD will be backuped from time to time.