Transfering system directories to new HD

1997-09-14 Thread C.L. Daugaard
I've seen (and kept) posts on how to transfer a system to a new HD. what I'm stumped on is how this is done when /, /usr, and /home are on *separate partitions* and I want to keep it that way. Can anyone tell me how this is done? At this state the "find . -mount -depth -print|cpio -pdmv /newtemp

Re: Transfering system directories to new HD

1997-09-14 Thread Rob Browning
"C.L. Daugaard" <[EMAIL PROTECTED]> writes: > I've seen (and kept) posts on how to transfer a system to a new HD. > what I'm stumped on is how this is done when /, /usr, and /home are on > *separate partitions* and I want to keep it that way. Can anyone tell > me how this is done? At this state

Re: Transfering system directories to new HD

1997-09-14 Thread Rob Browning
Rob Browning <[EMAIL PROTECTED]> writes: > cp -a `ls | grep -v proc` dummy Oops, this needs to be cp -a `ls | fgrep -v proc | fgrep -v 'lost+found'` dummy or something similar. -- Rob -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Trouble?

Re: Transfering system directories to new HD

1997-09-14 Thread RHS Linux User
Try cp -ax /source /destination The a option copies symbolic links as links, preserves permissions, and copies directories recursively. The x option tells cp to not copy anything on a different file system. I have always used this method and the only thing I have to do is create the directories

Re: Transfering system directories to new HD

1997-09-14 Thread David
Try booting off a floppy, mounting the two drives/partions as /mnt/target and /mnt/source Then use the command (cd /mnt/source && tar c .)|(cd /mnt/target && tar xvp) That's how I recently moved my home directories to a bigger disk. The p on the second tar statement is important because it preserv

Re: Transfering system directories to new HD

1997-09-14 Thread Carey Evans
"C.L. Daugaard" <[EMAIL PROTECTED]> writes: [snip] > VFS: Cannot open root device 00:00 > Kernel panic: VFS: Unable to mount root fs on 00:00 > > I ran rdev on the kernel for the new root device and updated and > double-checked the info in the fstab and mtab files and the loadlin boo

Re: Transfering system directories to new HD

1997-09-14 Thread C.L. Daugaard
On Fri, 12 Sep 1997, C.L. Daugaard wrote: > > I've seen (and kept) posts on how to transfer a system to a new HD. > what I'm stumped on is how this is done when /, /usr, and /home are on > *separate partitions* and I want to keep it that way. Can anyone tell > me how this is done? At this state

Re: Transfering system.

1996-08-28 Thread Rob Browning
Mike Wood <[EMAIL PROTECTED]> writes: > bring the system down to single user mode and mirror/copy(how?) the > entire system onto the new partitions There are many ways, but I'd suggest (assuming that you have the new partition mounted on /mnt, and assuming that you want the entire old drive on th

Re: Transfering system.

1996-08-28 Thread mattice
> > Hello, I am running a mailserver for our network on a Debain 1.1 > system. I now need to upgrade the hard drive. Is there a way I can do this > quick and painless? Perhaps down the server and intsall the new drive. > Bring the server back up and fdisk and format the new drive, bring

Transfering system.

1996-08-28 Thread Mike Wood
Hello, I am running a mailserver for our network on a Debain 1.1 system. I now need to upgrade the hard drive. Is there a way I can do this quick and painless? Perhaps down the server and intsall the new drive. Bring the server back up and fdisk and format the new drive, bring the system