OCCRA   [more] Florida Regional : 110d 06h 09m ...
Go to Post Seeing a bunch of teams from Indiana and probably Michagin competing at the same time.... If I wanted to see that, I'd just go to the Championship in Atlanta. :yikes: - Barry Bonzack [more]
Home
Go Back   Chief Delphi > Technical > IT / Communications
Team 47   CD-Events   CD-Media   CD-Swap   CD-Spy   FRC-Spy   Unsung FIRST Heroes   WFA
portal register members calendar search Today's Posts Mark Forums Read FAQ rules
HEXBUG Nano
The Chief Delphi Forums are sponsored by Innovation First, Inc.
Delphi
ADVERTISEMENT

 
Closed Thread
 
Thread Tools Rate Thread Display Modes
  #1   Spotlight this post!  
Old 12-30-2004, 05:37 PM
Denman's Avatar
Denman Denman is offline
Tie Wrap-Not Cable Tie or Zip tie
AKA: Stephen Denman
FRC #0759 (Systemetric)
Team Role: Mentor
 
Join Date: Jan 2004
Rookie Year: 2003
Location: Cambridge UK
Posts: 807
Denman has much to be proud ofDenman has much to be proud ofDenman has much to be proud ofDenman has much to be proud ofDenman has much to be proud ofDenman has much to be proud ofDenman has much to be proud ofDenman has much to be proud ofDenman has much to be proud of
Send a message via ICQ to Denman Send a message via AIM to Denman Send a message via MSN to Denman Send a message via Yahoo to Denman
creating new boot disk

Right, i want to upgrade my 80gb harddrive to 160 gb. i have both drives and can run them simultaneously.
Is there any working software for copying the whole partition on one drive to the other?
i tried maxtor something or other but it got about 20% then said to try again after defragging and scandisking, which i have done.
any help is appreciated in advance
__________________
I am an ex-member of team 759.
759: regional winners with 522 and 233 NYC (2004)


FIRSTWiki.org - Contribute, learn, inspire.

"Teach the way of the GP and the way of the GP shall teach you" - Me
  #2   Spotlight this post!  
Old 12-30-2004, 05:44 PM
Astronouth7303's Avatar
Astronouth7303 Astronouth7303 is offline
An inspired alumnus
AKA: Jamie Bliss
no team (previously 904 (D-cubed) and 1227 (Techno-Gremlins))
Team Role: Alumni
 
Join Date: Jan 2004
Rookie Year: 2004
Location: Grand Rapids, MI
Posts: 2,055
Astronouth7303 has much to be proud ofAstronouth7303 has much to be proud ofAstronouth7303 has much to be proud ofAstronouth7303 has much to be proud ofAstronouth7303 has much to be proud ofAstronouth7303 has much to be proud ofAstronouth7303 has much to be proud ofAstronouth7303 has much to be proud ofAstronouth7303 has much to be proud ofAstronouth7303 has much to be proud of
Send a message via ICQ to Astronouth7303 Send a message via AIM to Astronouth7303 Send a message via MSN to Astronouth7303 Send a message via Yahoo to Astronouth7303
Re: creating new boot disk

Quote:
Originally Posted by Denman
Right, i want to upgrade my 80gb harddrive to 160 gb. i have both drives and can run them simultaneously.
Is there any working software for copying the whole partition on one drive to the other?
i tried maxtor something or other but it got about 20% then said to try again after defragging and scandisking, which i have done.
any help is appreciated in advance
so you need to copy the partition table, partitions, and MBR without breaking the addressing byte size? I'm not sure you can.

There's a difference in how sectors are addressed in an 80GB drive and a 160GB one. So a straight copy may mean that you can only access the first 127GB (?) of disk space.
  #3   Spotlight this post!  
Old 12-30-2004, 06:22 PM
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, vsrinivas@grex.org
Mentor, Team 1719, 2007
Team 30, 2002-2005
  #4   Spotlight this post!  
Old 12-30-2004, 07:28 PM
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: 1,724
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.

Last edited by Kevin Sevcik : 12-30-2004 at 07:31 PM.
  #5   Spotlight this post!  
