[Bug 1029149] Re: gparted automatically starts scanning all devices slowly and never completing the task

2012-08-30 Thread Curtis Gedak
The blkid command is part of util-linux. See, http://en.wikipedia.org/wiki/Util-linux I think you should be able to report a bug against the util-linux package in Ubuntu 12.10. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://

[Bug 695283] Re: GParted resets label after partition resizing

2012-01-11 Thread Curtis Gedak
Thanks for the response Stjepan. I am fairly confident that this problem is resolved with GParted 0.11.0, and since the original setup is no longer available for testing I recommend that this bug be closed (at least when 0.11.0 is available in Ubuntu). -- You received this bug notification becau

[Bug 614994] Re: Gparted displays Chinese volume label incorrectly

2011-12-13 Thread Curtis Gedak
The enhancement to address this bug report has been included in GParted 0.11.0 released upstream on Dec. 13, 2011. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/614994 Title: Gparted displays Chines

[Bug 124003] Re: [gutsy] gparted lacks ability to scroll on info

2012-01-03 Thread Curtis Gedak
This problem of not enough room to display all text usually occurs only if there is some type of problem with the file system. When this occurs and the user's screen is not large enough, the dialog box is shown as in the screen shot from post #1. One possible solution would be to place the variab

[Bug 910379] Re: Gparted does not start and continues to scan devices

2012-01-03 Thread Curtis Gedak
Would you please also provide the output from the following command while GParted is scanning: ps -ef | egrep -i "dosfsck|ntfsresize" If the problem occurs with NTFS or FAT file systems, then sometimes running a disk check or defragmenting the file system can fix the problem. -- You received th

[Bug 734129] Re: Gparted Remounting Drives

2012-01-03 Thread Curtis Gedak
Phillip, GParted uses the available utilities it can find to prevent mounting of disks while GParted is running. The script that starts GParted can be viewed at the following link: http://git.gnome.org/browse/gparted/tree/gparted.in GParted checks for hal-lock, udisks, and devkit-disks. In the c

[Bug 910379] Re: Gparted does not start and continues to scan devices

2012-01-04 Thread Curtis Gedak
The problem with GParted taking a long time scanning a non-existent floppy drive is identified in the FAQ. http://gparted.org/faq.php#faq-11 The relevant bug report is: Bug 351753 - missing floppy causes loop on scan devices https://bugzilla.gnome.org/show_bug.cgi?id=351753 The fix back then inv

[Bug 295337] Re: GParted should use fine progress indicator for long operations

2012-01-04 Thread Curtis Gedak
This is related to the following upstream bug report: Bug 467925 - gparted: add progress bar during operation https://bugzilla.gnome.org/show_bug.cgi?id=467925 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/

[Bug 538747] Re: gparted should use SI prefix instead of IEC prefix as default

2012-01-04 Thread Curtis Gedak
This bug report is related to the following upstream report: Bug 612928 - file size units not consistent with GNOME desktop https://bugzilla.gnome.org/show_bug.cgi?id=612928 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.

[Bug 351653] Re: Improve the GParted more smart when doing "Resize/Move"

2012-01-04 Thread Curtis Gedak
This problem is fixed in GParted 0.10.0. The relevant upstream bug report is: Bug 438573 - cancel out overlapping actions https://bugzilla.gnome.org/show_bug.cgi?id=438573 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.l

[Bug 910379] Re: Gparted does not start and continues to scan devices

2012-01-05 Thread Curtis Gedak
Carla, do you have the dmraid package installed? If so, would you please try the following command and let us know the results: sudo dmraid -sa -c This is to test if scanning of the floppy drive is related to the dmraid command. -- You received this bug notification because you are a memb

[Bug 910379] Re: Gparted does not start and continues to scan devices

2012-01-05 Thread Curtis Gedak
Okay, that confirms that dmraid is not part of the problem. I didn't think it was, but it is always good to check. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/910379 Title: Gparted does not start

[Bug 910379] Re: Gparted does not start and continues to scan devices

2012-01-05 Thread Curtis Gedak
Thanks for checking kpartx. GParted removed use of kpartx in version 0.8.1, which was adopted in Oneiric Ubuntu (11.10). Carla, would you be able to provide the results of the following command? sudo blkid -c /dev/null -- You received this bug notification because you are a member of Ubun

[Bug 910379] Re: Gparted does not start and continues to scan devices

