NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: bin/54944: sysinst SIGSEGV with gpt partitioned disk



The following reply was made to PR bin/54944; it has been noted by GNATS.

From: Martin Husemann <martin%duskware.de@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: 
Subject: Re: bin/54944: sysinst SIGSEGV with gpt partitioned disk
Date: Thu, 6 Feb 2020 18:06:40 +0100

 On Thu, Feb 06, 2020 at 04:45:02PM +0000, Frank Kardel wrote:
 >  (gdb) print pm->parts
 >  $2 = (struct disk_partitions *) 0x76e7fc597380
 >  (gdb) print *pm->parts
 >  $3 = {pscheme = 0x161a4abe0 <mbr_parts>, disk = 0x76e7fc8470c8 "ld0", 
 >  bytes_per_sector = 512, num_part = 1, disk_start = 0, disk_size = 
 >  2000409264, free_space = 0, parent = 0x0}
 
 Huh, why does it think there are MBR partitions on that disk?
 ld0 was the correct disk, wasn't it?
 
 It should try gpt first, can you show the output of
 
 	gpt -rq header ld0
 
 please?
 
 Martin
 


Home | Main Index | Thread Index | Old Index