Opened 16 years ago

Closed 16 years ago

#1928 closed bug (fixed)

Initializing of a partition only succeeds if it's no BFS partition already

Reported by: axeld Owned by: axeld
Priority: normal Milestone: R1/alpha1
Component: Kits/Storage Kit Version: R1/pre-alpha1
Keywords: Cc:
Blocked By: Blocking:
Platform: All

Description

If you have a BFS partition that you want to initialize again using DriveSetup, it will fail with B_ERROR.

The reason is that "initialize" itself is only called when the partition type differs, which is apparently not the case here. Calling the other methods just fail.

Change History (3)

comment:1 by axeld, 16 years ago

Owner: changed from stippi to axeld
Status: newassigned

comment:2 by axeld, 16 years ago

Situation improved with hrev24419: the initialization job is now created, but _kern_initialize_partition() now returns B_BUSY.

comment:3 by axeld, 16 years ago

Resolution: fixed
Status: assignedclosed

Fixed in hrev24421.

Note: See TracTickets for help on using tickets.