- Debugger: Getting mixed signals
- 'Packaging Infrastructure' Contract Weekly Report #4
- Haiku monthly activity report - 06/2015
- 'Packaging Infrastructure' Contract Weekly Report #3
- 'Packaging Infrastructure' Contract Weekly Report #2
- GCI 2014 winners trip report (mentor side)
- TeX Live and LyX; Changes to the boot code
- 'Packaging Infrastructure' Contract Weekly Report #1
- Beginning of 'Packaging Infrastructure' Contract
- Haiku monthly activity report - 05/2015
GSoC Introduction: BFS Partition Resizer
The goal of this project is to create code for resizing a BFS volume in a safe manner, through the existing volume resizing interface. At first utilized with a command line tool, and toward the end of the summer hopefully integrated with DriveSetup if time allows.
During the community bonding period, I want to get my development environment set up, and gain some basic familiarity with writing to disk. To accomplish that, I'm going to write a small program that can read and write sectors to the hard drive.
I'm also going to read up on documentation and code, in order to get a clear picture of where to begin when I start the coding.
You can check out my submitted proposal at https://google-melange.appspot.com/gsoc/proposal/review/google/gsoc2012/... for a brief introduction of me, a technical overview and timeline.
- ahenriksson's blog
- Login or register to post comments

Comments
Re: GSoC Introduction: BFS Partition Resizer
I don't know if this will help or hinder but check out:
http://haikuware.com/remository/view-details/utilities/miscellaneous/roc...
PS. Will your partitioning code also support changing the block size?
Re: GSoC Introduction: BFS Partition Resizer
Being able to change the block size is highly unlikely, and not really part of this work.