Opened 10 years ago
Last modified 2 years 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 )
Initializing a new partition of size 1992294MB caused a KDL assert while formatting the disk and creation partition failed.
Change History (3)
by , 10 years ago
Attachment: | Screenshot.png added |
---|
comment:1 by , 10 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 , 10 years ago
Description: | modified (diff) |
---|---|
Summary: | Partitioning fails at 1.9TB size due to KDL assert → BFS fails initializing 1.9TB size volume (KDL assert) |
Note:
See TracTickets
for help on using tickets.
Screenshot for the bug has added.