2012-01-05 Thread Curtis Gedak
Aha! So the delay is due to calling blkid. Phillip, are you able to bring this problem with blkid searching non- existent floppy drive to the attention of the right people? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs

[Bug 910379] Re: Gparted does not start and continues to scan devices

2012-01-05 Thread Curtis Gedak
Phillip, In the past if I changed the label of a partition with GParted and then called blkid, I received the cached result which was the old label. That is why I used the "-c /dev/null" to force blkid to re-read the information. I have not tested to see if blkid still has this same behaviour. -

[Bug 910379] Re: Gparted does not start and continues to scan devices

2012-01-06 Thread Curtis Gedak
> On 1/5/2012 4:05 PM, Curtis Gedak wrote: >> Phillip, are you able to bring this problem with blkid searching non- >> existent floppy drive to the attention of the right people? > > I don't think it is considered a bug by anyone. If the bios claims you > have a flopp

[Bug 910379] Re: Gparted does not start and continues to scan devices

2012-01-06 Thread Curtis Gedak
Since GParted already includes a call to "udevadm settle" I removed the "-c /dev/null" and tested with ubuntu 11.04 and 10.04. Both of these worked correctly. :-) As such I have committed the following patch to the upstream GParted code repository: Fix long scan problem when BIOS floppy setting

[Bug 910379] Re: Gparted does not start and continues to scan devices

2012-01-06 Thread Curtis Gedak
Perhaps you are simply missing a dependency. Would you please try the following command to ensure the dependencies are installed. This command last tested with Ubuntu 11.10 if I recall correctly. sudo apt-get install build-essential e2fsprogs uuid uuid-dev \ gnome-com

[Bug 910379] Re: Gparted does not start and continues to scan devices

2012-01-08 Thread Curtis Gedak
When you tested, did you still have your BIOS incorrectly set to say a floppy drive is present when there really isn't a floppy drive physically installed? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs

[Bug 910379] Re: Gparted does not start and continues to scan devices

2012-01-08 Thread Curtis Gedak
Based on that then I think this bug can be closed. I do plan to keep the change to GParted since it does not appear to cause any harm, and it will offer a slight performance improvement when GParted rescans disk devices. -- You received this bug notification because you are a member of Ubuntu Bu

[Bug 695283] Re: GParted resets label after partition resizing

2012-01-08 Thread Curtis Gedak
Phillip, GParted still uses the mlabel command from the mtools package to set the label. Having said that, in GParted 0.11.0 we switched to only using blkid results when a file system specific tool cannot be found. Hence this bug is most likely resolved with GParted 0.11.0. Stjepan, GParted 0.11

[Bug 910379] Re: Gparted does not start and continues to scan devices

2012-01-08 Thread Curtis Gedak
** Bug watch added: GNOME Bug Tracker #667511 https://bugzilla.gnome.org/show_bug.cgi?id=667511 ** Also affects: gparted via https://bugzilla.gnome.org/show_bug.cgi?id=667511 Importance: Unknown Status: Unknown -- You received this bug notification because you are a member of Ubu

[Bug 1167002] Re: Gparted locks EVERY partition to the launcher when launched - UGLY useless CLUTTER

2013-04-10 Thread Curtis Gedak
Would you be able to describe this problem in another way? I do not know what you mean by "Gparted locks EVERY partition to the launcher". Perhaps a screen shot would help? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.

[Bug 1094739] Re: no way to disable database backup

2013-04-12 Thread Curtis Gedak
While looking through the MythTV backend setup, I came across a setting to disable automatic database backups. I have seen this setting in MythTV 0.24, 0.25, and 0.26. Use the following steps to locate this setting: 1) Start MythTV Backend Setup. In Mythbuntu the menu option is: Applicatio

[Bug 1159288] Re: GParted hang while Scanning all devices for 10 to 15 mn

2013-04-15 Thread Curtis Gedak
John and Antonio19, When this problem occurs, is there at least one disk device that does not contain a valid partition table? You can check using the "sudo fdisk -l" command. I am curioius because this might be related to a gparted upstream bug report: Bug 697518 - gparted scans forever blank

[Bug 1159288] Re: GParted hang while Scanning all devices for 10 to 15 mn

2013-03-24 Thread Curtis Gedak
Do you have a floppy device enabled in your BIOS, but no physical floppy drive in your computer? See: Why does "Scanning all devices..." take exceedingly long on some computers? http://gparted.org/faq.php#faq-11 This has been a problem in the past. -- You received this bug notification becaus

