Using Linux to copy Windows to a new drive

View: New views
7 Messages — Rating Filter:   Alert me  

Using Linux to copy Windows to a new drive

by Timothy Murphy-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


I have a dual boot system on my Thinkpad T43,
with Windows XP on /dev/sda1 .
I'm just acquired a 250GB WD disk,
and I am wondering if there is any Linux tool I can use
to copy my Windows XP over to the new drive
(which I can mount in the ultrabay)?

I once used dd to copy a Windows distribution,
and it didn't work properly.
Is there anything better for this nowadays?

Nb I don't use Windows much, but would like to keep it if possible.
--
The linux-thinkpad mailing list home page is at:
http://mailman.linux-thinkpad.org/mailman/listinfo/linux-thinkpad

Re: Using Linux to copy Windows to a new drive

by Bugzilla from Likuidkewl@gmail.com :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Sat, Jun 21, 2008 at 12:02, Timothy Murphy <tim@...> wrote:

I have a dual boot system on my Thinkpad T43,
with Windows XP on /dev/sda1 .
I'm just acquired a 250GB WD disk,
and I am wondering if there is any Linux tool I can use
to copy my Windows XP over to the new drive
(which I can mount in the ultrabay)?

I once used dd to copy a Windows distribution,
and it didn't work properly.
Is there anything better for this nowadays?

Nb I don't use Windows much, but would like to keep it if possible.
--
The linux-thinkpad mailing list home page is at:
http://mailman.linux-thinkpad.org/mailman/listinfo/linux-thinkpad


Checkout Clonezilla, this will suit your needs I believe.
http://www.clonezilla.org/


--
Dan Maranville

Re: Using Linux to copy Windows to a new drive

by Adrian Bastholm :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

dd would work fine, you just have to give the option of copying the boot sector in a separate file, THEN the rest.
dd if=<root partition> of=<boot pointer file> bs=512 count=1
dd if=/dev/hda of=/home/user/bootsect.win bs=512 count=
after this you can  even tar the contents of the windows partition and move it.


/adrian

On Mon, Jun 23, 2008 at 7:32 PM, Dan <likuidkewl@...> wrote:
On Sat, Jun 21, 2008 at 12:02, Timothy Murphy <tim@...> wrote:

I have a dual boot system on my Thinkpad T43,
with Windows XP on /dev/sda1 .
I'm just acquired a 250GB WD disk,
and I am wondering if there is any Linux tool I can use
to copy my Windows XP over to the new drive
(which I can mount in the ultrabay)?

I once used dd to copy a Windows distribution,
and it didn't work properly.
Is there anything better for this nowadays?

Nb I don't use Windows much, but would like to keep it if possible.
--
The linux-thinkpad mailing list home page is at:
http://mailman.linux-thinkpad.org/mailman/listinfo/linux-thinkpad


Checkout Clonezilla, this will suit your needs I believe.
http://www.clonezilla.org/


--
Dan Maranville



--
Vänliga hälsningar / Kind regards,
Adrian Bastholm

I would change the world, but they won't give me the sourcecode

RE: Using Linux to copy Windows to a new drive

by Tony Chang-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

RE: [ltp] Using Linux to copy Windows to a new drive

I've used with consistent success partimage (http://partimage.org/Main_Page).


-----Original Message-----
From: linux-thinkpad-admin@... on behalf of Adrian Bastholm
Sent: Mon 6/23/2008 1:02 PM
To: linux-thinkpad@...
Subject: Re: [ltp] Using Linux to copy Windows to a new drive

dd would work fine, you just have to give the option of copying the boot
sector in a separate file, THEN the rest.
*dd if=<root partition> of=<boot pointer file> bs=512 count=1
**dd if=/dev/hda of=/home/user/bootsect.win bs=512 count=
*after this you can  even tar the contents of the windows partition and move
it.


/adrian

On Mon, Jun 23, 2008 at 7:32 PM, Dan <likuidkewl@...> wrote:

> On Sat, Jun 21, 2008 at 12:02, Timothy Murphy <tim@...> wrote:
>
>>
>> I have a dual boot system on my Thinkpad T43,
>> with Windows XP on /dev/sda1 .
>> I'm just acquired a 250GB WD disk,
>> and I am wondering if there is any Linux tool I can use
>> to copy my Windows XP over to the new drive
>> (which I can mount in the ultrabay)?
>>
>> I once used dd to copy a Windows distribution,
>> and it didn't work properly.
>> Is there anything better for this nowadays?
>>
>> Nb I don't use Windows much, but would like to keep it if possible.
>> --
>> The linux-thinkpad mailing list home page is at:
>> http://mailman.linux-thinkpad.org/mailman/listinfo/linux-thinkpad
>>
>
>
> Checkout Clonezilla, this will suit your needs I believe.
> http://www.clonezilla.org/
>
>
> --
> Dan Maranville




