Re: lvm2 on top of dm-crypt - how to add new hard disk

2013-08-21 Thread Gregory Nowak
On Wed, Aug 21, 2013 at 12:19:40PM -0300, Luther Blissett wrote: > My initial guess was that it should be possible to extend this > encryption scheme to the new hard disk using standard lvm tools and the > unencrypted "open" disk as physical volume to the already existing >

lvm2 on top of dm-crypt - how to add new hard disk

2013-08-21 Thread Luther Blissett
ted and lvm is used instead of ordinary partitions. My initial guess was that it should be possible to extend this encryption scheme to the new hard disk using standard lvm tools and the unencrypted "open" disk as physical volume to the already existing volume group. However, after some

lvm2 on top of dm-crypt - how to add new hard disk

2013-08-21 Thread Luther Blissett
ted and lvm is used instead of ordinary partitions. My initial guess was that it should be possible to extend this encryption scheme to the new hard disk using standard lvm tools and the unencrypted "open" disk as physical volume to the already existing volume group. However, after some

Re: Rebuilding RAID 1 Array in Linux with a new hard disk after a disk fault - Howto with screen shots

2010-06-20 Thread Tom H
On Fri, Jun 18, 2010 at 9:11 AM, Huang, Tao wrote: > On Fri, Jun 18, 2010 at 6:02 PM, Tom H wrote: > [snip] >> mdadm assembles an array according to data in the superblock so it >> shouldn't matter whether the kernel recognizes sda and sdb as sdb and >> sda respectively should you plug them in di

Re: Rebuilding RAID 1 Array in Linux with a new hard disk after a disk fault - Howto with screen shots

2010-06-18 Thread Rob Owens
On Thu, Jun 17, 2010 at 09:08:41PM +0800, Huang, Tao wrote: > On Thu, Jun 17, 2010 at 4:17 PM, Michal wrote: > > This is a better way then disconnecting the drive and checking which > > drive was disconnected like I did, but I would still put a very easy to > > read label on the drive to say /dev/

Re: Rebuilding RAID 1 Array in Linux with a new hard disk after a disk fault - Howto with screen shots

2010-06-18 Thread Huang, Tao
On Fri, Jun 18, 2010 at 6:02 PM, Tom H wrote: [snip] > mdadm assembles an array according to data in the superblock so it > shouldn't matter whether the kernel recognizes sda and sdb as sdb and > sda respectively should you plug them in differently. so they's recognized with data in the superbloc

Re: Rebuilding RAID 1 Array in Linux with a new hard disk after a disk fault - Howto with screen shots

2010-06-18 Thread Michal
>> But how can this be correct when each raid partion is linked to the >> HDD/Partions >> >> >> # cat /proc/mdstat >> Personalities : [raid1] [raid6] [raid5] [raid4] >> md3 : active raid1 sda2[0] sdb2[1] >> 716796096 blocks [2/2] [UU] >> >> md2 : active raid1 sda5[0] sdb5[1] >> 51199040 b

Re: Rebuilding RAID 1 Array in Linux with a new hard disk after a disk fault - Howto with screen shots

2010-06-18 Thread Tom H
On Fri, Jun 18, 2010 at 4:27 AM, Michal wrote: > On 17/06/2010 14:08, Huang, Tao wrote: >> On Thu, Jun 17, 2010 at 4:17 PM, Michal wrote: >>> This is a better way then disconnecting the drive and checking which >>> drive was disconnected like I did, but I would still put a very easy to >>> read l

Re: Rebuilding RAID 1 Array in Linux with a new hard disk after a disk fault - Howto with screen shots

2010-06-18 Thread Michal
On 17/06/2010 14:08, Huang, Tao wrote: > On Thu, Jun 17, 2010 at 4:17 PM, Michal wrote: >> This is a better way then disconnecting the drive and checking which >> drive was disconnected like I did, but I would still put a very easy to >> read label on the drive to say /dev/sdX. It would be far eas

Re: Rebuilding RAID 1 Array in Linux with a new hard disk after a disk fault - Howto with screen shots

2010-06-17 Thread Huang, Tao
On Thu, Jun 17, 2010 at 4:17 PM, Michal wrote: > This is a better way then disconnecting the drive and checking which > drive was disconnected like I did, but I would still put a very easy to > read label on the drive to say /dev/sdX. It would be far easier then > checking a long serial number, es

Re: Rebuilding RAID 1 Array in Linux with a new hard disk after a disk fault - Howto with screen shots

