Here they are:
Here they are:
Increase the Size of the Hard Drive in a MyGig Navigation Unit
- We will copy a 30 gig hard drive to an 80 gig hard drive
- Remove the radio from the vehicle and carefully take out the hard drive
- Use Easeus Disk Copy available here "http://download.cnet.com/EaseUS-Disk...-10867157.html" to copy the old drive to the newer drive (the software is freeware)
- Leave both the drives connected as you will need to copy & paste the 4th partition later
- The new drive will have 4 partitions and 1 unallocated space
- The 4th partition has to be increased to include the unallocated space
- This is done by using QNX software available here "http://www.qnx.com/download/feature....rogramid=21367" it's an ISO, so burn it to a cd with imaging software
- Boot up with the QNX disk, it will give you 2 options : press F2 to run from cd
- Click "Exit" on the following screen
- Login is "root" there isn't a password and click "Go"
- Go to terminal and type
ls /dev/hd*|grep -v t
press enter - this command lists the hard drives
- Use fdisk command to identify each drive, it will display the size (q) exit
- In my case /dev/hd20 is my larger drive
- Still in terminal, type
fdisk /dev/hd20
press enter and it will list the options
- press 4, press D, press 4, press C
- Type 80, enter, type 1 more than line 3 eg: 1263, enter, the end cylinder is on the bottom right of the page eg: 9728
- Press "S" to save then "Q" to quit
- Still in terminal, type
dinit -h /dev/hd20t80 and press enter ; y - enter
- close terminal and reboot (reboot is important because it mounts the new partition...sometimes you have to repeat the dinit procedure)
- Go into:
"utilities" - "file manager" - double click the folder under bookmarks - double click "fs" - hd10-qnx4-4
- Copy all the files in that partition
- Go to hd20-qnx4-4 and paste the contents into this partition
- You now have a new 80 gig hard drive to put into your vehicle.
Thanks to all who helped getting me started with this!!
Here they are:
Increase the Size of the Hard Drive in a MyGig Navigation Unit
- We will copy a 30 gig hard drive to an 80 gig hard drive
- Remove the radio from the vehicle and carefully take out the hard drive
- Use Easeus Disk Copy available here "http://download.cnet.com/EaseUS-Disk...-10867157.html" to copy the old drive to the newer drive (the software is freeware)
- Leave both the drives connected as you will need to copy & paste the 4th partition later
- The new drive will have 4 partitions and 1 unallocated space
- The 4th partition has to be increased to include the unallocated space
- This is done by using QNX software available here "http://www.qnx.com/download/feature....rogramid=21367" it's an ISO, so burn it to a cd with imaging software
- Boot up with the QNX disk, it will give you 2 options : press F2 to run from cd
- Click "Exit" on the following screen
- Login is "root" there isn't a password and click "Go"
- Go to terminal and type
ls /dev/hd*|grep -v t
press enter - this command lists the hard drives
- Use fdisk command to identify each drive, it will display the size (q) exit
- In my case /dev/hd20 is my larger drive
- Still in terminal, type
fdisk /dev/hd20
press enter and it will list the options
- press 4, press D, press 4, press C
- Type 80, enter, type 1 more than line 3 eg: 1263, enter, the end cylinder is on the bottom right of the page eg: 9728
- Press "S" to save then "Q" to quit
- Still in terminal, type
dinit -h /dev/hd20t80 and press enter ; y - enter
- close terminal and reboot (reboot is important because it mounts the new partition...sometimes you have to repeat the dinit procedure)
- Go into:
"utilities" - "file manager" - double click the folder under bookmarks - double click "fs" - hd10-qnx4-4
- Copy all the files in that partition
- Go to hd20-qnx4-4 and paste the contents into this partition
- You now have a new 80 gig hard drive to put into your vehicle.
Thanks to all who helped getting me started with this!!