--
Vänliga hälsningar / Kind regards,
Adrian Bastholm

I would change the world, but they won't give me the sourcecode


Re: Using Linux to copy Windows to a new drive

by Helmut Hullen :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hallo, Tony,

Du (tony) meintest am 23.06.08:

> I've used with consistent success partimage
> (http://partimage.org/Main_Page).


> -----Original Message-----
> From: linux-thinkpad-admin@... on behalf of Adrian
> Bastholm Sent: Mon 6/23/2008 1:02 PM
> To: linux-thinkpad@...
> Subject: Re: [ltp] Using Linux to copy Windows to a new drive

> dd would work fine, you just have to give the option of copying the
> boot sector in a separate file, THEN the rest.
> *dd if=<root partition> of=<boot pointer file> bs=512 count=1
> **dd if=/dev/hda of=/home/user/bootsect.win bs=512 count=
> *after this you can  even tar the contents of the windows partition
> and move it.


> /adrian

> On Mon, Jun 23, 2008 at 7:32 PM, Dan <likuidkewl@...> wrote:

>> On Sat, Jun 21, 2008 at 12:02, Timothy Murphy <tim@...>
>> wrote:
>>
>>>
>>> I have a dual boot system on my Thinkpad T43,
>>> with Windows XP on /dev/sda1 .
>>> I'm just acquired a 250GB WD disk,
>>> and I am wondering if there is any Linux tool I can use
>>> to copy my Windows XP over to the new drive
>>> (which I can mount in the ultrabay)?
>>>
>>> I once used dd to copy a Windows distribution,
>>> and it didn't work properly.
>>> Is there anything better for this nowadays?
>>>
>>> Nb I don't use Windows much, but would like to keep it if possible.
>>> --
>>> The linux-thinkpad mailing list home page is at:
>>> http://mailman.linux-thinkpad.org/mailman/listinfo/linux-thinkpad
>>>
>>
>>
>> Checkout Clonezilla, this will suit your needs I believe.
>> http://www.clonezilla.org/
>>
>>
>> --
>> Dan Maranville


Don't top post - please!
Don't full quote - please!
Don't send HTML - please!
Thank you!

Viele Gruesse!
Helmut
--
The linux-thinkpad mailing list home page is at:
http://mailman.linux-thinkpad.org/mailman/listinfo/linux-thinkpad

Re: Comment on quoting (was: Using Linux to copy Windows to a new drive)

by Rainer Rehak :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

If he does full quote, i'd rather have him top post =)

Rainer


Helmut Hullen schrieb:

> Hallo, Tony,
>
> Du (tony) meintest am 23.06.08:
> Don't top post - please!
> Don't full quote - please!
> Don't send HTML - please!
> Thank you!
>
> Viele Gruesse!
> Helmut
--
"Freiheit nutzt sich ab, wenn sie nicht genutzt wird."

Bitte schickt mir wenn möglich PGP verschlüsselte E-Mails,
zur Not helfe ich Euch dabei, das einzurichten.
Einfach meinen öffentlichen Schlüssel verwenden:

Please send me PGP encrypted mail whenever possible
using my public key, if necessary I could help you
configuring the appropriate programs:

PGP-Key: <http://www2.informatik.hu-berlin.de/~rehak/3D6C8F01_RR.asc>
Fingerprint:
<http://www2.informatik.hu-berlin.de/~rehak/3D6C8F01_RR_fp.txt>



signature.asc (196 bytes) Download Attachment

Re: Using Linux to copy Windows to a new drive

by Mario Butter-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

While I agree with your other two, as they are just common courtesy, I
prefer top posting as it lets you get to the "meat" of the post right
away.

But you know, I don't chastise you for posting your diatribe AFTER a
full quote, I had to scroll through over 50 lines before I got to your
post. My comments you will see right away.

On Tue, Jun 24, 2008 at 1:37 AM, Helmut Hullen <Hullen@...> wrote:
> Don't top post - please!


--
Mario

http://mario.silent-tower.org/
--
The linux-thinkpad mailing list home page is at:
http://mailman.linux-thinkpad.org/mailman/listinfo/linux-thinkpad