[Bug 1153451] Re: gpartedbin crashed with SIGSEGV in main_arena()

2013-03-12 Thread Curtis Gedak
This crash sounds suspiciously similar to the following upstream bug report: 682658 - GParted crash by pressing Esc in dialogs with number entry https://bugzilla.gnome.org/show_bug.cgi?id=682658 If these are the same, then the problem was fixed in the upstream release of GParted 0.14.0. ** Bug w

[Bug 999540] Re: fails on resizing NTFS partition with error - checking says alright!

2012-05-15 Thread Curtis Gedak
This is a duplicate of an old upstream bug report. See Bug 655215 - NTFS partition resize fails https://bugzilla.gnome.org/show_bug.cgi?id=655215 This problem is fixed with GParted versions 0.9.1 and higher. ** Bug watch added: GNOME Bug Tracker #655215 https://bugzilla.gnome.org/show_bug.cgi

[Bug 999540] Re: Can't resize NTFS partitions

2012-05-16 Thread Curtis Gedak
LAZA, the problem stems from a change in error handling in ntfsresize v2011.4.12AR.4 (libntfs-3g). If you use an older version of ntfsresize (e.g., 2.0.0), or a newer version, such as ntfsresize v2012.1.15AR.1, then the problem goes away. If you use GParted 0.9.1 or higher then you can even use n

[Bug 1068574] Re: The package gparted did not load information about the Hard drives in the system. Stayed at the loading process.

2012-11-02 Thread Curtis Gedak
Parted is the text interface to the libparted libary. Both of these are maintained by the Parted project. http://www.gnu.org/software/parted/ GParted is a graphical interface that uses the same above listed libparted library. GParted is maintained by the GParted project. http://gparted.org/ I

[Bug 1074606] Re: gparted raid wrong information

2012-11-03 Thread Curtis Gedak
To try to troubleshoot the problem, 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 -l Where one of the options is a lower case "L" and not the number one. Also,

[Bug 1074606] Re: gparted raid wrong information

2012-11-04 Thread Curtis Gedak
As far as I know, packages from one distribution are not guaranteed to work on another. Since the package referred to in this report is not from Ubuntu, Phillip has marked this report as invalid. You might consider compiling GParted from source code so that you have the latest version. -- You

[Bug 155047] Re: gparted hangs "Scanning all Devices" forever (because of /dev/fd0)

2012-11-04 Thread Curtis Gedak
@Kieran, perhaps your BIOS is incorrectly set to indicate that the floppy drive is present when there is no physical floppy drive present? Often an incorrectly set BIOS can cause this problem. If not, other things to try are to defragment NTFS and FAT file systems. -- You received this bug noti

[Bug 1081925] Re: LVM2 support missing (update-request)

2012-11-22 Thread Curtis Gedak
@dino, the problem with "/etc/resolv.conf not created during bootstrap" is related to the GNU/Linux OS, and does not involve a change to the GParted application code. https://bugzilla.gnome.org/show_bug.cgi?id=680498 ** Bug watch added: GNOME Bug Tracker #680498 https://bugzilla.gnome.org/sho

[Bug 964694] Re: 12.04 Beta 2 gparted won't run

2012-03-26 Thread Curtis Gedak
I just did some testing with the Beta1 precise-desktop-amd64.iso. If I try to install gparted prior to performing a "sudo apt-get update", then I too receive an error. The error mentioned somting about the IP address for the libgtkmm-2.4-1c2a package cannot be found. I would have copied the mes

[Bug 964694] Re: 12.04 Beta 2 gparted won't run

2012-03-26 Thread Curtis Gedak
'Just downloaded the precise-desktop-amd64.iso from March 25, 2012 and installed it into a VM. Next I opened a terminal prompt and entered: sudo apt-get install gparted This installed both libgtkmm-2.4-1c2a and gparted. @jerrylamos, Can you try "sudo aptitude reinstall libgtkmm-2.4-1c2a"?

[Bug 964694] Re: 12.04 Beta 2 gparted won't run

2012-03-27 Thread Curtis Gedak
I think the problem is already solved. With the original precise-desktop-amd64.iso beta1 I was able to duplicate the problem you experienced. With the latest precise-desktop-amd64.iso from March 25, 2012, I could not duplicate the problem. It just worked properly. -- You received this bug noti

[Bug 910379] Re: Gparted does not start and continues to scan devices

