[partitionmanager] [Bug 407834] fatresize at the end of a restore operation fails with warning

2020-10-04 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=407834

Andrius Štikonas  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|REPORTED|RESOLVED
  Latest Commit||https://invent.kde.org/syst
   ||em/kpmcore/commit/7ecdaf3ac
   ||8f63de014fce26e95444f4a420f
   ||fcb3

--- Comment #4 from Andrius Štikonas  ---
Git commit 7ecdaf3ac8f63de014fce26e95444f4a420ffcb3 by Andrius Štikonas.
Committed on 04/10/2020 at 21:21.
Pushed by stikonas into branch 'master'.

Fix resizing of fat partitions.

Workaround a bug in fatresize (or libparted) where resizing to
partition length failed. Instead try to resize to length - 1.

M  +1-1src/fs/fat16.cpp

https://invent.kde.org/system/kpmcore/commit/7ecdaf3ac8f63de014fce26e95444f4a420ffcb3

-- 
You are receiving this mail because:
You are watching all bug changes.

[partitionmanager] [Bug 407834] fatresize at the end of a restore operation fails with warning

2020-10-04 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=407834

--- Comment #3 from Andrius Štikonas  ---
Hmm, I think this might be off by 1 error in fatresize or libparted...

Trying to resize to partition size - 1 seems to work.

-- 
You are receiving this mail because:
You are watching all bug changes.

[partitionmanager] [Bug 407834] fatresize at the end of a restore operation fails with warning

2019-05-23 Thread Mattia
https://bugs.kde.org/show_bug.cgi?id=407834

--- Comment #2 from Mattia  ---
(In reply to Andrius Štikonas from comment #1)
> Does KDE Partition Manager report that operation succeeded (since it's a 
> warning only)? It wasn't clear to me from this bug.

Yes, the final result reported by PM is that the operation succeeded. This is
just a warning issued in the details log.

-- 
You are receiving this mail because:
You are watching all bug changes.

[partitionmanager] [Bug 407834] fatresize at the end of a restore operation fails with warning

2019-05-22 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=407834

--- Comment #1 from Andrius Štikonas  ---
If I remember correctly, file system is always resized at the end of 
fsck operation.

We manually run resize job in case filesystem size is less than 
partition size. GParted does that too.

Does KDE Partition Manager report that operation succeeded (since it's a 
warning only)? It wasn't clear to me from this bug.

-- 
You are receiving this mail because:
You are watching all bug changes.