Re: Moving paritions around



On Fri, Mar 30, 2007 at 12:41:34PM -0400, John L wrote:

Boot from a CD, change the partition table to make the FreeBSD partition
start right after the Windows partition

Well, sort of maybe. Do you mean the partition table or slice table?

It's the think that fdisk manages, which I guess in BSD-ese is the slice
table.

First, I am guessing that you used some utility to officially shrink
the slice (windows primary partition) where MS-Win is installed.

Right.

So, delete the existing FreeBSD slice with fdisk (or in sysinstall)
and then create a new one that encompasses all the left over space.

OK.

Use dd to move down the existing FreeBSD partition data so it starts
at the beginning of the new partition

No, this is no good. You cannot reuse the old partition data on the
new slice because the new slice is a different size.

I know it's a different size. I figured I'd go in with bsdlabel and fix
up the partitition table after I dd'ed it up, then use growfs.

Wrong tools for the cirsumstances.
If it would work, it would still be the harder way.

////jerry


R's,
John
_______________________________________________
freebsd-questions@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscribe@xxxxxxxxxxx"



Relevant Pages

  • Re: I dont see anything to answer my q
    ... The ones that come with FreeBSD will handle fat and fat32 ... successfully a number of times is Partition Magic. ... What the BSD UNIX world calls a disk slice, ... clear while using the terms slice and primary partition. ...
    (freebsd-questions)
  • Re: Downloads
    ... There was one unused partition. ... (used unconsistently with the rest of FreeBSD). ... division of the disk is called a slice. ...
    (freebsd-questions)
  • RE: problem while installing FreeBSD
    ... You will actually need "volume magic" instead of partition magic I believe. ... > disk, it boots to dos and when I reboot without removing ... >> I thought FreeBSD may take care of this file system or it ... It will not resize the NTFS slice for you. ...
    (freebsd-questions)
  • Re: Moving paritions around
    ... Use dumpto back up each of the FreeBSD filesystems. ... start right after the Windows partition ... the slice where MS-Win is installed. ... it sort of obscures the fact that it is using fdisk. ...
    (freebsd-questions)
  • Re: Moving existing FreeBSD system to a new harddisk...
    ... I have FreeBSD 6.2 installed on a Dell Latitude D400 laptop. ... from the old to the new hard disk. ... occupies the first slice (called primary partition) of each disk. ...
    (freebsd-questions)