Chinaboy
Chinaboy
I also encountered this problem
Looks like a deadlock is going to happen.
I think we can add the q option in fix_problem()->ask(), accept the return value and exit() to solve the problem.
I think double square brackets should be used here, because the regular expressions used by the program here are
I think double square brackets should be used here, because the regular expressions used by the program here are
This patch may fix the problem, please review it. https://patchwork.ozlabs.org/project/linux-ext4/patch/[email protected]/
@poettering Hi Poettering. First, if the master device is locked during mkfs, will the operation of other partitions be abnormal? Secondly, I don't see any modification of linux-utils to acquire...
> First, if the master device is locked during mkfs, will the operation of other partitions be abnormal? This will cause the two partitions to not be formatted in parallel,...
> > > > @poettering So, why not let udev to lock all the partition block device? It seems kind of unsuitable to let a partition operation keep the BSD...