Opened 9 years ago

Last modified 22 months ago

#11753 closed bug

BFS fails initializing 1.9TB size volume (KDL assert) — at Version 2

Reported by: kushalsingh007 Owned by: axeld
Priority: normal Milestone: R1/beta4
Component: File Systems/BFS Version: R1/Development
Keywords: Cc:
Blocked By: Blocking:
Platform: All

Description (last modified by pulkomandy)

Initializing a new partition of size 1992294MB caused a KDL assert while formatting the disk and creation partition failed.

Change History (3)

by kushalsingh007, 9 years ago

Attachment: Screenshot.png added

Screenshot for the bug has added.

comment:1 by phoudoin, 9 years ago

Overall, there is several uint32 -> int32 cast in bfs kernel add-on code, fNumBits in AllocationGroup being one exemple.

Here, the assert should be fixed to work on uint32, but there is other place to fix similar issue most probably.

Time to offer a 3TB disk to Axel :)

comment:2 by pulkomandy, 9 years ago

Description: modified (diff)
Summary: Partitioning fails at 1.9TB size due to KDL assertBFS fails initializing 1.9TB size volume (KDL assert)
Note: See TracTickets for help on using tickets.