Subscribe to our RSS news feed
AAPL 199.94 (-1.25)

6 Pages V  « < 2 3 4 5 6 >  
Reply to this topic Start new topic
How can I increase my Leopard partition size?
*
  • Group: Members
  • Posts: 39
  • Joined: 12-November 07
  • Member No.: 152,262
sorry guys..

I knew the answer. looked in vista and of course the partition was not activated..




QUOTE (Sticman @ Dec 12 2007, 04:53 PM) *
do a diskutil list

diskutil mergePartitions "Journarled HFS+" New diskXsY diskXsZ if the partitions are called Y and Z !
Remember you are merging PARTITIONS not DISKS!

If it doesn't show another partition if you did a flat image then you need to make it in windows!



Sticman
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 22
  • Joined: 12-April 07
  • From: Boston, MA
  • Member No.: 100,208
Finally got around to getting Leopard osx86 and after all sorts of struggle, thank you zuza -- that worked without a hitch!
PM Profile Card
Go to the top of the page
+ Quote Post
**
  • Group: Members
  • Posts: 68
  • Joined: 10-December 07
  • Member No.: 161,466
thank you zuza!!!!!

I just did a Leopard install from ToH and went from PATA 20G drive to a SATA 320G drive using dd in linux. I tried to use "parted" to resize my hfs+ partition, but learned it will only shrink! So I was stuck with a 20G partition on that drive for Leopard. Orginally I just formated the remainder partition for Leopard, but was learning real quick that everything for MAC likes to go into the "applications" folder and in the users folder (ie iTunes, Docs etc)... I was making alias to get through most of this, but it didn;t work like I wanted so I looked into growing my Leopard hfs+ partition and FINALLY found this thread! This worked seemlessly for me and I figured I would have to go back and make the partition bottable, but I didn't. It just worked!

Thanks a LOT! This should defintely be a thread in the genius bar!
PM Profile Card
Go to the top of the page
+ Quote Post
*******
  • Group: Members
  • Posts: 732
  • Joined: 6-September 06
  • From: México City
  • Member No.: 54,544
I partitioned my Hard Drive with Disk Utility in 10.5.1, I had no troubles and no volume was erased. You can also merge partitions without a trouble.
PM Profile Card
Go to the top of the page
+ Quote Post
**
  • Group: Members
  • Posts: 96
  • Joined: 11-June 06
  • From: MBR
  • Member No.: 42,873
your opinion: sad.gif
CODE
diskutil list
/dev/disk0
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:     FDisk_partition_scheme                        *74.5 Gi    disk0
   1:               Windows_NTFS -n                      20.0 Gi    disk0s1
   2:                  Apple_HFS LEO                     14.6 Gi    disk0s2
   3:                  Apple_HFS temp                    15.4 Gi    disk0s3
   4:               Windows_NTFS -n STORE                24.5 Gi    disk0s5
/dev/disk2
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:     FDisk_partition_scheme                        *1.9 Gi     disk2
   1:                 DOS_FAT_32 STICK                   1.9 Gi     disk2s1





diskutil mergePartitions "Journaled HFS+" LEO disk0s2 disk0s3
Merging partitions into a new partition
     Start partition: disk0s2 LEO
     Finish partition: disk0s3 temp
error writing partition map: MediaKit reports partition (map) too small (-5341)

Merging partitions encountered error MediaKit reports partition (map) too small (-5341) on disk disk0s2 LEO.  The erase will not occur.
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 26
  • Joined: 20-January 08
  • Member No.: 175,698
The question left un answered here (i am not ready to find out just yet) is where can this partition be? can i merge with a partition that is before the mac partition using the simple steps?

CODE
diskutil mergePartitions "Journarled HFS+" New disk0s4 disk0s3
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 4
  • Joined: 27-January 08
  • Member No.: 178,334
Zuza's method worked perfectly for me. Thanks! smile.gif
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 45
  • Joined: 1-November 07
  • From: Netherlands
  • Member No.: 148,160