2010-06-17 Thread martin f krafft
also sprach Michal [2010.06.17.1017 +0200]: > This is a better way then disconnecting the drive and checking which > drive was disconnected like I did, but I would still put a very easy to > read label on the drive to say /dev/sdX. It would be far easier then > checking a long serial number, espec

Re: Rebuilding RAID 1 Array in Linux with a new hard disk after a disk fault - Howto with screen shots

2010-06-17 Thread Steven
On Thu, June 17, 2010 10:17, Michal wrote: > On 16/06/2010 19:00, Håkon Alstadheim wrote: >> Just do "ls -l /dev/disk/by-id/". The disks will have factory labels >> with serial-numbers to match. >> > > This is a better way then disconnecting the drive and checking which > drive was disconnected li

Re: Rebuilding RAID 1 Array in Linux with a new hard disk after a disk fault - Howto with screen shots

2010-06-17 Thread Michal
On 16/06/2010 19:00, Håkon Alstadheim wrote: > Steven skrev: >> How to identify which drive has failed in an array? >> >> I have 6 disks, 4 are used in raid (mdadm), the other 2 contain /boot, / >> and /home. >> /dev/sdc >> /dev/sdd >> /dev/sde >> /dev/sdf >> Each have 1 partition. >> /dev/md0 (rai

Re: Rebuilding RAID 1 Array in Linux with a new hard disk after a disk fault - Howto with screen shots

2010-06-17 Thread Steven
On Wed, June 16, 2010 17:30, Michal wrote: > > Sorry I really didnt explain my self propely; > > Yes I mean /dev/sde and by lable I mean get a lable machine (or > somehting similar) to put a physical lable on the drive, like a sticker > with text saying /dev/sde > > I did this in one machine and s

Re: Rebuilding RAID 1 Array in Linux with a new hard disk after a disk fault - Howto with screen shots

2010-06-17 Thread Steven
On Wed, June 16, 2010 17:30, Michal wrote: > > Sorry I really didnt explain my self propely; > > Yes I mean /dev/sde and by lable I mean get a lable machine (or > somehting similar) to put a physical lable on the drive, like a sticker > with text saying /dev/sde > > I did this in one machine and s

Re: Rebuilding RAID 1 Array in Linux with a new hard disk after a disk fault - Howto with screen shots

2010-06-16 Thread Håkon Alstadheim
Steven skrev: How to identify which drive has failed in an array? I have 6 disks, 4 are used in raid (mdadm), the other 2 contain /boot, / and /home. /dev/sdc /dev/sdd /dev/sde /dev/sdf Each have 1 partition. /dev/md0 (raid 1) consists of /dev/sdc1 and /dev/sdd1 /dev/md1 (raid 1) consists of /de

Re: Rebuilding RAID 1 Array in Linux with a new hard disk after a disk fault - Howto with screen shots

2010-06-16 Thread Bob Weber
ing RAID 1 Array in Linux with a new hard disk after a disk fault. = Thanks, this might prove useful. However I do have a question... which might be just as important. How to identify which drive has failed in an array? I ha

Re: Rebuilding RAID 1 Array in Linux with a new hard disk after a disk fault - Howto with screen shots

2010-06-16 Thread Michal
On 16/06/2010 15:50, Steven wrote: > > On Wed, June 16, 2010 15:47, Michal wrote: >> >> One way is to label the disks themselves so you simply do; >> >> cat /proc/mdstat which might say /dev/sd3 is down. Open the case, look >> for the disk labled /dev/sde and replace it. If you have LED's like >>

Re: Rebuilding RAID 1 Array in Linux with a new hard disk after a disk fault - Howto with screen shots

2010-06-16 Thread Steven
On Wed, June 16, 2010 15:47, Michal wrote: > > One way is to label the disks themselves so you simply do; > > cat /proc/mdstat which might say /dev/sd3 is down. Open the case, look > for the disk labled /dev/sde and replace it. If you have LED's like > servers have (probably not) they can be a fid

Re: Rebuilding RAID 1 Array in Linux with a new hard disk after a disk fault - Howto with screen shots

2010-06-16 Thread Steven
On Wed, June 16, 2010 13:13, Siju George wrote: > Hope some one finds this helpful :-) > > --Siju > > Rebuilding RAID 1 Array in Linux with a new hard disk after a disk fault. > = > Thanks, this might pr

Re: Rebuilding RAID 1 Array in Linux with a new hard disk after a disk fault - Howto with screen shots

