Status/2025Q2/geomman.adoc: Add report#520
Status/2025Q2/geomman.adoc: Add report#520brauliorivas wants to merge 2 commits intofreebsd:mainfrom
Conversation
pauamma
left a comment
There was a problem hiding this comment.
In addition to the specific suggestions here, there should be one sentence per line.
|
|
||
| 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. |
There was a problem hiding this comment.
s/sade/man:sade[8]/
s/as moving/such as moving/
s/copying/copying,/
s/available on the/available in a/
s/moment/future time/
s/to be/to become/
|
|
||
| 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. | ||
|
|
||
| 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. |
There was a problem hiding this comment.
"meant" or "designed" would work better than "thought" here, I believe.
s/allow to grow, shrink, move, copy and paste/allow growing, shrinking, moving, copying, and pasting/
s/no one/none/
|
|
||
| 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. | ||
|
|
||
| For the moment, geomman only allows to copy and paste partitions. However, for next report the tool shoudl be almost finished. |
There was a problem hiding this comment.
s/to copy and paste/copying and pasting/
s/for next/for the next/
s/shoudl/should/
|
|
||
| For the moment, geomman only allows to copy and paste partitions. However, for next report the tool shoudl be almost finished. | ||
|
|
||
| Currently, I'm working on a mechanism to move partitions usind dd. Other approaches may be possible, so any help is very well welcomed. |
There was a problem hiding this comment.
s/usind/using/
s/well welcomed/welcome/
There was a problem hiding this comment.
Also, please do not use contractions:
s/I'm/I am/
|
|
||
| The next steps for geomman are: | ||
|
|
||
| * Develop a way to move partitions. |
lsalvadore
left a comment
There was a problem hiding this comment.
All the suggested changes can be done by us at merge time, if you prefer.
| 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] |
There was a problem hiding this comment.
We need to repeat the urls for the email format.
| 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] | |
| link:https://wiki.freebsd.org/SummerOfCode2025Projects/FullDiskAdministrationToolForFreeBSD[Geomman GSoC wiki] | |
| URL: link:https://wiki.freebsd.org/SummerOfCode2025Projects/FullDiskAdministrationToolForFreeBSD[] + | |
| link:https://gitlab.com/brauliorivas/geomman[geomman Gitlab repository] URL: link:https://gitlab.com/brauliorivas/geomman[] + | |
| link:https://gitlab.com/alfix/bsddialog[bsddialog repository] URL: link:https://gitlab.com/alfix/bsddialog[]+ | |
| link:https://man.freebsd.org/cgi/man.cgi?query=sade&manpath=FreeBSD+14.3-RELEASE+and+Ports[sade] URL: link:https://man.freebsd.org/cgi/man.cgi?query=sade&manpath=FreeBSD+14.3-RELEASE+and+Ports[] |
|
|
||
| For the moment, geomman only allows to copy and paste partitions. However, for next report the tool shoudl be almost finished. | ||
|
|
||
| Currently, I'm working on a mechanism to move partitions usind dd. Other approaches may be possible, so any help is very well welcomed. |
There was a problem hiding this comment.
Also, please do not use contractions:
s/I'm/I am/
Hello @lsalvadore. Hey, yes please, appreciate it a lot :) |
Reviewed by: status (Pau Amma <pauamma@gundo.com>) Pull Request: #520
|
Merged, thanks! |
No description provided.