Chris Irrgang
7ac34a6aec
pkg/extend fix panic for empty partition tables ( #4101 )
...
Signed-off-by: Chris Irrgang <chris.irrgang@gmx.de >
2025-01-30 15:55:14 +02:00
Chris Irrgang
66ca00915a
Try resizing all found devices ( #4099 )
...
* Try resizing all found devices
fixes #4098
Signed-off-by: Chris Irrgang <chris.irrgang@gmx.de >
* Update package tags of pkg/extend
Signed-off-by: Chris Irrgang <chris.irrgang@gmx.de >
---------
Signed-off-by: Chris Irrgang <chris.irrgang@gmx.de >
2025-01-27 11:24:45 +02:00
Federico Pellegatta
6133c561fd
Add GUID Partition Table (GPT) support to extend and mount packages
...
Signed-off-by: Federico Pellegatta <12744504+federico-pellegatta@users.noreply.github.com >
2020-04-24 12:54:48 +02:00
Guillaume Rose
6a6d169af9
Use ioctl instead of blockdev
...
Signed-off-by: Guillaume Rose <guillaume.rose@docker.com >
2019-07-17 21:56:21 +02:00
Guillaume Rose
0fb16ac8b0
Don’t resize dos partition if no free space is available
...
Signed-off-by: Guillaume Rose <guillaume.rose@docker.com >
2019-07-17 16:56:02 +02:00
Guillaume Rose
518220ee44
LastLBA is only present for GPT table
...
Signed-off-by: Guillaume Rose <guillaume.rose@docker.com >
2019-07-17 16:56:02 +02:00
Guillaume Rose
65f3d9bcc1
Propagate error instead of log.Fatalf()
...
Signed-off-by: Guillaume Rose <guillaume.rose@docker.com >
2019-07-17 16:56:02 +02:00
Dave Tucker
8dcb57429a
pkg: Add extend for extending partitions
...
This was split out from pkg/format into its own package.
It has the ability to extend ext4, btrfs and xfs partitions.
Signed-off-by: Dave Tucker <dt@docker.com >
2017-07-26 13:26:39 +01:00