2010-06-16 Thread Michal
> > Thanks, this might prove useful. > However I do have a question... which might be just as important. > > How to identify which drive has failed in an array? > > I have 6 disks, 4 are used in raid (mdadm), the other 2 contain /boot, / > and /home. > /dev/sdc > /dev/sdd > /dev/sde > /dev/sdf

Re: Rebuilding RAID 1 Array in Linux with a new hard disk after a disk fault - Howto with screen shots

2010-06-16 Thread Steven
On Wed, June 16, 2010 13:13, Siju George wrote: > Hope some one finds this helpful :-) > > --Siju > > Rebuilding RAID 1 Array in Linux with a new hard disk after a disk fault. > = > Thanks, this might pr

Re: Rebuilding RAID 1 Array in Linux with a new hard disk after a disk fault - Howto with screen shots

2010-06-16 Thread martin f krafft
also sprach Siju George [2010.06.16.1402 +0200]: > > "Manually" is for Mac users. ;) > > these days every one has left windows and are picking on Mac ? :-) "Reinstalling" is for Windows users. -- .''`. martin f. krafft Related projects: : :' : proud Debian developer ht

Re: Rebuilding RAID 1 Array in Linux with a new hard disk after a disk fault - Howto with screen shots

2010-06-16 Thread Siju George
On Wed, Jun 16, 2010 at 5:06 PM, martin f krafft wrote: > also sprach Siju George [2010.06.16.1322 +0200]: >> > sfdisk -d /dev/sda | sfdisk /dev/sdb >> >> oh thanks :-) >> >> I did it manually using fdisk > > "Manually" is for Mac users. ;) > these days every one has left windows and are picking

Re: Rebuilding RAID 1 Array in Linux with a new hard disk after a disk fault - Howto with screen shots

2010-06-16 Thread martin f krafft
also sprach Siju George [2010.06.16.1322 +0200]: > > sfdisk -d /dev/sda | sfdisk /dev/sdb > > oh thanks :-) > > I did it manually using fdisk "Manually" is for Mac users. ;) -- .''`. martin f. krafft Related projects: : :' : proud Debian developer http://debiansystem.

Re: Rebuilding RAID 1 Array in Linux with a new hard disk after a disk fault - Howto with screen shots

2010-06-16 Thread Siju George
On Wed, Jun 16, 2010 at 4:48 PM, martin f krafft wrote: > also sprach Siju George [2010.06.16.1313 +0200]: >> 2) Create identical partitions on the new disk using 'fdisk'. > > sfdisk -d /dev/sda | sfdisk /dev/sdb > oh thanks :-) I did it manually using fdisk --Siju -- To UNSUBSCRIBE, email

Re: Rebuilding RAID 1 Array in Linux with a new hard disk after a disk fault - Howto with screen shots

2010-06-16 Thread martin f krafft
also sprach Siju George [2010.06.16.1313 +0200]: > 2) Create identical partitions on the new disk using 'fdisk'. sfdisk -d /dev/sda | sfdisk /dev/sdb -- .''`. martin f. krafft Related projects: : :' : proud Debian developer http://debiansystem.info `. `'` http://peopl

Rebuilding RAID 1 Array in Linux with a new hard disk after a disk fault - Howto with screen shots

2010-06-16 Thread Siju George
Hope some one finds this helpful :-) --Siju Rebuilding RAID 1 Array in Linux with a new hard disk after a disk fault. = ** Actual screen shot from terminal of steps taken during rebuild on 10-June-2010 on Debian Lenny

Re: partitioning a new hard disk

2010-05-27 Thread roberto
On Sat, May 22, 2010 at 3:27 AM, Ron Johnson wrote: > > Which is the "real" XP partition, sda2 or sda5? > > If nothing's on sda5, then that should be more than enough for a laptop > install. > it seems i am not an Xp expert anymore ... i totally missed that the VAIO_ (aka D:) partition is totally

Re: partitioning a new hard disk

2010-05-21 Thread Mark
On Fri, May 21, 2010 at 11:38 AM, roberto wrote: > hello, > a friend gave me a laptop (sony vaio) where i want to install debian > squeeze (in dual boot); > > [snip] > > how would you repartitionate the disk, since i have to leave a certain > amount of space for Xp for other users ? > i thought

Re: partitioning a new hard disk

2010-05-21 Thread Ron Johnson
On 05/21/2010 01:38 PM, roberto wrote: hello, a friend gave me a laptop (sony vaio) where i want to install debian squeeze (in dual boot); actually the disk is partitioned as follows (output from mount command, #'s are my comments): # total 82.25 GB 82.25 free, extended partition, ntfs /dev/sda2

Re: partitioning a new hard disk

2010-05-21 Thread Andrei Popescu
On Fri,21.May.10, 22:26:12, roberto wrote: > actually, fdisk -l does not output nothing > > i also tried to issue > fdisk /dev/sda > and it prints > "unable to open /dev/sda" > > i am using an ubuntu live cd Try sudo fdisk -l Regards, Andrei -- Offtopic discussions among Debian users and de

Re: partitioning a new hard disk

2010-05-21 Thread roberto
On Fri, May 21, 2010 at 8:47 PM, Camaleón wrote: > On Fri, 21 May 2010 20:38:53 +0200, roberto wrote: > >> hello, >> a friend gave me a laptop (sony vaio) where i want to install debian >> squeeze (in dual boot); >> actually the disk is partitioned as follows (output from mount command, >> #'s are

Re: partitioning a new hard disk

2010-05-21 Thread Camaleón
On Fri, 21 May 2010 20:38:53 +0200, roberto wrote: > hello, > a friend gave me a laptop (sony vaio) where i want to install debian > squeeze (in dual boot); > actually the disk is partitioned as follows (output from mount command, > #'s are my comments): (...) Better than "mount" issue "fdisk -l

partitioning a new hard disk

2010-05-21 Thread roberto
hello, a friend gave me a laptop (sony vaio) where i want to install debian squeeze (in dual boot); actually the disk is partitioned as follows (output from mount command, #'s are my comments): # total 82.25 GB 82.25 free, extended partition, ntfs /dev/sda2 on /media/VAIO type fuseblk (rw,nosuid,n

Re: Mounting new hard disk in /dev/sdb

2009-12-19 Thread Steven Jones
Hi, Use the label function in fstab regards Steven Johannes Wiedersich wrote: Jason Filippou wrote: I recently installed a new SATA hard drive on my desktop system and I noticed that Squeeze had, by default, mounted it in /dev/sda. This means that recently, due to the popular GRUB failure

Re: Mounting new hard disk in /dev/sdb

2009-12-19 Thread Glenn English
> >On Sat, Dec 19, 2009 at 2:20 AM, Jason Filippou > >wrote: > >So I was > > just wondering whether there was any way that I could plug in my new hard > > drive and mount it on /dev/sdb Careful! Define "new hard drive". What appears where in /dev is a function of your BIOS, the kernel, and u

Re: Mounting new hard disk in /dev/sdb

2009-12-19 Thread Mark
>On Sat, Dec 19, 2009 at 2:20 AM, Jason Filippou >wrote: >So I was > just wondering whether there was any way that I could plug in my new hard > drive and mount it on /dev/sdb If it's an internal hdd, all you need do is edit /etc/fstab to mount /dev/sda to a directory of your choice automatically

Re: Mounting new hard disk in /dev/sdb

2009-12-19 Thread Johannes Wiedersich
Jason Filippou wrote: > I recently installed a new SATA hard drive on my desktop system and I > noticed that Squeeze had, by default, mounted it in /dev/sda. This means > that recently, due to the popular GRUB failure that caused everybody > (including myself) a lot of grief, my Debian disk rescue

Mounting new hard disk in /dev/sdb

2009-12-19 Thread Jason Filippou
Hello, I recently installed a new SATA hard drive on my desktop system and I noticed that Squeeze had, by default, mounted it in /dev/sda. This means that recently, due to the popular GRUB failure that caused everybody (including myself) a lot of grief, my Debian disk rescue mode was installing th

Re: Can't mount a newly created ext3 partition from the new Hard Disk I installed...

2005-12-22 Thread Mike McCarty
Dom wrote: On 12/22/05, Mike McCarty <[EMAIL PROTECTED]> wrote: [snip] I'm saying that I have run mkfs only now and it mounts. Thanks really on that, it's simply me not knowing... Everybody's ignorant, just about different things. Will Rogers Mike -- p="p=%

Re: Can't mount a newly created ext3 partition from the new Hard Disk I installed...

2005-12-22 Thread Dom
On 12/22/05, Mike McCarty <[EMAIL PROTECTED]> wrote: > Dom wrote: > > On 12/22/05, Mike McCarty <[EMAIL PROTECTED]> wrote: > > > >>What file system? I don't see where you ran mkfs. > >> > >>All you've got is a blank partition. > >> > >>Mike > > > > > > Thanks Mike! I've done it. > > Are you saying

Re: Can't mount a newly created ext3 partition from the new Hard Disk I installed...

2005-12-22 Thread Stephen Cormier
On Thursday 22 December 2005 16:39, Dom wrote: > I bought a Western Digital 80GB Hard Disk as a second disk for my > GNU/Linux Debian system (kernel 2.6.8-2-386). > > I attached it as a Slave and set its jumper accordingly. The next > step was to create partition, and I created one by running (unde

Re: Can't mount a newly created ext3 partition from the new Hard Disk I installed...

2005-12-22 Thread Mike McCarty
Dom wrote: On 12/22/05, Mike McCarty <[EMAIL PROTECTED]> wrote: What file system? I don't see where you ran mkfs. All you've got is a blank partition. Mike Thanks Mike! I've done it. Are you saying that you have now run mkfs and it mounts? If so, then congratulations! Or are you saying

Re: Can't mount a newly created ext3 partition from the new Hard Disk I installed...

2005-12-22 Thread Dom
On 12/22/05, Mike McCarty <[EMAIL PROTECTED]> wrote: > > What file system? I don't see where you ran mkfs. > > All you've got is a blank partition. > > Mike Thanks Mike! I've done it.

Re: Can't mount a newly created ext3 partition from the new Hard Disk I installed...

2005-12-22 Thread Mike McCarty
Dom wrote: I bought a Western Digital 80GB Hard Disk as a second disk for my GNU/Linux Debian system (kernel 2.6.8-2-386). I attached it as a Slave and set its jumper accordingly. The next step was to create partition, and I created one by running (under root of course) 'fdisk /dev/hdb' and usin

Can't mount a newly created ext3 partition from the new Hard Disk I installed...

2005-12-22 Thread Dom
I bought a Western Digital 80GB Hard Disk as a second disk for my GNU/Linux Debian system (kernel 2.6.8-2-386). I attached it as a Slave and set its jumper accordingly. The next step was to create partition, and I created one by running (under root of course) 'fdisk /dev/hdb' and using the command

Re: adding new hard disk

2004-01-05 Thread Craig Genner
On Monday 05 Jan 2004 5:44 am, panda wrote: > Lou Losee wrote: > Actually her question brings up an interesting point. Suppose this > needed to be done in a big corporation where it is necessary to maintain > some level of service and the question of scalability is a very > important one. > > They

Re: Re: adding new hard disk

2004-01-05 Thread Anita Rohani
Thanks, you guys! It was my first time posting a question on this maling list...and what an overwhelming response :)! Yeah, i also confirmed from one of my co-workers (an ardent follower of Debian) that there is no way to extend the partitions unless the current disk was setup using "logical volu

Re: adding new hard disk

2004-01-05 Thread Monique Y. Herman
On Mon, 05 Jan 2004 at 18:41 GMT, Travis Crump penned: > Monique Y. Herman wrote: >> On Mon, 05 Jan 2004 at 12:51 GMT, Paul Morgan penned: >>> >>>cp -ax >> >> Okay, having read the man pages, I'm not sure how this does more than >> the -d option that -a includes. -a already stops you from followi

Re: adding new hard disk

2004-01-05 Thread Travis Crump
Monique Y. Herman wrote: On Mon, 05 Jan 2004 at 12:51 GMT, Paul Morgan penned: On Sun, 04 Jan 2004 23:09:31 -0700, Monique Y. Herman wrote: On Mon, 05 Jan 2004 at 06:59 GMT, [EMAIL PROTECTED] penned: On Sun, Jan 04, 2004 at 08:07:30PM -0800, Anita Rohani wrote: Hi A few hard disk partitions o

Re: adding new hard disk

2004-01-05 Thread linux
Citát Colin Watson <[EMAIL PROTECTED]>: > On Mon, Jan 05, 2004 at 01:46:14AM -0500, [EMAIL PROTECTED] wrote: > > Citát Lou Losee <[EMAIL PROTECTED]>: > > > * [EMAIL PROTECTED] <[EMAIL PROTECTED]> [2004-01-05 > 01:32]: > > > > > > > BTW... excuse mu ignorancy can you explain to me what LVM is and

Re: adding new hard disk

2004-01-05 Thread Monique Y. Herman
On Mon, 05 Jan 2004 at 12:51 GMT, Paul Morgan penned: > On Sun, 04 Jan 2004 23:09:31 -0700, Monique Y. Herman wrote: > >> On Mon, 05 Jan 2004 at 06:59 GMT, [EMAIL PROTECTED] penned: >>> On Sun, Jan 04, 2004 at 08:07:30PM -0800, Anita Rohani wrote: Hi A few hard disk partitions on o

Re: adding new hard disk

2004-01-05 Thread Paul Morgan
On Sun, 04 Jan 2004 23:09:31 -0700, Monique Y. Herman wrote: > On Mon, 05 Jan 2004 at 06:59 GMT, [EMAIL PROTECTED] penned: >> On Sun, Jan 04, 2004 at 08:07:30PM -0800, Anita Rohani wrote: >>> Hi >>> >>> A few hard disk partitions on our current Debian system are close to >>> becoming full. I woul

Re: adding new hard disk

2004-01-05 Thread Colin Watson
On Mon, Jan 05, 2004 at 01:46:14AM -0500, [EMAIL PROTECTED] wrote: > Citát Lou Losee <[EMAIL PROTECTED]>: > > * [EMAIL PROTECTED] <[EMAIL PROTECTED]> [2004-01-05 01:32]: > > > > > BTW... excuse mu ignorancy can you explain to me what LVM is and > > > how it works? > > > > http://www.linux.org/doc

Re: adding new hard disk

2004-01-05 Thread panda
Travis Crump wrote: panda wrote: Hi Actually her question brings up an interesting point. Suppose this needed to be done in a big corporation where it is necessary to maintain some level of service and the question of scalability is a very important one. They would prefer some means of doin

Re: adding new hard disk

2004-01-05 Thread linux
Citát Lou Losee <[EMAIL PROTECTED]>: > * [EMAIL PROTECTED] <[EMAIL PROTECTED]> [2004-01-05 01:52]: > > > sorry Lou but man does not wrk on my Winshit and Deb is down after > recompiling > > the kernel. :( > > You can view man pages online at: > > http://man.linuxquestions.org > > Lou > Thanx

Re: adding new hard disk

2004-01-05 Thread Lou Losee
* [EMAIL PROTECTED] <[EMAIL PROTECTED]> [2004-01-05 01:52]: > sorry Lou but man does not wrk on my Winshit and Deb is down after recompiling > the kernel. :( You can view man pages online at: http://man.linuxquestions.org Lou -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of

Re: adding new hard disk

2004-01-04 Thread linux
Citát Lou Losee <[EMAIL PROTECTED]>: > * [EMAIL PROTECTED] <[EMAIL PROTECTED]> [2004-01-05 01:32]: > > > > > BTW... excuse mu ignorancy can you explain to me what LVM is and how it > works? > > thax ed. > > http://www.linux.org/docs/ldp/howto/LVM-HOWTO.index.html > > Lou > sorry Lou but man

Re: adding new hard disk

2004-01-04 Thread ben_foley
On Sun, Jan 04, 2004 at 11:09:31PM -0700, Monique Y. Herman wrote: > On Mon, 05 Jan 2004 at 06:59 GMT, [EMAIL PROTECTED] penned: > > On Sun, Jan 04, 2004 at 08:07:30PM -0800, Anita Rohani wrote: > >> Hi > >> > >> A few hard disk partitions on our current Debian system are close to > >> becoming fu

Re: adding new hard disk

2004-01-04 Thread Lou Losee
* [EMAIL PROTECTED] <[EMAIL PROTECTED]> [2004-01-05 01:32]: > > BTW... excuse mu ignorancy can you explain to me what LVM is and how it works? > thax ed. http://www.linux.org/docs/ldp/howto/LVM-HOWTO.index.html Lou -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe

Re: adding new hard disk

2004-01-04 Thread Lou Losee
* [EMAIL PROTECTED] <[EMAIL PROTECTED]> [2004-01-05 01:32]: > > > > You most likely want cp -a rather than cp -r. > > > What is the difference between -a and -r > ed. man cp Lou -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTE

Re: adding new hard disk

2004-01-04 Thread linux
Citát "Monique Y. Herman" <[EMAIL PROTECTED]>: > On Mon, 05 Jan 2004 at 06:59 GMT, [EMAIL PROTECTED] penned: > > On Sun, Jan 04, 2004 at 08:07:30PM -0800, Anita Rohani wrote: > >> Hi > >> > >> A few hard disk partitions on our current Debian system are close to > >> becoming full. I would like to

Re: adding new hard disk

2004-01-04 Thread linux
Citát Travis Crump <[EMAIL PROTECTED]>: > panda wrote: > >> > > Hi > > > > Actually her question brings up an interesting point. Suppose this > > needed to be done in a big corporation where it is necessary to maintain > > some level of service and the question of scalability is a very > > imp

Re: adding new hard disk

2004-01-04 Thread linux
Citát Travis Crump <[EMAIL PROTECTED]>: > panda wrote: > >> > > Hi > > > > Actually her question brings up an interesting point. Suppose this > > needed to be done in a big corporation where it is necessary to maintain > > some level of service and the question of scalability is a very > > imp

Re: adding new hard disk

2004-01-04 Thread linux
Citát Travis Crump <[EMAIL PROTECTED]>: > panda wrote: > >> > > Hi > > > > Actually her question brings up an interesting point. Suppose this > > needed to be done in a big corporation where it is necessary to maintain > > some level of service and the question of scalability is a very > > imp

Re: adding new hard disk

2004-01-04 Thread linux
Citát Travis Crump <[EMAIL PROTECTED]>: > panda wrote: > >> > > Hi > > > > Actually her question brings up an interesting point. Suppose this > > needed to be done in a big corporation where it is necessary to maintain > > some level of service and the question of scalability is a very > > imp

Re: adding new hard disk

2004-01-04 Thread linux
Citát Travis Crump <[EMAIL PROTECTED]>: > panda wrote: > >> > > Hi > > > > Actually her question brings up an interesting point. Suppose this > > needed to be done in a big corporation where it is necessary to maintain > > some level of service and the question of scalability is a very > > imp

Re: adding new hard disk

2004-01-04 Thread Monique Y. Herman
On Mon, 05 Jan 2004 at 06:59 GMT, [EMAIL PROTECTED] penned: > On Sun, Jan 04, 2004 at 08:07:30PM -0800, Anita Rohani wrote: >> Hi >> >> A few hard disk partitions on our current Debian system are close to >> becoming full. I would like to install an addtional hard disk and >> extend the partitions

Re: adding new hard disk

2004-01-04 Thread Brett Carrington
On Sun, Jan 04, 2004 at 09:44:55PM -0800, panda wrote: > Lou Losee wrote: > > >Hi Anita, > > > >* Anita Rohani <[EMAIL PROTECTED]> [2004-01-04 23:30]: > > > > > >>Hi > >> > >>A few hard disk partitions on our current Debian > >>system are close to becoming full. I would like to > >>install an add

Re: adding new hard disk

2004-01-04 Thread Travis Crump
panda wrote: Hi Actually her question brings up an interesting point. Suppose this needed to be done in a big corporation where it is necessary to maintain some level of service and the question of scalability is a very important one. They would prefer some means of doing the same adding disk

Re: adding new hard disk

2004-01-04 Thread ben_foley
On Sun, Jan 04, 2004 at 08:07:30PM -0800, Anita Rohani wrote: > Hi > > A few hard disk partitions on our current Debian > system are close to becoming full. I would like to > install an addtional hard disk and extend the > partitions on the current disk to the new disk. Is it > possible to do so a

Re: adding new hard disk

2004-01-04 Thread panda
Lou Losee wrote: Hi Anita, * Anita Rohani <[EMAIL PROTECTED]> [2004-01-04 23:30]: Hi A few hard disk partitions on our current Debian system are close to becoming full. I would like to install an addtional hard disk and extend the partitions on the current disk to the new disk. Is it possible

Re: adding new hard disk

2004-01-04 Thread Lou Losee
Hi Anita, * Anita Rohani <[EMAIL PROTECTED]> [2004-01-04 23:30]: > Hi > > A few hard disk partitions on our current Debian > system are close to becoming full. I would like to > install an addtional hard disk and extend the > partitions on the current disk to the new disk. Is it > possible to do

adding new hard disk

2004-01-04 Thread Anita Rohani
Hi A few hard disk partitions on our current Debian system are close to becoming full. I would like to install an addtional hard disk and extend the partitions on the current disk to the new disk. Is it possible to do so and are there any instructions avaliable on how to add and configure addition

Re: cloning my debian install onto my new hard disk?

2003-01-12 Thread Alan Chandler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sunday 12 Jan 2003 8:20 pm, Bob Hilliard wrote: > Johan Ehnberg <[EMAIL PROTECTED]> writes: > > I used to use the cp -ax method with great success, but more > recently the -x option doesn't work. The following is copied from my > > bug report

Re: cloning my debian install onto my new hard disk?

2003-01-12 Thread Bob Hilliard
Johan Ehnberg <[EMAIL PROTECTED]> writes: > There are a few important steps. I did this on my little server and it > worked just the way it should. Read > > http://www.storm.ca/~yan/Hard-Disk-Upgrade.html > > and follow the instructions there. It's very straight-forward and not > too difficult. Ta

Re: cloning my debian install onto my new hard disk?

2003-01-12 Thread Johan Ehnberg
There are a few important steps. I did this on my little server and it worked just the way it should. Read http://www.storm.ca/~yan/Hard-Disk-Upgrade.html and follow the instructions there. It's very straight-forward and not too difficult. Takes some time, though. If you need more info, just a

cloning my debian install onto my new hard disk?

2003-01-12 Thread Britton
I would like to copy my entire install onto my new larger hard disk, then set it up to boot there. I have the old disk as master and the new as slave, and I've mounted the slave and used cp -a on the top level directories. The cp -a of 'initrd' directory complained a bit though, and I'm not sure

Re: Moving selected file systems to new hard disk

2000-03-04 Thread Ethan Benson
On Fri, Mar 03, 2000 at 11:43:46PM -0800, kmself@ix.netcom.com wrote: > On Fri, Mar 03, 2000 at 09:25:40PM -0800, Michael Perry wrote: > > I had kept a copy of a really great article posted on another mailing list > > for this but now seem to have lost it. I would like to upgrade and move > > thin

Re: Moving selected file systems to new hard disk

2000-03-04 Thread John Gay
I had kept a copy of a really great article posted on another mailing list for this but now seem to have lost it. I would like to upgrade and move things like /home and /usr to a new scsi hard disk drive which has much more room. The old disk is /dev/sda and I am installing a new IBM 18 gig scs

Re: Moving selected file systems to new hard disk

2000-03-04 Thread kmself
On Fri, Mar 03, 2000 at 09:25:40PM -0800, Michael Perry wrote: > I had kept a copy of a really great article posted on another mailing list > for this but now seem to have lost it. I would like to upgrade and move > things like /home and /usr to a new scsi hard disk drive which has much more > roo

Moving selected file systems to new hard disk

2000-03-04 Thread Michael Perry
I had kept a copy of a really great article posted on another mailing list for this but now seem to have lost it. I would like to upgrade and move things like /home and /usr to a new scsi hard disk drive which has much more room. The old disk is /dev/sda and I am installing a new IBM 18 gig scsi

Re: New Hard Disk

1997-04-30 Thread Kevin Traas
> > I'm trying to add space to my system and all i have is a 170meg HD what I > > want to do is move everything from /usr/lib to the new HD and have the new > > drive mount at that point. I would like to have the move done in one > > command. is that posible or will i have to move the whole tree by

Re: New Hard Disk

1997-04-29 Thread Harmon Sequoya Nine
Syd -- Looks like you can use the "cp" command with the "--archive" option (see "cp" man page). What you need to do is, after you place a linux filesystem on the partition with "mke2fs", mount that partition under the generic mount-point directory "/mnt": mount /dev/hd?? /mnt Then, copy every

Re: New Hard Disk

1997-04-29 Thread Jason Costomiris
On Tue, 29 Apr 1997, Syd Alsobrook wrote: > I'm trying to add space to my system and all i have is a 170meg HD what I > want to do is move everything from /usr/lib to the new HD and have the new > drive mount at that point. I would like to have the move done in one > command. is that posible or wi

Re: New Hard Disk

1997-04-29 Thread Eric Delaunay
Syd Alsobrook wrote: > I'm trying to add space to my system and all i have is a 170meg HD what I > want to do is move everything from /usr/lib to the new HD and have the new > drive mount at that point. I would like to have the move done in one > command. is that posible or will i have to move the

New Hard Disk

1997-04-29 Thread Syd Alsobrook
I'm trying to add space to my system and all i have is a 170meg HD what I want to do is move everything from /usr/lib to the new HD and have the new drive mount at that point. I would like to have the move done in one command. is that posible or will i have to move the whole tree by hand? Syd

Re: How to move the system to a new hard disk?

1996-09-26 Thread Vadik V. Vygonets
On Tue, 24 Sep 1996, Fernando Tadeu Caldeira Brandt wrote: > I am planing to install a new bigger hard disk. I will > keep the old one but I would like to move Debian Linux > to the new disk. Is it safe to use dd? If not, what would > be the most pratical way to do that without having to > remembe

How to move the system to a new hard disk?

1996-09-25 Thread Fernando Tadeu Caldeira Brandt
I am planing to install a new bigger hard disk. I will keep the old one but I would like to move Debian Linux to the new disk. Is it safe to use dd? If not, what would be the most pratical way to do that without having to remember all customization, etc? Fernando