On 30.09.2012 23:06, Raoul MEGELAS wrote:
>> When you are deleting a partition, the kernel completely overwrites  the
>> partition table and PMBR area. You can compare first 34 blocks before
>> deletion and after to see what is going on.
> 
> I can understand that, but i would have thought
> that the deletion of the concerned partition was written preserving others???
> 
> something like:
> 
> - read the gpt table
> - find the offset
> - zeroes the partition entry
> - rewrites the table?
> 
> is not that logic?
> 
> if it is not so, i does not understand this behaviour.
Hi, Raoul,

The kernel has a copy of the partition table in the memory.
When you are deleting some partition, it removes the partition entry
from the memory, constructs updated GPT header and table, calculates
checksums and writes this data into corresponding places.
Any way, this should correctly work.

My guess is that Apple's boot loader detects some changes and
just doesn't want to work. If you think that gpart incorrectly works,
please make a copy of first 34 blocks before and after deletion and
send them to me.

-- 
WBR, Andrey V. Elsukov


_______________________________________________
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Reply via email to