2012-02-22 Thread Curtis Gedak
@dino99. Thanks for running the extra tests. The concern was that "blkid -c /dev/null" would take a long time on a BIOS that was incorrectly configured to indicate it had a floppy device when no physical device was present. Phillip is correct, this is fixed in GParted 0.12.0. @Phillip, GParted

[Bug 497485] Re: gparted changes FAT16 to FAT32 when it shouldn't

2012-02-23 Thread Curtis Gedak
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. -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 737387] Re: gparted should offer option to change UUID when copying partition

2012-02-24 Thread Curtis Gedak
The ability to set a new UUID has been added to GParted 0.12.0 released upstream on Feb 21, 2012. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/737387 Title: gparted should offer option to change UU

[Bug 910379] Re: Gparted does not start and continues to scan devices

2012-02-08 Thread Curtis Gedak
The upstream patch for the change on blkid invocation can be found at the following link: Fix long scan problem when BIOS floppy setting incorrect http://git.gnome.org/browse/gparted/commit/?id=18f863151c82934fe0a980853cc3deb1e439bec2 This patch is planned for inclusion in the upstream GParted 0.

[Bug 910379] Re: Gparted does not start and continues to scan devices

2012-02-08 Thread Curtis Gedak
@dino99. GParted performs a "udevadm settle" before re-reading the blkid cache. Hence the cache should already have been updated before GParted proceeds with the device refresh. In my testing I did find this to be the case and to work properly. -- You received this bug notification because yo

[Bug 910379] Re: Gparted does not start and continues to scan devices

2012-02-08 Thread Curtis Gedak
@dino99. To confirm that the problem is with blkid, would you be able to try running the following command with your computer setup? sudo blkid -c /dev/null -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.

[Bug 967806] Re: gparted does not intagrate with global menu

2012-03-29 Thread Curtis Gedak
** Bug watch added: GNOME Bug Tracker #670160 https://bugzilla.gnome.org/show_bug.cgi?id=670160 ** Also affects: gparted via https://bugzilla.gnome.org/show_bug.cgi?id=670160 Importance: Unknown Status: Unknown -- You received this bug notification because you are a member of Ubu

[Bug 936371] Re: debsums reports mismatch for four PNG files

2012-02-19 Thread Curtis Gedak
>From checking the upstream repository, the four files listed above do not exist and have not been checked into git. Upstream Repository: http://git.gnome.org/browse/gparted/ For these translations to be complete, a location specific screen shot of gparted_window.png is required. Perhaps the fac

[Bug 936371] Re: debsums reports mismatch for four PNG files

2012-02-19 Thread Curtis Gedak
Where in the Ubuntu sources did you observe these files? I checked in the bazaar source repository for one of these files, namely "help/ru/figures/gparted_window.png" and I did not observe the file. The link I looked at in bazaar is as follows: http://bazaar.launchpad.net/~vcs-imports/gparted/m

[Bug 936371] Re: debsums reports mismatch for four PNG files

2012-02-20 Thread Curtis Gedak
*** This bug is a duplicate of bug 936368 *** https://bugs.launchpad.net/bugs/936368 >From an application developer point of view I don't think that I can address these package debsums. Perhaps Dave Lentz is correct that these bug reports belong to the packaging process. There might have be

[Bug 935685] Re: GParted 0.11.0 regression - corrupting swap partitions

2012-02-20 Thread Curtis Gedak
** Bug watch added: GNOME Bug Tracker #670017 https://bugzilla.gnome.org/show_bug.cgi?id=670017 ** Also affects: gparted via https://bugzilla.gnome.org/show_bug.cgi?id=670017 Importance: Unknown Status: Unknown -- You received this bug notification because you are a member of Ubu

[Bug 910379] Re: Gparted does not start and continues to scan devices

2012-02-22 Thread Curtis Gedak
@dino99, how long did it take for the blkid command to run? When you performed the test, was your BIOS configured to indicate a floppy drive was present when there actually was no physical floppy drive? The patch mentioned above was included in GParted 0.12.0 released upstream on February 21, 20

[Bug 958246] Re: allow cancellation of steps that haven't started yet

2012-03-18 Thread Curtis Gedak
Unfortunately providing a time estimate with any degree of accuracy is extremely difficult. Part of the challenge stems from the various interfaces used to connect disk devices to the computer. For example a disk connected via a USB cable is *orders* of magnitude slower than the same disk connect