I also get this error saying "Mediakit reported the partition (map) is too small". I've tried anything, with and without sudo, all kinds of types for the partition I want to merge to my Leopard partition, nothing seems to work. Does this method only apply to GUID partitioned disks? Mine is MBR partitioned.

FIY: my disk is partitioned as follows:

disk0s1: NTFS (Windows)
disk0s2: Journaled HFS+ (Leopard)
disk0s3: MS DOS FAT (Partition to be merged to leopard)
disk0s5: NTFS (Windows DATA partition)

So I typed: diskutil mergePartitions "Journaled HFS+" New disk0s2 disk0s3
I've also tried this by booting from the install DVD and trying it from the terminal there, but no luck.

Any ideas?
Thanks a lot!
PM Profile Card
Go to the top of the page
+ Quote Post
***
  • Group: Members
  • Posts: 159
  • Joined: 7-February 07
  • Member No.: 82,549
finetuned

I think, disk0s3: MS DOS FAT must be unformatted. Delete it, create again, but did not format it.
PM Profile Card
Go to the top of the page
+ Quote Post
***
  • Group: Members
  • Posts: 153
  • Joined: 30-August 07
  • From: Canada
  • Member No.: 131,133
I'm having trouble with increasing my Leopard partition. Just to make sure I'm not missing anything stupid:
-Created unformatted partition after my leopard partition
-Used DiskUtility to format partition as Extended(Journaled)
-In terminal:
CODE
bash-3.2# diskutil list
/dev/disk0
#: TYPE NAME SIZE IDENTIFIER
0: FDisk_partition_scheme *111.8 Gi disk0
1: Windows_NTFS 24.3 Gi disk0s1
2: Apple_HFS X 14.7 Gi disk0s5
3: Apple_HFS X2 57.8 Gi disk0s6
4: Windows_NTFS Data 15.0 Gi disk0s7


then
CODE
bash-3.2# diskutil mergePartitions "Journaled HFS+" New disk0s5 disk0s6
Merging partitions into a new partition
Start partition: disk0s5 X
Finish partition: disk0s6 X2
error writing partition map: MediaKit reports illogical request (-5323)

Merging partitions encountered error MediaKit reports illogical request (-5323) on disk disk0s5 X. The erase will not occur.



Can anyone help figure out what's wrong?
Thanks
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 13
  • Joined: 27-January 08
  • Member No.: 178,819
Looks like you formatted one in HFS Journalled and the other in HFS or else some other mismatch - eg Case sensitive and not case sensitive. Use Disk Utility to get the exact match for the new partition you are erasing. Can't merge apples and oranges
smile.gif
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 6
  • Joined: 7-February 08
  • From: Germany
  • Member No.: 183,870
hi.

i had the following config:
disk0s1: vista recover
disk0s2: vista
disk0s3: hfs+ (leo)

so now i resized the vista partition in order to increase the leo partition:
disk0s1: vista recover
disk0s2: vista
disk0s3: FREE
disk0s4: hfs+ (leo)

now my question is: can i join the free space to the leo partition, even if it is BEFORE leo?? (ironslave has similar problem - still unanswered)
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 16
  • Joined: 27-February 08
  • Member No.: 192,501
Followed instructions to a T; however, the new partition it created was an extended partition...I didn't think much of it, my setup was like this, all primary partitions:

begin | windows(45GB) | leopard(25GB) | free space(60GB) | ntfs partition(100GB) | end

Made a new, unformatted partition in vista that occupied the free space, booted to os x, erased it with Journaled HFS+, ran the mergePartition with the 60GB partition as the second argument (was disk0s5) and it somehow erased part of the ntfs partition, leaving 40GB of free space, with the new leopard as 140GB instead of 80GB. Now the setup is this:

begin | windows(45GB) | leopard(140GB) | freespace(40GB) | end

The weird thing is, the 100GB ntfs partition was primary, not extended, so when I made the new partition, why did it have any connection to the ntfs partition? And you can't say that I picked the wrong partition, otherwise I would have 60GB of free space left, or none at all.

