Opened 18 years ago
Closed 14 years ago
#1053 closed enhancement (fixed)
Write Support in the Intel Partitioning Module
Reported by: | bonefish | Owned by: | bonefish |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | System/Kernel | Version: | R1/pre-alpha1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | #1822 | |
Platform: | All |
Description
Implement the missing write support in the intel partitioning module (src/add-ons/kernel/partitioning_systems/intel).
Change History (5)
comment:1 by , 17 years ago
Milestone: | R1 → R1/alpha |
---|
comment:2 by , 16 years ago
Blocking: | 1822 added |
---|
follow-up: 4 comment:3 by , 16 years ago
Milestone: | R1/alpha1 → R1 |
---|
comment:4 by , 16 years ago
Replying to stippi:
2) Write support in the Intel Extended Partition. The Intel Partition Map write support could actually work already, but needs proper testing.
What and how can this be tested?
comment:5 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
This one has been implemented as well.
Note:
See TracTickets
for help on using tickets.
Removing form the R1/alpha1 milestone, for the same reasons as #1822. Actually, write support is there for the features we need (initializing partitions). The most important problems are:
1) Retrieving possible disk system candidates for completely empty volumes. Currently, an empty harddrive can be initialized with BFS, but the BDiskDevice methods to retrieve disk systems do not work, since a proper object hierarchy is not being setup in the kernel.
2) Write support in the Intel Extended Partition. The Intel Partition Map write support could actually work already, but needs proper testing.