[Bug 958246] Re: allow cancellation of steps that haven't started yet

2012-03-18 Thread Curtis Gedak
We welcome any assistance you might provide to assist with this problem. And we would definitely be interested in a patch that addresses this issue. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/958246

[Bug 958246] Re: allow cancellation of steps that haven't started yet

2012-03-18 Thread Curtis Gedak
In comment #6 I was referring to the timing issue, which should be a separate bug report. We currently have someone working on improving progress feedback which will also impact cancelling of steps. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribe

[Bug 456843] Re: gparted should handle LVM2 partitioning

2012-03-18 Thread Curtis Gedak
** Bug watch added: GNOME Bug Tracker #670171 https://bugzilla.gnome.org/show_bug.cgi?id=670171 ** Also affects: gparted via https://bugzilla.gnome.org/show_bug.cgi?id=670171 Importance: Unknown Status: Unknown -- You received this bug notification because you are a member of Ubu

[Bug 292575] Re: Gparted: no label editing before writing

2012-03-18 Thread Curtis Gedak
If I understand this bug report correctly, this problem was fixed with the upstream release of GParted 0.11.0 on November 1, 2011. The relevant upstream bug report is: Bug 438573 - cancel out overlapping actions https://bugzilla.gnome.org/show_bug.cgi?id=438573 ** Bug watch added: GNOME Bug Trac

[Bug 958246] Re: allow cancellation of steps that haven't started yet

2012-03-19 Thread Curtis Gedak
In terms of merging operations, only consecutive move/resize actions on the same partition can be merged. As soon as another partition move/resize is introduced the disk partition boundaries are changed so we cannot simply merge non-consecutive move/resizes. The series of steps listed in comment

[Bug 1207968] Re: can't have overlapping partitions

2013-08-07 Thread Curtis Gedak
If you encounter a similar problem in the future, see also: How-to Fix Invalid MSDOS Partition Tables http://gparted.org/h2-fix-msdos-pt.php -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1207968 Titl

[Bug 1060484] Re: When using gparted com.canonical.Unity.Devices blacklist is set back to Default of []

2013-06-18 Thread Curtis Gedak
The script that invokes GParted uses hal-lock, udisks, devkit-disks, and most recently systemctl to exclusively lock or otherwise prevent automounting on disk devices. The history of these tools being installed by default in Ubuntu appears to be: - Uses HAL (Hardware Abstraction Layer) at least

[Bug 1060484] Re: When using gparted com.canonical.Unity.Devices blacklist is set back to Default of []

2013-06-18 Thread Curtis Gedak
Oops, sentence referring to fedora should read: Hovever systemd is NOT installed by default in Ubuntu. See https://en.wikipedia.org/wiki/Systemd -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1060484

[Bug 1060484] Re: When using gparted com.canonical.Unity.Devices blacklist is set back to Default of []

2013-06-18 Thread Curtis Gedak
Dmitrijs, Thank you for pointing out the udisks2-inhibit command. Phillip, Have you tested using udisks2-inhibit to see if it helps? For example: sudo /usr/lib/udisks2/udisks2-inhibit /usr/sbin/gpartedbin -- You received this bug notification because you are a member of Ubuntu Bugs, whic

[Bug 1060484] Re: When using gparted com.canonical.Unity.Devices blacklist is set back to Default of []

2013-06-18 Thread Curtis Gedak
> The only difference between disks & gparted is the syncing/refreshing occurs > when > gparted is opened, disk's only does so once some action (partitioning) has > occurred. When gparted starts up, it makes a call to the libparted library function ped_disk_commit_to_os(). This checks to see if

[Bug 1060484] Re: When using gparted com.canonical.Unity.Devices blacklist is set back to Default of []

2013-06-18 Thread Curtis Gedak
or C) Remove this check, and let resize/move operations fail later. Note that based on Doug's comment #41, it appears that the blacklist will be cleared whenever the partition table is actually changed. -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 614994] Re: Gparted displays Chinese volume label incorrectly

2011-12-03 Thread Curtis Gedak
This problem is related to the following upstream bug report: Bug 662537 - Ext4 unicode labels not shown correctly https://bugzilla.gnome.org/show_bug.cgi?id=662537 This problem has been addressed with the following two upstream git commits: Display ext2/3/4 unicode volume labels properly (#662

[Bug 610116] Re: Label gets converted to uppercase