I would avoid using vista's disk management to create the new partition from empty space and just use fdisk from the OS X CD if I did this again.
PM Profile Card
Go to the top of the page
+ Quote Post
***
  • Group: Members
  • Posts: 150
  • Joined: 13-June 07
  • From: New Baltimore, Michigan
  • Member No.: 114,191
Last login: Tue Mar 11 10:48:50 on console
devins-mac-pro:~ Devin$ diskutil list
/dev/disk0
#: TYPE NAME SIZE IDENTIFIER
0: FDisk_partition_scheme *149.1 Gi disk0
1: Windows_NTFS Windows XP 20.0 Gi disk0s1
2: 79.0 Gi disk0s3
3: Apple_HFS Leopard 50.0 Gi disk0s2
devins-mac-pro:~ Devin$ sudo diskutil mergePartitions "Journaled HFS+" New disk0s1 disk0s2
Password:
The chosen disk does not support resizing, do you wish to format instead? (y/N) n
Merge canceled
devins-mac-pro:~ Devin$


"The chosen disk does not support resizing, do you wish to format instead? (y/N)"

Is that normal?


Sorry, my bad. I was looking at the left numbers and not the right side ones.

Sorry.
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 14
  • Joined: 12-March 08
  • Member No.: 198,597
Can someone please post more specific steps to Zuza's method. i didn't quite understand what he means. Thank a bunch. smile.gif
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 14
  • Joined: 18-July 06
  • Member No.: 47,102
QUOTE (IRONSLAVE @ Jan 30 2008, 06:27 AM) *
The question left un answered here (i am not ready to find out just yet) is where can this partition be? can i merge with a partition that is before the mac partition using the simple steps?

CODE
diskutil mergePartitions "Journarled HFS+" New disk0s4 disk0s3


I tried this but failed. At least, the merged partition is not bootable any more even it is set to be active.
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 4
  • Joined: 22-January 08
  • Member No.: 176,322
Sorry to clutter,
can anyone explain in zuza's method, what type of partition to create on the unallocated space following the
15GB partition (shown as Layout: Partition Type:Basic FileSystem: [empty] in the windows XP Disk Management console),
The options when right clicking the unallocated space is to create a "primary" or "extended" partition,
which one should I select?
thanx a million,
--tzurs
PM Profile Card
Go to the top of the page
+ Quote Post
**
  • Group: Members
  • Posts: 53
  • Joined: 28-January 07
  • Member No.: 79,896
primary
PM Profile Card
Go to the top of the page
+ Quote Post
Group Icon
  • Group: X Lab Developers
  • Posts: 1,408
  • Joined: 5-February 06
  • Member No.: 22,629
Just for your info. From man diskutil.

mergePartitions [force] format name fromDevice toDevice
Merge two or more partitions on a disk. All data on merged partitions other than the
first will be lost. The first will be erased if it doesn't have a resizable type (e.g.
JHFS+) or if the force argument is given. Format and name apply only when the first par-
tition is being erased. Merged partitions are required to be ordered sequentially on disk
(see diskutil list for the actual on-disk ordering). Ownership of the affected disk is
required.

PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 1
  • Joined: 11-January 08
  • Member No.: 171,882
this is my problem:
QUOTE
/dev/disk1
#: TYPE NAME SIZE IDENTIFIER
0: FDisk_partition_scheme *298.1 Gi disk1
1: Windows_NTFS Music 105.0 Gi disk1s1
2: Apple_HFS Leopard 15.0 Gi disk1s2


I installed Leopard on partition2 [~195GB], but here it shows up only 15GB and there's no clue where "disk1s3" or the rest of the partition (~180GB) went
please help me to bring them back.
(without erase my music part, thanks)
PM Profile Card
Go to the top of the page
+ Quote Post
6 Pages V  « < 2 3 4 5 6 >
Reply to this topic Start new topic

1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 

RSS Lo-Fi Version Time is now: 21st November 2009 - 06:40 PM