How to migrate XP, Vista, Linux, BSD and Solaris to a bigger hard disk


Results 1 to 15 of 179

Thread: How to migrate XP, Vista, Linux, BSD and Solaris to a bigger hard disk

Threaded View

  1. #11
    Join Date
    Jun 2008
    Posts
    2

    Thumbs up yuppih!

    YES, there is!
    I downloaded Knoppix LiveCD 5.1.1

    I started with boot option
    Code:
    knoppix 2
    to get into command line.

    I found the output out of the borders of the display, so I adjusted:
    Code:
    stty rows 37
    I could then see what happend.
    And!
    Code:
    ndiswrapper
    Code:
    ntfs-3g
    are both there!
    Code:
    fdisk -l
    I found my source disk being hda and my target disk being sda1
    Code:
    mkdir /mnt/export
    Code:
    ntfs-3g /dev/sda1 /mnt/export
    I have mounted a usb ntfs harddisk and I am now
    Code:
    dd if=/dev/hda of=/mnt/export/export.img bs=32256
    Very curious!
    Last edited by slafochmed; 06-07-2008 at 06:25 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •