Opened 15 years ago

Closed 15 years ago

#4543 closed bug (fixed)

empty partition table in DriveSetup

Reported by: jedie Owned by: marcusoverhagen
Priority: normal Milestone: R1
Component: - General Version: R1/alpha1
Keywords: Cc:
Blocked By: Blocking:
Platform: x86

Description

DriveSetup didn't list the partition of my HDD. I see my HDD in DriveSetup but with no sub sections.

GParted works fine.

Attachments (2)

syslog (92.7 KB ) - added by jedie 15 years ago.
ubuntu_lspci.txt (1.5 KB ) - added by jedie 15 years ago.
lspci made with ubuntu

Download all attachments as: .zip

Change History (10)

comment:1 by jedie, 15 years ago

output from fdisk -l:

Platte /dev/sda: 80.0 GByte, 80026361856 Byte
255 Köpfe, 63 Sektoren/Spuren, 9729 Zylinder
Einheiten = Zylinder von 16065 × 512 = 8225280 Bytes
Disk identifier: 0xd53d826f

   Gerät  boot.     Anfang        Ende     Blöcke   Id  System
/dev/sda1               1         382     3068383+   7  HPFS/NTFS
/dev/sda2             383        9728    75071745    f  W95 Erw. (LBA)
/dev/sda5             383         513     1052226    7  HPFS/NTFS
/dev/sda6   *         514         890     3028221   83  Linux
/dev/sda7             891        2232    10779583+  83  Linux
/dev/sda8            2233        2294      497983+  82  Linux Swap / Solaris
/dev/sda9            2295        8790    52179088+   7  HPFS/NTFS
/dev/sda10           9052        9728     5437971    7  HPFS/NTFS
/dev/sda11           8791        9051     2096451   83  Linux

Partitionstabelleneinträge sind nicht in Platten-Reihenfolge

comment:2 by stippi, 15 years ago

Can you somehow grab the syslog from /var/log/syslog? If you can turn on on-screen debug output from the boot loader (press space even before the boot screen icons), you should also see the partition scanning with debug output from the kernel. Maybe you can spot the problem in this output. Otherwise if you can attach a syslog somehow (maybe you have networking from the LiveCD?) to this ticket, that would be awesome, since then one could see what is going on.

by jedie, 15 years ago

Attachment: syslog added

comment:3 by jedie, 15 years ago

It was a little bit tricky to attach syslog here ;) I hope it helps to find the bug.

comment:4 by kallisti5, 15 years ago

is this GPT? I don't see any extended partition types in the first 4 entries.

comment:5 by stippi, 15 years ago

From the syslog, it seems to be MBR, at least "Intel Partition Map" is the add-on that continues after GPT has had it's chance. But I fail to see an actual error in the syslog, it detects a couple partitions. Once Ingo is back from his vacation, he may be able to see a problem in the syslog, I didn't spot the reason.

comment:6 by jedie, 15 years ago

It seems to be an error with the ATA Controller instead of a problem with the partition table!

I can see all partitions if i used the same HDD in a USB case! I can install Haiku then.

comment:7 by marcusoverhagen, 15 years ago

Owner: changed from axeld to marcusoverhagen

by jedie, 15 years ago

Attachment: ubuntu_lspci.txt added

lspci made with ubuntu

comment:8 by marcusoverhagen, 15 years ago

Resolution: fixed
Status: newclosed

fixed in hrev33626

Note: See TracTickets for help on using tickets.