Is there a CLI gparted version without GUI / X?
parted shows warnings like the following when resizing / moving partitions:
WARNING: you are attempting to use parted to operate on (resize) a file system. parted's file system manipulation code is not as robust as what you'll find in dedicated, file-system-specific packages like e2fsprogs. We recommend you use parted only to manipulate partition tables, whenever possible. Support for performing most operations on most types of file systems will be removed in an upcoming release.
or
Error: file system has incompatible feature enabled. Compatible features are has_journal, dir_index, filetype, sparse_super and large_file Use tune2fs or debugfs to remove features.
gparted can move / resize them. I thought they were using the same libraries. Is there any alternative to parted?