Jump to content


Backup Vista OS


4 replies to this topic

#1 PeggyB

    Administrator

  • 17,504 posts
  • Joined: October 04, 2004
  • 693 topics
  • Age: 64
  • Skin: Smartest
  • Local time: 04:12 AM
  • Zodiac:Scorpio
  • Gender:Female
  • Location:Pensacola, FL
  • OS:Windows XP
  • Country:
Offline
  • Time Online: 8d 5h 27m 46s

Posted 16 October 2010 - 04:10 PM

Son got laptop with Vista and didn't make the CD that it tells you to do at the beginning. Is there a way for him to make it now and can he put it on a flash drive?

#2 Berton Re: Backup Vista OS

    Berton

  • 1,310 posts
  • Joined: July 28, 2005
  • 56 topics
  • Age: 82
  • Skin: IP.Board
  • Local time: 03:12 AM
  • Zodiac:Aquarius
  • Gender:Male
  • Location:Wonderful Wyoming
  • OS:Windows 7
  • Country:
Offline
  • Time Online: 4d 18h 6m 19s

Posted 16 October 2010 - 04:23 PM

There is a small program on the computer used for making the disc. With Vista and Win7 it will burn DVDs, just be sure to used DVD-R or DVD+R, not the RW discs. Most times it will make only one set. Usually the program can be found in Start, All Programs and the brand name Folder.

#3 PeggyB Re: Backup Vista OS

    Administrator

  • 17,504 posts
  • Joined: October 04, 2004
  • 693 topics
  • Age: 64
  • Skin: Smartest
  • Local time: 04:12 AM
  • Zodiac:Scorpio
  • Gender:Female
  • Location:Pensacola, FL
  • OS:Windows XP
  • Country:
Offline
  • Time Online: 8d 5h 27m 46s

Posted 16 October 2010 - 05:26 PM

Can you put it on a fashdrive if you choose to?

#4 Berton Re: Backup Vista OS

    Berton

  • 1,310 posts
  • Joined: July 28, 2005
  • 56 topics
  • Age: 82
  • Skin: IP.Board
  • Local time: 03:12 AM
  • Zodiac:Aquarius
  • Gender:Male
  • Location:Wonderful Wyoming
  • OS:Windows 7
  • Country:
Offline
  • Time Online: 4d 18h 6m 19s

Posted 16 October 2010 - 06:30 PM

If that's a choice in the program. Two things to keep in mind, one is the Thumb/Flash drive is somewhat less reliable in the long term than a DVD and the other is that the computer has to have the ability in the BIOS to boot to that Thumb/Flash drive [USB Device] to get the restore/recovery started.

#5 rokytnji Re: Backup Vista OS

    Linux Friganeer

  • 2,319 posts
  • Joined: February 27, 2008
  • 101 topics
  • Age: 58
  • Skin: IPBoard wide
  • Local time: 04:12 AM
  • Zodiac:Aquarius
  • Gender:Male
  • Location:Pecos, Texas
  • Interests:Motorcycles,Vodka,
    Mead,Cossacks,Runs,Linux.
    Own a small Bike shop. Have 6 running Harley Davidsons for personal use. Have a 1980 XLS that'll boot&scoot.
  • OS:other
  • Country:
Offline
  • Time Online: 4d 20h 34m 44s

Posted 16 October 2010 - 07:38 PM

I'll tell you how to make a backup zipped image on flash drive using Linux but it would just be gobbleygook to you. One screwup and you could trash Vista.

1. Boot up your Live Ubuntu CD/DVD.
2. Open a terminal window on the GUI desktop.
3. Switch to the root account with the command sudo su -
4. Plug in the external drive. If it is recognized a disc icon will appear on the desktop. If it isn't then you will need to mount it manually. We'll assume it is auto-mounted. It should be mounted as /media/something where something may be "disk" or some other label. You will need that path to backup the system disc. Whatever you do, DO NOT mount or try to access the system disc at this time.
5. Assuming that the external drive was mounted as /media/disk, execute the following command in the command-line window:

dd if=/dev/sda | gzip -c >/media/disk/system-image.gz

That will copy and compress the system disc image, including the partition table, boot loader, and all of the partitions. Later if you need to restore it, then bootup the Live Ubuntu CD/DVD again, mount the external drive, open the terminal window, switch to root as shown above, and execute this command:

gunzip -c /media/disk/system-image.gz | dd of=/dev/sda

As Jackie Chan says in his movies, "Do you understand the words coming out of my mouth?"

If you don't know what the heck I just said. DO NOT TRY THIS. dd is a very powerful linux tool for imaging drives and the wrong command will kill a OS/Partition if misunderstood.


Pay for a GUI Windows cloning tool or if you think you are computer savvy a little. You can also try using a free cloning tool like Clonezilla

Which would probably be easier to understand for a Linux novice. Uses GUI interface instead of command line.

http://clonezilla.or...09_ocs-sr-x.png

Edit: I know posting this can be confusing as all hell to a Linux novice or Full time Windows User or Full Time Mac user. Just posting this for info. Do not try this as I can not warranty if you make a typo or don't understand Linux drive labeling. This works for me but I am a full time Linux user who understands Linux terms and drive labeling. Poke and Hope won't work with these commands as well as " I think I know" what I am doing. I can't stress on how dangerous my above commands can be to a unexperienced Linux computer user. You have been warned. :gallery_49404_3_2468:





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users


This topic has been visited by 1 user(s)