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

6 Pages V   1 2 3 > »   
Reply to this topic Start new topic
How can I increase my Leopard partition size?
**
  • Group: Members
  • Posts: 89
  • Joined: 11-December 05
  • Member No.: 17,801
I've installed the flat image of Leopard, and it works. But now there's only a 15gb partition and my HD has a total of 40gb. How can i enlarge the partition from 15 to a full 40 gb? Thanks.

Edit: To change the partition size: http://forum.insanelymac.com/index.php?s=&...st&p=497648 (thanks to zuza)
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 4
  • Joined: 12-April 07
  • Member No.: 100,096
I'm interested in this too, I have only 15 out of 30GB. Also I cannot create a new partition because I already have 3 primary partitions.
PM Profile Card
Go to the top of the page
+ Quote Post
**
  • Group: Members
  • Posts: 79
  • Joined: 8-October 07
  • Member No.: 140,639
I figured considering I'm booting from an external HDD that I can use Windows to partition the rest of the space as FAT32 which Leopard will be able to see. Dunno about combining them once that is done... worth a shot though.
PM Profile Card
Go to the top of the page
+ Quote Post
**
  • Group: Members
  • Posts: 89
  • Joined: 11-December 05
  • Member No.: 17,801
i only know of PAID softwares to change the Apple filesystem. Anyone?
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 4
  • Joined: 1-November 07
  • Member No.: 147,970
I've been trying to do this to.

The flat image install method works REALLY well except for the partition issue. I've looked at DD.exe's syntax to see if I could fill the remaining area of the disk but I haven't had any luck, http://www.chrysocome.net/dd.

If I could boot into Disk Utility off my install BrazilMac install DVD I think I good fix it, but it won't load.

Anyone who wants to collaborate on fixing this, message me if you're interested.
PM Profile Card
Go to the top of the page
+ Quote Post
***
  • Group: Members
  • Posts: 127
  • Joined: 18-May 06
  • Member No.: 39,566
Actually this is fairly easy, but requires a working 10.4. or 10.5 installation on another Harddisk. If you have another one, install the flat image on this as well. Now use Disk Utility to create an image of the volume you had created with the lfat image. If the image is created succesfully, repartition the hard disk and use Disk Utility again to resore the image back to it.

You just have to recreate the bootloader afterwards, if you need a hint look here:

http://forum.osx86scene.com/viewtopic.php?f=16&t=1789
PM Profile Card
Go to the top of the page
+ Quote Post
**
  • Group: Members
  • Posts: 88
  • Joined: 14-January 06
  • Member No.: 19,852
Is there absolutely no other way to do it? Isn't there a Mac Drive software to use in Windows to do it? Similar to partition magic?
PM Profile Card
Go to the top of the page
+ Quote Post
****
  • Group: Members
  • Posts: 246
  • Joined: 20-May 07
  • Member No.: 109,158
Turn off journaling, then boot a linux live-cd, do the deed, then re enable journaling.
This was reported to work iirc.
PM Profile Card
Go to the top of the page
+ Quote Post
******
  • Group: Members
  • Posts: 451
  • Joined: 12-December 06
  • From: Canada
  • Member No.: 68,358
Man, I am really curious to see if you want to risk it. It is a new feature Apple added it to Leopard.Check this out http://www.apple.com/macosx/features/300.html
QUOTE
Live Partition Resizing in Disk Utility You may be able to gain disk space without losing data. If a volume is running out of space, simply delete the volume that comes after it on the disk and move the volume’s end point into the freed space.
Keep us posted if you try it!
QUOTE (delish @ Nov 1 2007, 03:08 PM) *
Turn off journaling, then boot a linux live-cd, do the deed, then re enable journaling.This was reported to work iirc.
nice shoes and legs in your avatar! tongue.gif
PM Profile Card
Go to the top of the page
+ Quote Post
**
  • Group: Members
  • Posts: 89
  • Joined: 11-December 05
  • Member No.: 17,801
interesting, after that, i looked it up on google: http://www.friday.com/bbum/2006/04/10/live...zing-boot-camp/
QUOTE
This is via the resizeVolume subcommand:

CODE
[albbum:~] bbum% diskutil resizeVolume
Disk Utility Tool
Usage:  diskutil resizeVolume [Mount Point|Disk Identifier|Device Node] size
        <part1format part1Name part1Size> <part2format part2Name part2Size> ...
Non-destructively resize a disk. You may increase or decrease its size.
When decreasing size, you may optionally supply a list of new partitions to create.
Ownership of the affected disk is required.
Valid partition sizes are in the format of <number><size>.
Valid sizes are B(ytes), K(ilobytes), M(egabytes), G(igabytes), T(erabytes)
Example: 10G (10 gigabytes), 4.23T (4.23 terabytes), 5M (5 megabytes)
resizeVolume is only supported on GPT media with a Journaled HFS+ filesystem.
A size of "limits" will print the range of valid values for the current filesystem.
Example: diskutil resizeVolume disk1s3  10G
         JHFS+ HDX1 5G MS-DOS HDX2 5G
Valid filesystems: "Case-sensitive HFS+" "Journaled HFS+"
    "Case-sensitive Journaled HFS+" "HFS+"
    "HFS" "MS-DOS FAT32" "MS-DOS FAT16" "MS-DOS"
    "MS-DOS FAT12" "UFS" "Linux" "Swap"
