Hello,
this is my first bug report so please correct me if I am doing something wrong. I am using Arch Linux with fatresize 1.1.0 (20200405) and tried to maximize a FAT filesystem inside a 4GiB partition on a 8GiB virtual disk created with qemu-nbd. I've used the following command:
sudo fatresize -ps max /dev/nbd0p1
However this fails with the following error:
fatresize 1.1.0 (20200405)
.part(start=2048, end=8390655, length=8388608)
Error: The location 8591MB is outside of the device /dev/nbd0.
I really can't explain why this happens, because it event prints out the correct start and end of the partition, but then seems like it is somehow trying to resize the partition to 8591MB.
Please would you have a look at this :)
Hello,
this is my first bug report so please correct me if I am doing something wrong. I am using Arch Linux with fatresize 1.1.0 (20200405) and tried to maximize a FAT filesystem inside a 4GiB partition on a 8GiB virtual disk created with qemu-nbd. I've used the following command:
sudo fatresize -ps max /dev/nbd0p1However this fails with the following error:
fatresize 1.1.0 (20200405).part(start=2048, end=8390655, length=8388608)Error: The location 8591MB is outside of the device /dev/nbd0.I really can't explain why this happens, because it event prints out the correct start and end of the partition, but then seems like it is somehow trying to resize the partition to 8591MB.
Please would you have a look at this :)