Go to Post The ever popular Safety Tip Of The Day: Do Not Lick Wheel While In Motion The other popular one was: Remember Stupid Hurts - Joe J. [more]
Home
Go Back   Chief Delphi > Technical > IT / Communications
CD-Media   CD-Spy  
portal register members calendar search Today's Posts Mark Forums Read FAQ rules

 
Closed Thread
 
Thread Tools Rate Thread Display Modes
  #1   Spotlight this post!  
Unread 30-12-2004, 18:22
Venkatesh Venkatesh is offline
Registered User
FRC #0030
 
Join Date: Jan 2003
Rookie Year: 2002
Location: USA
Posts: 260
Venkatesh is a splendid one to beholdVenkatesh is a splendid one to beholdVenkatesh is a splendid one to beholdVenkatesh is a splendid one to beholdVenkatesh is a splendid one to beholdVenkatesh is a splendid one to beholdVenkatesh is a splendid one to beholdVenkatesh is a splendid one to behold
Re: creating new boot disk

For the purposes of this answer, I am going to assume that your 80GB (current boot and main) drive is an IDE disk, on the first channel, and connected as master. And I am going to assume that the new 160GB disk (the master-to-be) is an IDE disk on the first channel, connected as slave. I am also going to assume each disk is set up with one large partition, the whole size of the disk.

First, backup anything that is important. You can never have too many backups.

Second, download a Knoppix linux CD and burn that image. Knoppix is a LiveCD, a disc that contains a version of Linux which does not need to be installed. If you are familiar with linux, good. It will really help while doing this.

You will need to boot into Knoppix and mount your hard drives. To do that, boot from the CD, open a terminal window once KDE has loaded, and type:

su (switches to root user)
mkdir /1 (makes a directory called 1 in the root area)
mkdir /2 (makes a directory called 2 in the root area)
mount /dev/hda1 /1 (mounts your existing hard disk in /1)
mount /dev/hdb1 /2 (mounts your new hard disk in /2)
cd /2 (move to /2 directory)
tar -cvzf 1.tgz /1 (archive /1 into a .tar.gz file)
mv 1.tgz 1.tar.gz (rename 1.tgz to 1.tar.gz)
gunzip 1.tar.gz (ungzip 1.tar.gz)
tar -xvf 1.tar (unpack that tar file)

The reason I recommend you to use tar rather than a direct copy is simple. You can store that 1.tar.gz file on another computer or a reliable medium, and have a record of your computer which you can restore from in case of disaster. After you are done with the above steps, you are free to swap the positions of your IDE devices. You will need to boot using a Windows 2000/XP install CD into the recovery console and run "FIXMBR", but then the swap will be done.

This is not an exercise to be taken lightly. If you did not understand any step above, do not try it.

Edit: I forgot about Norton Ghost. It should be able to do the whole process automagically. I have never used it and cannot comment on its use(ful/less).
__________________
-- vs, me@acm.jhu.edu
Mentor, Team 1719, 2007
Team 30, 2002-2005
  #2   Spotlight this post!  
Unread 30-12-2004, 19:28
Kevin Sevcik's Avatar
Kevin Sevcik Kevin Sevcik is offline
(Insert witty comment here)
FRC #0057 (The Leopards)
Team Role: Mentor
 
Join Date: Jun 2001
Rookie Year: 1998
Location: Houston, Texas
Posts: 3,562
Kevin Sevcik has a reputation beyond reputeKevin Sevcik has a reputation beyond reputeKevin Sevcik has a reputation beyond reputeKevin Sevcik has a reputation beyond reputeKevin Sevcik has a reputation beyond reputeKevin Sevcik has a reputation beyond reputeKevin Sevcik has a reputation beyond reputeKevin Sevcik has a reputation beyond reputeKevin Sevcik has a reputation beyond reputeKevin Sevcik has a reputation beyond reputeKevin Sevcik has a reputation beyond repute
Send a message via AIM to Kevin Sevcik Send a message via Yahoo to Kevin Sevcik
Re: creating new boot disk

I highly recommend the Ultimate Boot CD

It's a compendium of useful utilities on one bootable CD. I think in this case, you can use HD Clone, as it says it supports copying one drive to a larger drive.

EDIT: after copying, use one of the partition resizing tools to claim all the extra space on the HD.
__________________
The difficult we do today; the impossible we do tomorrow. Miracles by appointment only.

Lone Star Regional Troubleshooter

Last edited by Kevin Sevcik : 30-12-2004 at 19:31.
  #3   Spotlight this post!  
Unread 30-12-2004, 20:25
Greg Needel's Avatar Unsung FIRST Hero
Greg Needel Greg Needel is offline
REVving up for a new season
FRC #2848 (All-sparks)
Team Role: Engineer
 
Join Date: Jan 2002
Rookie Year: 2002
Location: Dallas, TX
Posts: 3,102
Greg Needel has a reputation beyond reputeGreg Needel has a reputation beyond reputeGreg Needel has a reputation beyond reputeGreg Needel has a reputation beyond reputeGreg Needel has a reputation beyond reputeGreg Needel has a reputation beyond reputeGreg Needel has a reputation beyond reputeGreg Needel has a reputation beyond reputeGreg Needel has a reputation beyond reputeGreg Needel has a reputation beyond reputeGreg Needel has a reputation beyond repute
Re: creating new boot disk

very very easy

format the new HD into 2 partitions both NTFS (80 gb each)

go get a copy of norton ghost and you can do 1 of two things

you can ghost the hard drive straight to each other or you can create a ghost image of your drive then burn that image to the new drive very simple.


you might also want to get a copy of partition magic it is also a good tool if you need to modify your partition sizes
__________________
Greg Needel│www.robogreg.com
Co-founder REV Robotics LLC www.REVrobotics.com
2014 FRC World Champions with 254, 469, & 74
Closed Thread


Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
OCCRA Disk 2004 JoeFryman OCCRA 2 23-10-2004 17:07
Creating Videos Raven_Writer IT / Communications 13 20-06-2004 23:48
Creating no pressure with double solenoid? Combat Chuck Pneumatics 7 29-02-2004 22:45
Operator Interface Problems - Won't Boot Jamie_Richard Control System 1 14-02-2004 17:20
Need help in creating program to use servo's to shift drive archiver 2001 19 24-06-2002 00:35


All times are GMT -5. The time now is 15:13.

The Chief Delphi Forums are sponsored by Innovation First International, Inc.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi