public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] Re: how to move windows partition to be begining of hard?
  2007-06-09 10:55   ` Mick
@ 2007-06-05  0:24     ` Platoali
  0 siblings, 0 replies; 7+ messages in thread
From: Platoali @ 2007-06-05  0:24 UTC (permalink / raw
  To: gentoo-user

On Shanbe 19 Khordad 1386 14:25, Mick wrote:
> On Tuesday 05 June 2007 13:05, Randy Barlow wrote:
> > gpgkeys: key ED2A35C5A17F791F not found on keyserver
> >
> > Platoali wrote:
> > > I  have a box that has a 4GB fat32 partition in the middle of hard.
> > > I want to move this partition to the end or  begining of hard, so I can
> > > create bigger partitions.
> > >
> > > How can I do this without losing the data in this partition? I know
> > > that softwares like "Partition magick" can do this without any problem.
> > >  Is there any opensource competitor in linux world?
> >
> > Have a look at qtparted.  I haven't personally used it for such a task,
> > but I think it may be capable of something like that.  It's available on
> > the Knoppix CD by default, which is good if you need to have root
> > unmounted...
>
> Not sure if the OP has already hosed his data.  The *parted tools can shift
> the start and, or end of a partition, but they do not move data.  I have
> hosed partitions in the part using gparted because I shifted the beginning
> of the partition (and thus overwritten the partition boot sector).  My
> advice is to use partition image or Norton Ghost to create an image of the
> data in your partition.  Then, use fdisk to delete old partitions, create
> new and mkfs <type> to format these.  Finally, use partimage again to dump
> the imaged data into a partition of your choice.
>
> Good luck.

Thank you very much all you peaple for your recomandations. I acctually solved 
my problem by dd.  I just create a new partition  in the begining of my hard 
and then copy  the old one. I did not need any other partitions data because 
I would format them all for the new gentoo system. Its amazing how small 
programs such as dd can solve problems like this.

Best regards
Platoali
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-user] how to move windows partition to be begining of hard?
@ 2007-06-05 11:15 Platoali
  2007-06-05 12:01 ` Alan McKinnon
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Platoali @ 2007-06-05 11:15 UTC (permalink / raw
  To: gentoo-user

Hi 

I  have a box that has a 4GB fat32 partition in the middle of hard.
I want to move this partition to the end or  begining of hard, so I can create  
bigger partitions.

How can I do this without losing the data in this partition? I know that 
softwares like "Partition magick" can do this without any problem.  Is there  
any opensource competitor in linux world?

Thank you very much for you answeres
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] how to move windows partition to be begining of hard?
  2007-06-05 11:15 [gentoo-user] how to move windows partition to be begining of hard? Platoali
@ 2007-06-05 12:01 ` Alan McKinnon
  2007-06-05 12:03 ` Galevsky
  2007-06-05 12:05 ` [gentoo-user] " Randy Barlow
  2 siblings, 0 replies; 7+ messages in thread
From: Alan McKinnon @ 2007-06-05 12:01 UTC (permalink / raw
  To: gentoo-user

On Tuesday 05 June 2007, Platoali wrote:
> Hi
>
> I  have a box that has a 4GB fat32 partition in the middle of hard.
> I want to move this partition to the end or  begining of hard, so I
> can create bigger partitions.
>
> How can I do this without losing the data in this partition? I know
> that softwares like "Partition magick" can do this without any
> problem.  Is there any opensource competitor in linux world?

I don;t know of any apps that can automagically perform this function - 
I always do it manually, but it requires some unpartitioned space, or 
free space on the file systems.

What is the output of these command on your system:

fdisk -l
df -h
cat /etc/fstab

alan



-- 
Optimists say the glass is half full,
Pessimists say the glass is half empty,
Developers say wtf is the glass twice as big as it needs to be?

Alan McKinnon
alan at linuxholdings dot co dot za
+27 82, double three seven, one nine three five
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] how to move windows partition to be begining of hard?
  2007-06-05 11:15 [gentoo-user] how to move windows partition to be begining of hard? Platoali
  2007-06-05 12:01 ` Alan McKinnon
@ 2007-06-05 12:03 ` Galevsky
  2007-06-05 12:34   ` [gentoo-user] " Platoali
  2007-06-05 12:05 ` [gentoo-user] " Randy Barlow
  2 siblings, 1 reply; 7+ messages in thread
From: Galevsky @ 2007-06-05 12:03 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 629 bytes --]

Ya there is. Have a look at GParted, and burn this useful live-cd.

http://gparted.sourceforge.net/index.php

Gal

2007/6/5, Platoali <platoali@gmail.com>:
>
> Hi
>
> I  have a box that has a 4GB fat32 partition in the middle of hard.
> I want to move this partition to the end or  begining of hard, so I can
> create
> bigger partitions.
>
> How can I do this without losing the data in this partition? I know that
> softwares like "Partition magick" can do this without any problem.  Is
> there
> any opensource competitor in linux world?
>
> Thank you very much for you answeres
> --
> gentoo-user@gentoo.org mailing list
>
>

[-- Attachment #2: Type: text/html, Size: 1035 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] how to move windows partition to be begining of hard?
  2007-06-05 11:15 [gentoo-user] how to move windows partition to be begining of hard? Platoali
  2007-06-05 12:01 ` Alan McKinnon
  2007-06-05 12:03 ` Galevsky
@ 2007-06-05 12:05 ` Randy Barlow
  2007-06-09 10:55   ` Mick
  2 siblings, 1 reply; 7+ messages in thread
From: Randy Barlow @ 2007-06-05 12:05 UTC (permalink / raw
  To: gentoo-user

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Platoali wrote:
> I  have a box that has a 4GB fat32 partition in the middle of hard.
> I want to move this partition to the end or  begining of hard, so I can create  
> bigger partitions.
> 
> How can I do this without losing the data in this partition? I know that 
> softwares like "Partition magick" can do this without any problem.  Is there  
> any opensource competitor in linux world?

Have a look at qtparted.  I haven't personally used it for such a task,
but I think it may be capable of something like that.  It's available on
the Knoppix CD by default, which is good if you need to have root
unmounted...

- --
Randy Barlow
http://electronsweatshop.com

But you are a chosen race, a royal priesthood, a holy nation, a people
for his own possession, that you may proclaim the excellencies of him
who called you out of darkness into his marvelous light. Once you were
not a people, but now you are God's people; once you had not received
mercy, but now you have received mercy. ~1 Peter 2:9-10


-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFGZVGd7So1xaF/eR8RArT9AKCY5OdJ1Bs/FXj2Eyb/gl3/1xdkIgCeOf6t
+bO17T/ZrTdv0LAFQTgZ0m8=
=zZzq
-----END PGP SIGNATURE-----
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-user] Re: how to move windows partition to be begining of hard?
  2007-06-05 12:03 ` Galevsky
@ 2007-06-05 12:34   ` Platoali
  0 siblings, 0 replies; 7+ messages in thread
From: Platoali @ 2007-06-05 12:34 UTC (permalink / raw
  To: gentoo-user

Thank you very much.


On Se shanbe 15 Khordad 1386 15:33, Galevsky wrote:
> Ya there is. Have a look at GParted, and burn this useful live-cd.
>
> http://gparted.sourceforge.net/index.php
>
> Gal
>
> 2007/6/5, Platoali <platoali@gmail.com>:
> > Hi
> >
> > I  have a box that has a 4GB fat32 partition in the middle of hard.
> > I want to move this partition to the end or  begining of hard, so I can
> > create
> > bigger partitions.
> >
> > How can I do this without losing the data in this partition? I know that
> > softwares like "Partition magick" can do this without any problem.  Is
> > there
> > any opensource competitor in linux world?
> >
> > Thank you very much for you answeres
> > --
> > gentoo-user@gentoo.org mailing list
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] how to move windows partition to be begining of hard?
  2007-06-05 12:05 ` [gentoo-user] " Randy Barlow
@ 2007-06-09 10:55   ` Mick
  2007-06-05  0:24     ` [gentoo-user] " Platoali
  0 siblings, 1 reply; 7+ messages in thread
From: Mick @ 2007-06-09 10:55 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 1382 bytes --]

On Tuesday 05 June 2007 13:05, Randy Barlow wrote:
> gpgkeys: key ED2A35C5A17F791F not found on keyserver
>
> Platoali wrote:
> > I  have a box that has a 4GB fat32 partition in the middle of hard.
> > I want to move this partition to the end or  begining of hard, so I can
> > create bigger partitions.
> >
> > How can I do this without losing the data in this partition? I know that
> > softwares like "Partition magick" can do this without any problem.  Is
> > there any opensource competitor in linux world?
>
> Have a look at qtparted.  I haven't personally used it for such a task,
> but I think it may be capable of something like that.  It's available on
> the Knoppix CD by default, which is good if you need to have root
> unmounted...

Not sure if the OP has already hosed his data.  The *parted tools can shift 
the start and, or end of a partition, but they do not move data.  I have 
hosed partitions in the part using gparted because I shifted the beginning of 
the partition (and thus overwritten the partition boot sector).  My advice is 
to use partition image or Norton Ghost to create an image of the data in your 
partition.  Then, use fdisk to delete old partitions, create new and mkfs 
<type> to format these.  Finally, use partimage again to dump the imaged data 
into a partition of your choice.

Good luck.
-- 
Regards,
Mick

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2007-06-09 16:23 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-06-05 11:15 [gentoo-user] how to move windows partition to be begining of hard? Platoali
2007-06-05 12:01 ` Alan McKinnon
2007-06-05 12:03 ` Galevsky
2007-06-05 12:34   ` [gentoo-user] " Platoali
2007-06-05 12:05 ` [gentoo-user] " Randy Barlow
2007-06-09 10:55   ` Mick
2007-06-05  0:24     ` [gentoo-user] " Platoali

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox