-
Notifications
You must be signed in to change notification settings - Fork 401
Status/2025Q2/geomman.adoc: Add report #520
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,26 @@ | ||
| === Geomman Development | ||
|
|
||
| Links: + | ||
| link:https://wiki.freebsd.org/SummerOfCode2025Projects/FullDiskAdministrationToolForFreeBSD[Geomman GSoC wiki] + | ||
| link:https://gitlab.com/brauliorivas/geomman[geomman Gitlab repository] + | ||
| link:https://gitlab.com/alfix/bsddialog[bsddialog repository] + | ||
| link:https://man.freebsd.org/cgi/man.cgi?query=sade&manpath=FreeBSD+14.3-RELEASE+and+Ports[sade] | ||
|
|
||
| Contact: Braulio Rivas <brauliorivas@FreeBSD.org> | ||
|
|
||
| Geomman is a new partition tool based on sade that brings more functionality as moving, copying and pasting partitions. Geomman is part of Google Summer of Code 2025. Currently, it is available on the Gitlab repository. But at some moment, it is expected to be a tool in the base system. | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. s/sade/man:sade[8]/ |
||
|
|
||
| Geomman is a TUI, thought to allow to grow, shrink, move, copy and paste partitions with filesystems other than UFS. For example, users may be able to create an exFAT partition, as well as to resize an ext4 filesystem. This would make partition management easier, because there are tools for each individual task (mainly depending on the filesystem), but no one that concentrates all cases in a single tool. | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. "meant" or "designed" would work better than "thought" here, I believe. |
||
|
|
||
| For the moment, geomman only allows to copy and paste partitions. However, for next report the tool shoudl be almost finished. | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. s/to copy and paste/copying and pasting/ |
||
|
|
||
| Currently, I'm working on a mechanism to move partitions usind dd. Other approaches may be possible, so any help is very well welcomed. | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. s/usind/using/
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Also, please do not use contractions: s/I'm/I am/ |
||
|
|
||
| The next steps for geomman are: | ||
|
|
||
| * Develop a way to move partitions. | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. s/to move/of moving/ |
||
| * Handle duplicate UUIDs between partitions when using dd. | ||
| * Add options to create, grow, and shrink more filesystem types. | ||
|
|
||
| Sponsor: Google Summer of Code | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We need to repeat the urls for the email format.