2011-10-29 Thread Curtis Gedak
I believe that this bug report is related to the following upstream bug report: https://bugzilla.gnome.org/show_bug.cgi?id=625337 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/610116 Title: Label ge

[Bug 878062] Re: libgtkmm-2.4.so.1 cannot open shared object file

2011-10-19 Thread Curtis Gedak
GParted does not yet compile with the GNOME 3 libraries. As a work around you might try installing the missing library "libgtkmm-2.4-1c2a". -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/878062 Title:

[Bug 121943] Re: Gparted scan for device infinitely because of filesystem check (dosfsck)

2011-10-21 Thread Curtis Gedak
An extremely fragmented NTFS file system will also cause this delay. Be sure to try defragmenting first. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/121943 Title: Gparted scan for device infinite

[Bug 808127] Re: can't resize partition

2011-07-10 Thread Curtis Gedak
Based on the error message, it appears that you might be experiencing some hardware problems. After using your computer for a while, you might try checking the output of the dmesg command to see if any hardware errors are being reported. -- You received this bug notification because you are a me

[Bug 808127] Re: can't resize partition

2011-07-11 Thread Curtis Gedak
GParted uses the libparted library from the Parted project. Both the GParted GUI and the libparted library were enhanced to handle sector sizes larger than 512 bytes. The problem you experienced is contained in the following snippet from the gparted_details.htm log file: resize2fs: Attempt

[Bug 755841] Re: [sandybridge] video tearing

2011-07-04 Thread Curtis Gedak
Through trial and error I have discovered two work-arounds that appear to address the video tearing problem for 1080i video on Intel HD 3000 Graphics GPUs. For mplayer see the following link: https://bugs.freedesktop.org/show_bug.cgi?id=37686#c35 For mythtv see the following link: https://bugs.fr

[Bug 617885] Re: gparted crash at start: glibmm-ERROR **

2011-03-14 Thread Curtis Gedak
Mark Ballenger, can you confirm the version of GParted that you are using? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/617885 Title: gparted crash at start: glibmm-ERROR ** -- ubuntu-bugs mailin

[Bug 734129] Re: Gparted Remounting Drives

2011-03-14 Thread Curtis Gedak
GParted uses programs, such as hal-lock, to disable automounting of disk partitions. If new partitions are being mounted upon creation, then it would appear that somehow automounting is still active. Would you be able to provide the output from the following command while you have the GParted win

[Bug 734129] Re: Gparted Remounting Drives

2011-03-16 Thread Curtis Gedak
It would definitely appear that hal-lock is not running. Perhaps hal- lock is not included on the Ubuntu Netbook Remix Live Distro? On my system running kubuntu 10.04, I get the following results from the ps command. The important entry here is hal-lock since hal-lock prevents automounting of de

[Bug 151796] Re: 0.2.5 can't unmount partition with apostraphe in label

2011-03-17 Thread Curtis Gedak
Thanks Ricardo and Pedro for reporting this problem. I have been able to confirm the problem with the latest GParted (0.8.0) and I am investigating solutions. Regards, Curtis Gedak (Maintainer of GParted) -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 554582] Re: Gparted does not list dmraid devices

2010-07-02 Thread Curtis Gedak
>From looking at the log file Tom, it appears that the partition names do not follow the general rule of thumb listed in comment #11. Except from gparted_details.htm log file: Could not stat /dev/mapper/pdc_jcchiiabp5 --- No such file or directory Instead the partition name appears to have bee

[Bug 737387] Re: Gparted: "Copy" creates duplicate UUID to another disk

2011-03-18 Thread Curtis Gedak
Thanks Arto for reporting this concern. Since there are situations in which a person wishes an exact duplicate of the partition, I do not think it is wrong to leave the UUID the same. Perhaps it would help if GParted displayed a message for copy operations that indicated to the user that if they

[Bug 151796] Re: 0.2.5 can't unmount partition with apostraphe in label

2011-03-19 Thread Curtis Gedak
An enhancement to address this problem has been committed to the upstream GNOME git repository for inclusion in the next upstream release of GParted (0.9.0) The relevant git commit can be viewed at the following link: http://git.gnome.org/browse/gparted/commit/?id=ba28423e7625629eb5e72f7f57e4c40da

[Bug 605975] Re: gparted does not show key icon in mounted partition

2011-04-05 Thread Curtis Gedak
In the past, linux allocated 16 device numbers for the SCSI driver which has device names of the form /dev/sdX (versus the IDE driver with device names of the form /dev/hdX). One device number was used for the device itself (/dev/sda), and the remaining 15 device numbers were used for the partitio