Old 12-30-2004, 08:25 PM
Unsung FIRST Hero
Greg Needel Greg Needel is offline
On to 2010..
FRC #2775 (Liberty Robotics)
Team Role: Engineer
 
Join Date: Jan 2002
Rookie Year: 2002
Location: Jackson, TN
Posts: 2,642
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
Send a message via AIM to Greg Needel
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│Mechanical Engineer│Black & Decker
www.robogreg.com
  #6   Spotlight this post!  
Old 12-30-2004, 09:03 PM
Unsung FIRST Hero
Al Skierkiewicz Al Skierkiewicz is offline
Broadcast Engineer/ Robot Inspector
FRC #0111 (WildStang)
Team Role: Engineer
 
Join Date: Jun 2001
Rookie Year: 1996
Location: Wheeling, IL
Posts: 4,831
Al Skierkiewicz has a reputation beyond reputeAl Skierkiewicz has a reputation beyond reputeAl Skierkiewicz has a reputation beyond reputeAl Skierkiewicz has a reputation beyond reputeAl Skierkiewicz has a reputation beyond reputeAl Skierkiewicz has a reputation beyond reputeAl Skierkiewicz has a reputation beyond reputeAl Skierkiewicz has a reputation beyond reputeAl Skierkiewicz has a reputation beyond reputeAl Skierkiewicz has a reputation beyond reputeAl Skierkiewicz has a reputation beyond repute
Re: creating new boot disk

Quote:
Originally Posted by Denman
Right, i want to upgrade my 80gb harddrive to 160 gb. i have both drives and can run them simultaneously.
Is there any working software for copying the whole partition on one drive to the other?
i tried maxtor something or other but it got about 20% then said to try again after defragging and scandisking, which i have done.
any help is appreciated in advance
Stephen,
When I upgraded the drive in my notebook I used a kit from Drive Solutions and this software came with it. EZ GIG II
http://www.apricorn.com/product_details.php?ID=381
I loaded the cd and ran it, followed the instructions and walked away and went to dinner. It will make copies of partitions as well. When complete you just install the drive as the first bootable and turn the system on. I followed this with Partition Magic to divide the drive into useable sections. First related stuff lives on E:
__________________
Good Luck All. Learn something new, everyday!
Al
WB9UVJ
www.wildstang.org
________________________
I can't believe it's been fourteen years.
MWR Done, BMR Done, Champs done and WON, IRI Done
  #7   Spotlight this post!  
Old 12-30-2004, 09:18 PM
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: 1,724
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'll note here that the Ultimate Boot CD is free, while norton ghost and partition magic will cost you various amounts to try. So I think all you stand to lose from trying it is however long it takes.
__________________
The difficult we do today; the impossible we do tomorrow. Miracles by appointment only.
  #8   Spotlight this post!  
Old 12-31-2004, 01:12 AM
Mike AA's Avatar
Mike AA Mike AA is offline
Programmer and Mentor
AKA: Mike Aalderink
FRC #2015 (unknown right now)
Team Role: Programmer
 
Join Date: Jan 2003
Rookie Year: 1999
Location: Holland, Mi
Posts: 546
Mike AA is a splendid one to beholdMike AA is a splendid one to beholdMike AA is a splendid one to beholdMike AA is a splendid one to beholdMike AA is a splendid one to beholdMike AA is a splendid one to beholdMike AA is a splendid one to behold
Send a message via AIM to Mike AA Send a message via MSN to Mike AA Send a message via Yahoo to Mike AA
Re: creating new boot disk

Quote:
Originally Posted by Denman
Right, i want to upgrade my 80gb harddrive to 160 gb. i have both drives and can run them simultaneously.
Is there any working software for copying the whole partition on one drive to the other?
i tried maxtor something or other but it got about 20% then said to try again after defragging and scandisking, which i have done.
any help is appreciated in advance

Out of curiosity, why not just keep both harddrives installed and use both? You can never have too much storage!
__________________
My team this year Team 2015 With Wavecrest Career academy.

MEGA FIRST VIDEO ARCHIVE
firstvideoarchive.com


Need a legal file hosted? Contact me and I'll do that for you, FOR FREE.
  #9   Spotlight this post!  
Old 12-31-2004, 11:07 AM
Michael Hill's Avatar
Michael Hill Michael Hill is offline
Registered User
no team
Team Role: Electrical
 
