From owner-freebsd-questions Mon Jan 3 7:25:59 2000 Delivered-To: freebsd-questions@freebsd.org Received: from node11a94.a2000.nl (node11a94.a2000.nl [24.132.26.148]) by hub.freebsd.org (Postfix) with SMTP id 3ADAC14E7A for ; Mon, 3 Jan 2000 07:25:57 -0800 (PST) (envelope-from ronald@node11a94.a2000.nl) Received: (qmail 13824 invoked from network); 3 Jan 2000 15:25:54 -0000 Received: from dlanor.evertsen.nl (10.0.0.3) by node11a94.a2000.nl with SMTP; 3 Jan 2000 15:25:54 -0000 Date: Mon, 3 Jan 2000 16:25:52 +0100 (CET) From: Ronald Klop To: "Cambria, Mike" Cc: "'freebsd-questions@freebsd.org'" Subject: Re: Moving / filesystem to new disk In-Reply-To: <75ADD7496F0BD211ADC000104B8846CF012CEB5C@rerun.lucentctc.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 3 Jan 2000, Cambria, Mike wrote: > > Hi, > > Santa brought me a new (SCSI) disk and I want to move all of my FreeBSD > partitions still on EIDE to it. Everything went fine using > /stand/sysinstall to create and label the new partitions, mount them as > /mnt1 /mnt2 etc. and the files were copied with tar. The only filesystem I > have not tried to move yet is / > > Using /stand/sysinstall, each time I mount the new filesystem (vs. swap), > the letter assigned is 'e' and not 'a'. Rather than guess, I figured I ask > the list what the proper thing to do regarding moving the root filesystem > is. > > Thanks, > MikeC I don't know the answer to this question about 'e' and 'a', but I do know, you have to recompile your kernel, because the kernel 'knows' what your root filesystem is. I guess you should make a proper kernel. (install it also, but don't reboot.) Copy your / fs to the new disk. Change the fstab in the /etc dir on the new disk and reboot from your scsi disk. On your ide disk you can copy the old kernel back, so you you can still boot it if something fails. Greetings, Ronald. -- Ronald Klop http://node11a94.a2000.nl/~ronald/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message