[Bug 670628] Re: nautilus, gparted, and disk analyzer disagree about free space.

2011-04-05 Thread Curtis Gedak
Rob, following is some information for how GParted determines the unused space in a partition. For the ext4 file system GParted uses the following command to retrieve information: dumpe2fs -h /path-to-partition Where /path-to-partition is something like /dev/sda3 Then GParted parses the ou

[Bug 664275] Re: Mint-10 RC Gparted Problems

2010-10-23 Thread Curtis Gedak
It is possible that the problem you experienced is related to the partition alignment. In GParted 0.5.9 and lower, the default was to align partitions to the nearest cylinder. In GParted 0.6.0 and higher, the default is to align partitions to the nearest full MiB. You could try choosing "Align

[Bug 710696] Re: Verbatim USB stick crashes gParted

2011-02-11 Thread Curtis Gedak
My analysis of the MBR can be found in the following bug-parted mailing list post: http://lists.gnu.org/archive/html/bug-parted/2011-02/msg00013.html For those not wishing to read the analysis, the summary is that the partition table is as follows: Assuming my calculations are correct, a head_si

[Bug 695283] Re: GParted resets label after partition resizing

2011-02-11 Thread Curtis Gedak
In the screen shot there is an exclamation point beside partition /dev/sdc1. This indicates a problem. To learn more about the problem you can select the partition and choose the menu option "Partition --> Information". -- You received this bug notification because you are a member of Ubuntu Bu

[Bug 695341] Re: Gparted close when mount usb device

2011-02-11 Thread Curtis Gedak
Based on your report, it appears that the usb device has an invalid partition table. A work around is to copy your data to another device, write a new partition table to the usb device, and then restore your data back to the usb device. A similar bug has been reported: Verbatim USB stick crashes

[Bug 672292] Re: crash on wiped partitions

2011-02-11 Thread Curtis Gedak
Which version of GParted did you use? A problem with a similar description was fixed in GParted 0.7.0: gparted crash at start: glibmm-ERROR ** https://bugs.launchpad.net/ubuntu/+source/gparted/+bug/617885 -- You received this bug notification because you are a member of Ubuntu Bugs, which is sub

[Bug 668551] Re: gparted crashes on reading SD card/flash sick

2011-02-11 Thread Curtis Gedak
You might check the dmesg log to see if any hardware errors are being reported for the disk device. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/668551 Title: gparted crashes on reading SD card/fla

[Bug 669297] Re: Ubuntu 10.10. gparted doesn't work with a live usb, usb-creator-gtk

2011-02-11 Thread Curtis Gedak
This looks like a duplicate of the following problem: gparted crash at start: glibmm-ERROR ** https://bugs.launchpad.net/ubuntu/+source/gparted/+bug/617885 This problem is resolved in the upstream GParted 0.7.0 release. -- You received this bug notification because you are a member of Ubuntu Bu

[Bug 660321] Re: error occurs when using gparted to format and partition a PNY 2gb USB flash drive

2011-02-11 Thread Curtis Gedak
>From the gparted_details.htm log file, it appears that the disk device does not contain a partition table that is recognized by gparted/libparted. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/660321

[Bug 657784] Re: gparted just crash when my thumbdrive (Kingston DataTraveler G3 4Gb) is pluged in.

2011-02-11 Thread Curtis Gedak
Based on your report, it appears that the usb device has an invalid partition table. As you discovered, a work around is to copy your data to another device, write a new partition table to the usb device, and then restore your data back to the usb device. A similar bug has been reported: Verbati

[Bug 583746] Re: Partition graph disappears after a swap partition has been deleted

2011-02-11 Thread Curtis Gedak
GParted 0.8.0 is planned for upstream release on Feb 15, 2011. For more details on this release, see: Development Plans for the Next Release of GParted (0.8.0) http://gparted-forum.surf4.info/viewtopic.php?id=14391 -- You received this bug notification because you are a member of Ubuntu Bugs, w

[Bug 545911] Re: Cannot use gparted

2011-02-11 Thread Curtis Gedak
Based on your report, it appears that the usb device has an invalid partition table. A work around is to copy your data to another device, write a new partition table to the usb device, and then restore your data back to the usb device. A similar bug has been reported: Verbatim USB stick crashes

[Bug 672292] Re: crash on wiped partitions

