/gparted/-/issues/137
[4] https://gitlab.gnome.org/GNOME/gparted/-/merge_requests/66
This fix was included in GParted v1.3.0 released on May 3, 2021.
Curtis Gedak
This bug is a duplicate of Debian Bug report logs - #984714
gparted: unable to create exFAT file systems
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=984714
Regards,
Curtis
://gitlab.gnome.org/GNOME/gparted/-/merge_requests/67
Regards,
Curtis Gedak
[3].
[3] https://gitlab.gnome.org/GNOME/gparted/-/merge_requests/74
Curtis Gedak
The error message indicates a problem in the libparted library which is
part of the Parted project (not GParted).
To confirm you might try running "sudo parted -l" from the command line.
Hi Nicolas,
If you wish GParted to run under Wayland, then it needs to be built with
the --enable-xhost-root configure option. Notice that this is the way
Fedora configures their RPM packages [1].
[1] https://koji.fedoraproject.org/koji/packageinfo?packageID=1950
If you click on "gparted-1.0.0-
See upstream bug report:
Bug 743318 - configure script missing check for scrollkeeper
dependency
https://bugzilla.gnome.org/show_bug.cgi?id=743318
More specifically look at comment #10.
https://bugzilla.gnome.org/show_bug.cgi?id=743318#c10
Curtis
On Wed, 24 Jan 2018 18:25:24 +0100 =?UTF-8?Q?Holger_Schr=c3=b6der?=
wrote:
>
> create a partition on a clean disk (example /dev/sdb1)
>
> create a testpool on the partition:
> modprobe zfs
> zpool create -f -o ashift=12 -o listsnapshots=on -o altroot=/mnt/foo -m
> none testpool /dev/sdb1
>
> c
It sounds like you have extra signatures left over from prior actions.
For example perhaps the entire drive was once used with ZFS.
For an example of how one person identified and removed the extra
signatures, see the following report:
GPT disk full of partitions looks like iso9660 with no partit
On 16-04-15 09:43 PM, Mak wrote:
> mount: bad option. Note that moving a mount residing under a shared
>mount is unsupported.
This looks like a duplicate of the following report.
Debian Bug report logs - #782838 udisks2-inhibit mount move fails
https://bugs.debian.org/cgi-bin/bugreport.cg
On 16-04-11 11:42 AM, Mattia Rizzolo wrote:
>
> Device Boot StartEndSectors Size Id Type
> /dev/sda1 * 2046 1953523711 1953521666 931.5G 5 Extended
> /dev/sda5 2048 99487 97440 476.9G 83 Linux
> /dev/sda6 1873524736 1933524991 625
Would you be able to provide the output from the following two commands?
sudo fdisk -l -u
where one of the options is a lower case "L" and not the number one.
sudo parted /path-to-your-device unit s print
where /path-to-your-device is something like /dev/sda.
I expect that latter c
Hi Chris,
The sigc++/class_slot.h include was removed from upstream GParted with
the following bug report and commit:
Bug 756035 - GParted does not compile with newer gtkmm libraries in
Fedora 23
https://bugzilla.gnome.org/show_bug.cgi?id=756035
Stop including removed header (#7560
The upstream bug report for this problem is as follows:
Bug 737022 - UI hangs while running libparted operations such as
FAT16/FAT32 resizing
https://bugzilla.gnome.org/show_bug.cgi?id=737022
The patch to address this issue was included upstream in the
GParted 0.23.0 release on Augus
This problem might now be resolved by the following upstream commit:
Don't hang reading binary data from command output (#751251)
https://git.gnome.org/browse/gparted/commit/?id=4fce7cd5eed5b298215b57dc9b1ffd1aff2fe22a
This commit was part of the following upstream bug report:
Show serial number
Thank you Morten for your interest in improving GParted.
Does the "ps -e" command on your system list the command arguments in
addition to the command itself?
If so, would you be able to provide a listing of the command and
output in this report?
In my experience if the "ps -ef" command is used
GParted uses the blkid command from util-linux v2.23 and higher to
recognize f2fs file systems. See footnote 14 on the GParted features page.
http://gparted.org/features.php
You can check which package version a Debian distribution is using with
the following command:
dpkg -l | grep util-linu
Arthur,
Normally when blkid is run, it uses cached values. To get blkid to read
values directly from disk, would you be able to try the following command?
sudo blkid -c /dev/null
I am mostly curious if this command takes a long time to run.
Curtis
--
To UNSUBSCRIBE, email to debian-bugs-d
On 14-02-05 11:28 AM, Curtis Gedak wrote:
On 14-02-05 11:14 AM, Phillip Susi wrote:
I believe that -1 was masking the real error, which is in the
partition resize code, since the new size of the partition is not an
even multiple of 4k. The end sector also is not aligned to a 1 MiB
boundary
On 14-02-05 11:14 AM, Phillip Susi wrote:
I believe that -1 was masking the real error, which is in the
partition resize code, since the new size of the partition is not an
even multiple of 4k. The end sector also is not aligned to a 1 MiB
boundary.
Good catch Phillip.
This operation is a s
Hi Anomie,
Thank you for your further investigation and for posting the steps you used.
By using the steps Mike first published and you outlined in detail, I
was able to recreate the problem you experienced.
Further, by undoing the following commit, the resize/move operation
proceeded past t
Hi Anomie,
I too have been unable to recreate the problem you experienced. In
addition to Mike's question would you be able to provide answers to the
following?
Which alignment option did you choose?
(MiB, Cylinder, or None. Default is MiB)
Would you be able to provide the output from th
Because this problem would affect all GNU/Linux distributions running
GParted, I have created an upstream bug.
The relevant upstream bug report is:
Bug 723543 - Shrink ext2/3/4 results in attempt to set partition smaller
than file system
https://bugzilla.gnome.org/show_bug.cgi?id=723543
Plea
would like to hear from Mike too because he was involved in this
recent change and might be able to shed more light on the subject.
Curtis
On 14-02-02 12:14 PM, Phillip Susi wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512
On 02/02/2014 12:35 PM, Curtis Gedak wrote:
Hi Anomie and
Hi Anomie and Phillip,
There was a recent change in GParted 0.16.2 that is directly related to
resizing ext2/3/4 file systems. Specifically the change no longer
subtracts 1 kiB from the file system size which would have prevented
this problem from occurring.
The relevant commit is:
Shrink
which the legacy symlinks do not exist
with dosfstools 3.0.18+.
Regarding NEWS, ANNOUNCEMENTS, or CHANGELOGS, it would help if this name
change was clearly indicated. I found myself searching through the git
repository in order to discover the program name changes.
Regards,
Curtis Gedak
--
To
Thank you Dmitri for reporting this problem.
It appears that there was a change in dosfstool program names introduced
in dosfstools 3.0.18.
See the following commit:
Renaming tools to sane namespace and keeping legacy symlinks in place.
http://daniel-baumann.ch/gitweb/?p=software/dosfstools.g
Hi Taessa,
If you or anyone knows how to determine if a floppy device is
mis-configured in the BIOS then I am all ears.
Even better would be a patch. ;-)
Curtis
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas..
This problem can occur if the BIOS is mis-configured to indicate a
computer has a floppy drive, when in fact there is no physical floppy
drive present.
See GParted FAQ.
Why does "Scanning all devices..." take exceedingly long on some computers?
http://gparted.org/faq.php#faq-11
Is your BIOS c
This problem has been fixed in the upstream GParted 0.15.0 released on
March 19, 2013.
Regards,
Curtis Gedak
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
The enhancements to address this bug report have been included in GParted
0.13.0 released upstream on July 13, 2012.
Regards,
Curtis Gedak
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
This problem has been reported upstream in the following bug report:
Bug 662722 - Increase default width of "applying..." dialog to include
the "Details" status icons
https://bugzilla.gnome.org/show_bug.cgi?id=662722
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with
GParted contains information that is viewable by selecting the "View -->
Device Information" menu option.
Is this the information you are seeking?
If not then what command would provide the information on recent
GNU/Linux distributions?
Note that ide_info does not appear to be available on rec
This problem should be resolved with the upstream release of GParted
0.12.0 on Feb. 21, 2012.
A dialog box will pop up asking if the file system should be converted
to FAT32. The user can then choose how to proceed.
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with
s not see the difference if partition size
differs from filesystem size
https://bugzilla.gnome.org/show_bug.cgi?id=499202
Regards,
Curtis Gedak
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Hi Pat,
> Apparently linux cannot mount this CF ! But it works great under
PSION 5MX.
Unfortunately if GNU/Linux is unable to work with the Compact Flash
card, then GParted will be similarly constrained.
The reason for this is that GParted relies on libparted and other free
software tools
=7c5b5edaef865652225c420946595518419ea614
Regards,
Curtis Gedak
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
=7c5b5edaef865652225c420946595518419ea614
Regards,
Curtis Gedak
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
performance improvement?
Thanks,
Curtis Gedak
>From b45e4f0b07153a46566111e3601389e67ff031b7 Mon Sep 17 00:00:00 2001
From: Curtis Gedak
Date: Mon, 9 Jan 2012 19:22:48 -0700
Subject: [PATCH 1/1] Increase sleep time to decrease pulse bar update frequency
Debian Bug 499193 - gparted: 100% cpu us
,
Curtis Gedak
>From b45e4f0b07153a46566111e3601389e67ff031b7 Mon Sep 17 00:00:00 2001
From: Curtis Gedak
Date: Mon, 9 Jan 2012 19:22:48 -0700
Subject: [PATCH 1/1] Increase sleep time to decrease pulse bar update frequency
Debian Bug 499193 - gparted: 100% cpu usage
Debian Bug 519764 - gpar
on (head_size <= 63)
https://bugs.launchpad.net/ubuntu/+source/gparted/+bug/545911
The work-around to this problem is as follows:
1) Copy your data to another device
2) Write a new partition table to the disk device
3) Restore your data back to the usb device.
Regards,
Curtis Gedak
--
To UN
ollows:
1) Copy your data to another device
2) Write a new partition table to the disk device
3) Restore your data back to the usb device.
Regards,
Curtis Gedak
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
GParted language translation at the following
link:
http://l10n.gnome.org/module/gparted/
Regards,
Curtis Gedak
(Maintainer of GParted)
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
might be a problem was brought to me by the
following bug report:
*Bug #628448* <https://bugzilla.gnome.org/show_bug.cgi?id=628448> -
Unaccelerated X server should not have opaque window moving by default
https://bugzilla.gnome.org/show_bug.cgi?id=628448
Regards,
Curtis Gedak
--
To UNSUB
g.cgi?id=623630
Bug #623697 - GParted crashes moving partitions when size is multiple of
16 MiB
https://bugzilla.gnome.org/show_bug.cgi?id=623697
Regards,
Curtis Gedak
Anibal Monsalve Salazar wrote:
Hello Curtis,
Please have a look at
http://bugs.debian.org/499193
I'll bounce you the las
GParted 0.6.0 has just been released upstream. This version includes
the patch to address the problem described in this bug report.
For more details on the GParted 0.6.0 release, please refer to the
following link:
http://gparted.sourceforge.net/news.php
Regards,
Curtis Gedak
--
To
problem.
Regards,
Curtis Gedak
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
ot;-U" flag if
the UUID is non-blank.
The relevant git commit can be found at the following link:
http://git.gnome.org/browse/gparted/commit/?id=f23746959fb0c8f2783fdadef16e66df43e98a09
Regards,
Curtis Gedak
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a
Bastien, which version of mkswap are you using?
I tried the following command with no problems parsing the empty UUID
string.
$ sudo mkswap -L "" -U "" /dev/sdd3
Setting up swapspace version 1, size = 57569 kB
LABEL=, UUID=f8b00408-e87e-bcbf-7c8b-0408a42eedb7
$
$ mkswap --version
mkswap (util-
This problem was addressed in the following upstream bug report:
https://bugzilla.gnome.org/show_bug.cgi?id=576908
This bug fix is included in the GParted 0.5.2 release.
Regards,
Curtis Gedak
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubs
problem
can be found at the following link:
http://git.debian.org/?p=parted/parted.git;a=commit;h=0a21f0b7ed7ff0e536a5c30dfe1910c33d2ca243
Regards,
Curtis Gedak
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Conta
email thread:
http://lists.alioth.debian.org/pipermail/parted-devel/2009-September/003164.html
Hence this bug should be closed with a status of WONTFIX.
Regards,
Curtis Gedak
Maintainer of GParted
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of
the /dev/sde device).
This is one of the main reasons why GParted requires root access to
manipulate partition tables on disk devices.
Regards,
Curtis Gedak
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trou
This bug has been marked as fixed in the upstream bug report.
https://bugzilla.gnome.org/show_bug.cgi?id=465664
Regards,
Curtis Gedak
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
A document describing how to apply the fedora patches to parted-1.9.0
can be found at the following link:
http://gparted-forum.surf4.info/viewtopic.php?id=13827
Regards,
Curtis Gedak
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubs
/NTFS partitions
http://git.debian.org/?p=parted/parted.git;a=commit;h=64b7324f5cee9d450e081445ab9937ac8e0b6047
This patch is not contained in the GNU Parted 1.9.0 release.
Regards,
Curtis Gedak
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "u
informing the kernel of
changes to the partition table
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=557044
Regards,
Curtis Gedak
(Maintainer of GParted)
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trou
This problem was fixed with GParted 0.4.4.
See the following bug report for more details:
https://bugzilla.gnome.org/show_bug.cgi?id=564985
Regards,
Curtis Gedak
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Conta
The use of hal-lock to acquire exclusive disk device access was added in
later versions of GParted and confirmed operational in GParted 0.4.3.
For more information about this enhancement, refer to the following
upstream bug report:
https://bugzilla.gnome.org/show_bug.cgi?id=324220
--
To UN
This bug was fixed in GParted 0.4.4.
For more details refer to the following upstream bug report:
https://bugzilla.gnome.org/show_bug.cgi?id=564985
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.o
the dosfslabel problem. My testing used dosfstools v3.0.5.
Please feel free to contact me if you need further details
regarding this problem.
Regards,
Curtis Gedak
(Maintainer of GParted)
# --
# Define device and three unique labels.
# NOTE: A five character string was chosen so that
61 matches
Mail list logo