LABachlr
Registered
I was told by Apple that if I used Disk Utility in Leopard to delete one partition and resize another one to take over the amount of space that was gained by deleting the first partition, that no data would be lost. That, however, does not seem to be true, as when I open the resized partition, there is nothing there, yet it says there is only 21.72GB available out of a possible 122.88GB.
The amount of space that is being taken up is the same amount of space that the data was taking up when it was still there. It's still there in some form or another, but is it retrievable, or did Apple give me information that was not correct?
Also, on another forum, I found the another way of merging partitions that I have not tried yet.
It's done in Terminal:
---------------------
diskutil list
that listed back 2 partitions with the identifiers: disk1s1 and disk1s2 (in other cases might be disk0...)
Now,
sudo diskutil mergePartitions "Journaled HFS+" New disk1s1 disk1s2
did the trick (New is the name, it will actually be ignored).
The first partition will be kept intact and the second one will be "merged" therefore you will loose all contents (I made sure it was empty before running the merge just in case).
---------------------------
Can anyone confirm if this works?
The amount of space that is being taken up is the same amount of space that the data was taking up when it was still there. It's still there in some form or another, but is it retrievable, or did Apple give me information that was not correct?
Also, on another forum, I found the another way of merging partitions that I have not tried yet.
It's done in Terminal:
---------------------
diskutil list
that listed back 2 partitions with the identifiers: disk1s1 and disk1s2 (in other cases might be disk0...)
Now,
sudo diskutil mergePartitions "Journaled HFS+" New disk1s1 disk1s2
did the trick (New is the name, it will actually be ignored).
The first partition will be kept intact and the second one will be "merged" therefore you will loose all contents (I made sure it was empty before running the merge just in case).
---------------------------
Can anyone confirm if this works?