2011-02-12 Thread Curtis Gedak
To avoid the problem listed in comment #1, you will need to use GParted 0.7.0 or higher. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/672292 Title: crash on wiped partitions -- ubuntu-bugs mailin

[Bug 545911] Re: Cannot use gparted

2011-02-12 Thread Curtis Gedak
Hi Phillip, Other bug posts that are related to this bug post are as follows: gparted just crash when my thumbdrive (Kingston DataTraveler G3 4Gb) is pluged in. https://bugs.launchpad.net/ubuntu/+source/gparted/+bug/657784 Gparted close when mount usb device https://bugs.launchpad.net/ubuntu/+s

[Bug 717795] Re: Installation fails, gparted crashes.

2011-02-12 Thread Curtis Gedak
>From your description, it would appear that the disk device has an invalid MSDOS partition table. A work-around to this problem is to: 1) Copy any data you have on this disk device to another disk device 2) Erase the invalid MSDOS partition table. The Master Boot Record exists on the first s

[Bug 717795] Re: Installation fails, gparted crashes.

2011-02-12 Thread Curtis Gedak
Prior to erasing the MBR, you can make a backup copy with the following command: sudo dd if=/path-to-disk-device of=my-backup-copy.mbr bs=512 count=1 Where: /path-to-disk-device is something like /dev/sde CAUTION: Be sure to type in the above command correctly, otherwise data loss could r

[Bug 661151] Re: gparted 0.6.2 crashes after unformatted partition created

2011-01-29 Thread Curtis Gedak
This sounds similar to a previously reported bug: bug #617885 - gparted crash at start: glibmm-ERROR ** This bug is fixed in upstream GParted 0.7.0. Please try GParted 0.7.0 or higher to see if the problem is resolved for you. If you do not wish to compile GParted directly, you can download a

[Bug 710696] Re: Verbatim USB stick crashes gParted

2011-01-31 Thread Curtis Gedak
How large is this USB drive (e.g., 4 GiB)? What file system is being used (e.g, FAT32, NTFS)? What is the output from the following command: sudo parted /path-to-device unit s print Where: /path-to-device is something like /dev/sdc This is the device location for the USB drive -- Y

[Bug 710696] Re: Verbatim USB stick crashes gParted

2011-01-31 Thread Curtis Gedak
Since the drive now works with parted after being reformatted, I suspect a problem with the original formatting. If you could find a similar drive for testing that would help. Otherwise we do not know exactly what the problem is. The original report has the following line: Assertion (head_size <

[Bug 710696] Re: Verbatim USB stick crashes gParted

2011-01-31 Thread Curtis Gedak
If you do come across your second Verbatim drive, please also post the output from: fdisk -l -u /path-to-device That way we can see what fdisk thinks the geometry is on the drive. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https

[Bug 710696] Re: Verbatim USB stick crashes gParted

2011-02-01 Thread Curtis Gedak
Thank you for reporting back with this information. >From the fdisk output in comment #6 it appears that this disk device is reporting 86 heads. From the current parted code, this is considered an invalid disk geometry. Even so, I do not think a program crash is a good response to this problem.

[Bug 495908] Re: Cannot create swap partition with Gparted with new gpt partition

2010-12-13 Thread Curtis Gedak
A fix for this problem was committed upstream and released with GParted 0.6.0 https://bugzilla.gnome.org/show_bug.cgi?id=324220#c66 Would you be able to try again with a newer version of GParted? ** Bug watch added: GNOME Bug Tracker #324220 https://bugzilla.gnome.org/show_bug.cgi?id=324220 -

[Bug 680731] Re: gparted fails to find mountpoint

2010-12-13 Thread Curtis Gedak
Perhaps there was a space or other character that is normally escaped in the /etc/mtab file? If so, see the following upstream bug report for how this was fixed. Bug 629592 - Unable to find Mount Point if it contains a Space Character https://bugzilla.gnome.org/show_bug.cgi?id=629592 ** Bug wat

[Bug 661891] Re: Unable to work with filesystems mounted on a mount point with a space in its name

2010-12-13 Thread Curtis Gedak
The upstream bug report for this problem can be viewed at the following link: Bug 629592 - Unable to find Mount Point if it contains a Space Character https://bugzilla.gnome.org/show_bug.cgi?id=629592 This problem has been fixed and included in upstream GParted 0.7.1 released on December 13, 2010

<    1   2   3   4   5   >