</size></number></part2format></part1format>


I wonder if it work on a live partition... if not, i'll just go on my not-yet-deleted tiger partition to do it... But i don't wanna risk it, anyone wanna give it a shot?! biggrin.gif
PM Profile Card
Go to the top of the page
+ Quote Post
*****
  • Group: Members
  • Posts: 271
  • Joined: 29-December 06
  • Member No.: 72,683
AS delish stated b4: that's the only free way I know of doing it( and I have)

In the "Terminal" window, enter "diskutil enableJournal volumeName" (without the quotation marks and with the volume's name in place of "Name") to turn journaling on. Enter "disableJournal" for the second term, with all other items the same, to turn journaling off.

the boot off a linux live cd (ie Ubuntu, etc) and use gparted or similar program to resize partition.

biggrin.gif
PM Profile Card
Go to the top of the page
+ Quote Post
**
  • Group: Members
  • Posts: 89
  • Joined: 11-December 05
  • Member No.: 17,801
anyone wanna give a specific tutorial? cause i dunno how to use linux commands.
PM Profile Card
Go to the top of the page
+ Quote Post
******
  • Group: Members
  • Posts: 481
  • Joined: 23-September 07
  • Member No.: 136,641
if we can remove the stupid "Update your boot rom" message when trying to use Bootcamp we can do it since it will make a windows partition and if you dont like it you can extend you partition back.

See page 8
BootCamp PDF
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 37
  • Joined: 26-February 06
  • Member No.: 25,382
I've been reading lots about how to try and do this.

I don't have the "partition" tab when I select the boot partition in Disk Utility...



When I try and turn off Journaling to use the LiveCD and change the size:
QUOTE
my-name-acpi:~ mjaleo$ diskutil enableJournal Leopard
2007-11-03 13:46:10.747 diskutil[240:10b] _CFGetHostUUIDString: unable to determine UUID for host. Error: 35
2007-11-03 13:46:10.945 DiskManagementTool[241:10b] _CFGetHostUUIDString: unable to determine UUID for host. Error: 35
Unable to find disk for Leopard


Any ideas? Pretty unreasonable to use since if you install more than 8gb of programs, you have totally filled up the disk.

Also, see those red lines on the screen? Those only happen in OSX with my machine. In vista, they don't show. They only happen sometimes. Any ideas with those?
PM Profile Card
Go to the top of the page
+ Quote Post
*******
  • Group: Members
  • Posts: 567
  • Joined: 12-August 05
  • From: Central America
  • Member No.: 4,268
QUOTE (mjaleo @ Nov 3 2007, 06:51 PM) *
I've been reading lots about how to try and do this.

I don't have the "partition" tab when I select the boot partition in Disk Utility...



When I try and turn off Journaling to use the LiveCD and change the size:
Any ideas? Pretty unreasonable to use since if you install more than 8gb of programs, you have totally filled up the disk.

Also, see those red lines on the screen? Those only happen in OSX with my machine. In vista, they don't show. They only happen sometimes. Any ideas with those?


In order to see partition you have to click on your hard drive not on your partition.
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 37
  • Joined: 26-February 06
  • Member No.: 25,382


I can't edit the sizes when I do that. The second partition fills the rest of the HD, but even before I created it (In vista, because I couldn't from Leopard) I couldn't increase the size.
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 37
  • Joined: 26-February 06
  • Member No.: 25,382
What about if I boot into Vista and use something like Parition Magic, will that work in resizing the partition?
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 37
  • Joined: 26-February 06
  • Member No.: 25,382
That's what I did, but when you install programs or anything like that, it fills the original install partition and not the new one. So if you install more than 5-8GB of applications, you'll be filling your entire drive and it will run slowly and you can't install anything else.

I want to know how to make the entire partition where the install is, larger.
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 43
  • Joined: 18-April 07
  • Member No.: 101,652
QUOTE (Falu @ Nov 5 2007, 12:39 PM) *
I have found a way!!

In Windows XP or Vista go to Administrative Tools (in Control Panel) then choose Computer Management->Storage Management->Disk Management

Select the disk where you have Leopard and there select the blank volume. Right click on the empty volume and Select New Simple Volume. Follow the Wizard through but DO NOT FORMAT THE VOLUME. Then click Finish, you might see nothing. Once that's done, restart and go to Leopard.

Once in Leopard open Disk Utility

You will see the new created volume on the same disk Leopard is.

Select the new volume and choose the tab Erase-> Choose the format you want and voila...you have extended your drive with a new partition.


That method just killed my MBR - Leopard won't boot anymore. Need to restore the Darwin bootloader somehow...
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 30
  • Joined: 3-November 07
  • Member No.: 148,868
For me the way over windows just worked fine.

I managed to resize partitions, but not the one the OS is installed on with diskutil ( the graphic one too), for that you need a fresh HD ( or a 2G Flashcard for my try), erase all partitions , make 2 new ones (HFS+) and choose GUD in options.Afterthat you can resize the partitions.
PM Profile Card
Go to the top of the page
+ Quote Post
6 Pages V   1 2 3 > » 
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 - 11:20 AM