Join Date: Jul 2004
Rookie Year: 2003
Location: Kokomo, IN
Posts: 354
Michael Hill has a brilliant futureMichael Hill has a brilliant futureMichael Hill has a brilliant futureMichael Hill has a brilliant futureMichael Hill has a brilliant futureMichael Hill has a brilliant futureMichael Hill has a brilliant futureMichael Hill has a brilliant futureMichael Hill has a brilliant futureMichael Hill has a brilliant futureMichael Hill has a brilliant future
Send a message via AIM to Michael Hill
Re: creating new boot disk

Ghost IS very awesome for 2 normal hard drives hard drives. For some reason, ghost does not like USB external hard drives. I know it should handle them seemlessly, but when I tried to install a version of the (still beta) Windows XP 64-bit edition, I found all my drivers were messed up (like I expected). But...when I tried to go back to normal XP, I found the ghost didn't save onto the external USB drive. Therefore, I lost everything. Luckily it is a fairly new laptop and I didn't have a lot of irreplacable things, but it was still a monkey-butt to install my CAD software again.
  #10   Spotlight this post!  
Old 12-31-2004, 01:38 PM
Denman's Avatar
Denman Denman is offline
Tie Wrap-Not Cable Tie or Zip tie
AKA: Stephen Denman
FRC #0759 (Systemetric)
Team Role: Mentor
 
Join Date: Jan 2004
Rookie Year: 2003
Location: Cambridge UK
Posts: 807
Denman has much to be proud ofDenman has much to be proud ofDenman has much to be proud ofDenman has much to be proud ofDenman has much to be proud ofDenman has much to be proud ofDenman has much to be proud ofDenman has much to be proud ofDenman has much to be proud of
Send a message via ICQ to Denman Send a message via AIM to Denman Send a message via MSN to Denman Send a message via Yahoo to Denman
Re: creating new boot disk

Hi
Thanks Kevin Sevcik. It worked ! (well sort of. i still need to find my copy of partition magic ... i know i have it around here somewhere..... (even if its like a year or so old))
Thanks everyone

Stephen

(oh and i'm giving the old hard drive to my brother , as i'm too skint to buy another one for his pc i'm building.)

Thread can be locked if needed to be now
__________________
I am an ex-member of team 759.
759: regional winners with 522 and 233 NYC (2004)


FIRSTWiki.org - Contribute, learn, inspire.

"Teach the way of the GP and the way of the GP shall teach you" - Me
  #11   Spotlight this post!  
Old 12-31-2004, 04:44 PM
Wetzel's Avatar
Wetzel Wetzel is offline
You have to be someone
FRC #1884 (The Griffins)
Team Role: Mentor
 
Join Date: Sep 2001
Rookie Year: 1999
Location: London, UK
Posts: 3,209
Wetzel has a reputation beyond reputeWetzel has a reputation beyond reputeWetzel has a reputation beyond reputeWetzel has a reputation beyond reputeWetzel has a reputation beyond reputeWetzel has a reputation beyond reputeWetzel has a reputation beyond reputeWetzel has a reputation beyond reputeWetzel has a reputation beyond reputeWetzel has a reputation beyond reputeWetzel has a reputation beyond repute
Send a message via AIM to Wetzel
Re: creating new boot disk

Quote:
Originally Posted by Denman
Hi
Thanks Kevin Sevcik. It worked ! (well sort of. i still need to find my copy of partition magic ... i know i have it around here somewhere..... (even if its like a year or so old))
You need the latest version of Partition Magic to use it in XP. I know my version of 6 fubared my computer when I tried to use it anyways.


Wetzel
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 10-23-2004 05:07 PM
Creating Videos Raven_Writer IT / Communications 13 06-20-2004 11:48 PM
Creating no pressure with double solenoid? Combat Chuck Pneumatics 7 02-29-2004 10:45 PM
Operator Interface Problems - Won't Boot Jamie_Richard IFI Control System 1 02-14-2004 05:20 PM
Need help in creating program to use servo's to shift drive archiver 2001 19 06-24-2002 12:35 AM


All times are GMT -5. The time now is 06:50 AM.

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


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Copyright © Delphi and Pontiac Central High School