FOGProject / fos

FOG Operating System
30 stars 33 forks source link

Add support for extending XFS partition/filesystem #66

Closed Sebastian-Roth closed 1 year ago

Sebastian-Roth commented 1 year ago

Just stumbled upon an older thread in the forums and figured that we have F2FS support added in #50 (PR #54) so we might add XFS extension support as well.

https://forums.fogproject.org/topic/16628/centos-partition-count-failed

rluzuriaga commented 1 year ago

Like Tom said in the forum thread, we cannot shrink XFS partitions but we can expand them. In that sense, the implementation will be the exact same as F2FS.

rluzuriaga commented 1 year ago

I am done with the code and some light testing. Will continue testing a bit more before making a PR.