[Bug 545911] Re: Cannot use gparted

2011-02-27 Thread thomas-student
Maverick AMD64 Desktop CD's gparted crashes during loading due to not
liking LVM partitions.  Tried running an update (on the CD; I have much
RAM) and it still crashes!

** Tags added: maverick

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/545911

Title:
  Cannot use gparted

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 545911] Re: Cannot use gparted

2011-02-27 Thread Phillip Susi
Crashes how thomas?  With the message; Assertion (head_size = 63)?
What makes you say it has anything to do with LVM?  If it does, then it
is unrelated to this bug.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/545911

Title:
  Cannot use gparted

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 545911] Re: Cannot use gparted

2011-02-27 Thread Curtis Gedak
Phillip, would it be possible to update the title of this bug to
something link GParted crashes with Assertion (head_size = 63)?

If so, that might help others with filing bug reports in the proper
area.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/545911

Title:
  Cannot use gparted

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 545911] Re: Cannot use gparted

2011-02-13 Thread Derek
Thanks to:
https://bugs.launchpad.net/ubuntu/+source/parted/+bug/558431/comments/12

(bug was marked duplicate)

I was assisting someone w/ a remote flash install of ubuntu.
4003 MB, 4003463168 bytes 84 heads, 20 sectors/track, 4654 cylinders Units = 
cylinders 
of 1680 * 512 = 860160 bytes Sector size (logical/physical): 512 bytes / 512 
bytes I/O size 
(minimum/optimal): 512 bytes / 512 bytes Disk identifier: 0xc3072e18 
Device Boot  Start  End  Blocks   Id  System 
/dev/sdd1   *   54655 3905600c  W95 FAT32 (LBA)

Deleting the partition and recreating it starting at 1 fixed the error.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/545911

Title:
  Cannot use gparted

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 545911] Re: Cannot use gparted

2011-02-13 Thread Curtis Gedak
My testing results of Phillip's patch can be found in the parted-devel mailing 
list:
[parted-devel]  63 heads. Why does this keep coming up?
http://lists.alioth.debian.org/pipermail/parted-devel/2011-February/003806.html


Derek,
As you point out in comment #23, a work-around to this problem is to start with 
a new partition table.  Of course if there was data on the disk device, one 
would want to back this up before writing a new partition table.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/545911

Title:
  Cannot use gparted

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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/+source/gparted/+bug/695341

Verbatim USB stick crashes gParted
https://bugs.launchpad.net/ubuntu/+source/gparted/+bug/710696


There have also been at least two reports of this problem upstream in the 
bug-parted mailing lists:

Re: Bug report
http://lists.gnu.org/archive/html/bug-parted/2011-02/msg2.html

Verbatim USB drive crashes libparted
http://lists.gnu.org/archive/html/bug-parted/2011-02/msg0.html


In each of the above two cases, I manually went through the calculations for 
head_size (the number of sectors that would pass under a single disk head in a 
single rotation of the disk), and in each case the value was greater than 63.  
From the MBR specification, the range for sectors is from 1 to 63.
Master Boot Record
http://en.wikipedia.org/wiki/Master_boot_record


There is also a post in the parted-devel mailing list regarding this problem:

 63 heads. Why does this keep coming up?
http://lists.alioth.debian.org/pipermail/parted-devel/2011-February/003796.html


I think it would be preferable if the libparted library were better able to 
indicate this problem to the user, as opposed to throwing a stack trace.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/545911

Title:
  Cannot use gparted

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 545911] Re: Cannot use gparted

2011-02-12 Thread Phillip Susi
CHS is a useless fiction anyhow.  It looks like this function was meant
to simply print an error and then carry on if it can not guess the bios
geometry, but PED_ASSERT() ignores its second argument and never
returns.  I have patched the code to use if( foo ) return 0; rather than
PED_ASSERT() and this should solve the problem.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/545911

Title:
  Cannot use gparted

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 545911] Re: Cannot use gparted

2011-02-12 Thread Phillip Susi
I just tested it using the MBR from bug #710696 and it works now.


** Changed in: parted (Ubuntu)
   Status: New = In Progress

** Changed in: parted (Ubuntu)
 Assignee: (unassigned) = Phillip Susi (psusi)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/545911

Title:
  Cannot use gparted

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 gParted
https://bugs.launchpad.net/ubuntu/+source/gparted/+bug/710696

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/545911

Title:
  Cannot use gparted

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 545911] Re: Cannot use gparted

2011-02-11 Thread Phillip Susi
Who was that to Curtis?

I have been trying to dup similar reports against this one to collect
them all together.  It seems plenty of people are having this issue and
upstream can not figure out why.  If anyone is still having it and has
not managed to reformat the affected drive to fix it, please speak now
so we can try to get a sample of the partition table and figure out what
is wrong.  The distinguishing characteristic of this is the line:

Assertion (head_size = 63) at ../../../libparted/labels/dos.c:659 in
function probe_partition_for_geom() failed.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/545911

Title:
  Cannot use gparted

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 545911] Re: Cannot use gparted

2011-01-24 Thread Caysho
I used the USB start up disk creator in the installed Ubuntu 10.10 to create an 
installation USB stick.
This booted and started the partitioner without errors.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/545911

Title:
  Cannot use gparted

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 545911] Re: Cannot use gparted

2011-01-23 Thread Caysho
I should be able to try it again this week.

However, I just tried running gparted with an Imation 4 GB stick straight from 
the packaging.
lsusb shows:
Bus 001 Device 008: ID 0718:044e Imation Corp. 

I was going to put dban on it, and I get a crash similar to the one in
the bug description:

==
libparted : 2.2
==
Backtrace has 16 calls on stack:
  16: /lib/libparted.so.0(ped_assert+0x2a) [0x87af0a]
  15: /lib/libparted.so.0(+0x42507) [0x8b2507]
  14: /lib/libparted.so.0(+0x43317) [0x8b3317]
  13: /lib/libparted.so.0(+0x4460c) [0x8b460c]
  12: /lib/libparted.so.0(+0xf7b1) [0x87f7b1]
  11: /lib/libparted.so.0(ped_disk_add_partition+0x262) [0x883032]
  10: /lib/libparted.so.0(+0x45fa3) [0x8b5fa3]
  9: /lib/libparted.so.0(+0x4619f) [0x8b619f]
  8: /lib/libparted.so.0(ped_disk_new+0x75) [0x883e15]
  7: /usr/sbin/gpartedbin() [0x80901e6]
  6: /usr/sbin/gpartedbin() [0x809fc9b]
  5: /usr/sbin/gpartedbin() [0x80c0532]
  4: /usr/lib/libglibmm-2.4.so.1(+0x30eb2) [0x4b3eb2]
  3: /lib/libglib-2.0.so.0(+0x65def) [0x61cdef]
  2: /lib/tls/i686/cmov/libpthread.so.0(+0x596e) [0x6a596e]
  1: /lib/tls/i686/cmov/libc.so.6(clone+0x5e) [0x106aa4e]
Assertion (head_size = 63) at ../../../libparted/labels/dos.c:659 in function 
probe_partition_for_geom() failed.

This happened: 
1. when the stick was connected before gparted was run.
2. gparted was run, then the stick inserted and the drives refreshed.

I am making an image of the stick with dd, and I can upload it if it
would be useful - suggestions for locations welcome.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/545911

Title:
  Cannot use gparted

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 545911] Re: Cannot use gparted

2011-01-20 Thread TheBeest
Caysho, although it shouldnt be the case I think this is partly an issue with 
the way UNetbootin deals with the Ubuntu ISO as I tested this with a USB stick 
made from the Ubuntu USB Startup Disk Creator. I know you have already 
installed it now but if you have a chance could you test with a disk made from 
within ubuntu?
Cheers!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/545911

Title:
  Cannot use gparted

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 545911] Re: Cannot use gparted

2011-01-19 Thread Caysho
I was getting this problem when installing 10.10 onto an ASUS K52F notebook 
from a USB stick prepared by UNetbootin on Windows XP SP3.
I could run the Live CD, and gparted would segfault when run from the command 
line.
The GUI install just hangs.

I did get it working after I did the install from a CD - that was fine.

Maybe the partitioner is getting confused and is trying to get a read/write 
lock on the device the installer is booted from (USB stick) ?
The CD I used was a CDRW, but I expect it booted as read only.
In the BIOS, I had to set both the USB stick as the first in the boot order and 
in the drive order to get the USB stick to boot.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/545911

Title:
  Cannot use gparted

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 545911] Re: Cannot use gparted

2011-01-13 Thread RickySmart
Hi!

I have the same problem, but i have it on my already installed system
Ubuntu 10.04. I can't use fdisk anymore.

This is the log of fdisk:

_
ricky@smart:~$ sudo fdisk -l

Disk /dev/sda: 8 GB, 8068999680 bytes
255 heads, 63 sectors/track, 981 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

   Device Boot  Start End  Blocks   Id  System 
/dev/sda1   *   1 981 7879851   83  Linux
Warning: Partition 1 does not end on cylinder boundary.
Backtrace tiene 14 llamadas en espera:   
[Backtrace has 14 calls remaining:]
  14: /lib/libparted.so.0(ped_assert+0x2a) [0xa4df0a]
  13: /lib/libparted.so.0(+0x42507) [0xa85507]
  12: /lib/libparted.so.0(+0x43317) [0xa86317]
  11: /lib/libparted.so.0(+0x4460c) [0xa8760c]
  10: /lib/libparted.so.0(+0xf7b1) [0xa527b1]
  9: /lib/libparted.so.0(ped_disk_add_partition+0x262) [0xa56032]
  8: /lib/libparted.so.0(+0x45fa3) [0xa88fa3]
  7: /lib/libparted.so.0(+0x4619f) [0xa8919f]
  6: /lib/libparted.so.0(ped_disk_new+0x75) [0xa56e15]
  5: fdisk() [0x805094c]
  4: fdisk() [0x8050a30]
  3: fdisk() [0x804b1ab]
  2: /lib/tls/i686/cmov/libc.so.6(__libc_start_main+0xe6) [0xc3ebd6]
  1: fdisk() [0x804b0f1]
Se ha detectado un error en GNU Parted.  Vaya al sitio web de parted 
http://www.gnu.org/software/parted/parted.html para obtener información sobre 
qué puede ser útil enviar. Envíe un informe por correo a bug-par...@gnu.org que 
contenga al menos la versión (2.2) y el siguiente mensaje:  La aserción 
(head_size = 63) en ../../../libparted/labels/dos.c:659 en la función 
probe_partition_for_geom() ha fallado.

# An error was detected on GNU Parted. [...] The assertion(head_size =
63) en ../../../libparted/labels/dos.c:659 in the function
probe_partition_for_geom() failed

Cancelado
__

ProblemType: Bug
Architecture: Intel Atom
Date: tue Jan 13 11:11:16 2011
DistroRelease: Ubuntu 10.04
Package: gparted 0.5.1-1ubuntu3
ProcEnviron:
 LANG=es_ES.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.32-16.25-generic
SourcePackage: gparted
Uname: Linux 2.6.32-16-generic x86

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/545911

Title:
  Cannot use gparted

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 545911] Re: Cannot use gparted

2011-01-13 Thread Curtis Gedak
The log in comment #12 indicates libparted is being used.  The libparted
library is part of the parted project.

Perhaps you installed a version of fdisk that uses libparted (e.g., gnu-
fdisk)?

If so you might wish to run the version from utils-linux-ng (now utils-
linux) instead.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/545911

Title:
  Cannot use gparted

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 545911] Re: Cannot use gparted

2010-12-24 Thread Phillip Susi
** Also affects: parted (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/545911

Title:
  Cannot use gparted

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 545911] Re: Cannot use gparted

2010-05-09 Thread Chris Beaven
Phillip:
Hi, I opened a ticket about the same issue as this one, and only found this 
after the fact, so I duplicated mine and took my discussion here.

Curtis:
Downloaded and /.configure'd parted source 
(ftp://ftp.gnu.org/gnu/parted/parted-2.2.tar.gz), going through the dependency 
hoops.

Still erroring, so it seems it's a parted error (attaching the
backtrace)

** Attachment added: parted-2.2-error.txt
   http://launchpadlibrarian.net/48105620/parted-2.2-error.txt

-- 
Cannot use gparted
https://bugs.launchpad.net/bugs/545911
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 545911] Re: Cannot use gparted

2010-05-09 Thread Curtis Gedak
Chris, thanks for confirming the problem also exists in unpatched
parted-2.2.

The next step would be to raise this problem to the attention of the
parted developers.  You can do this by sending an email to the bug-
parted mailing list (bug-par...@gnu.org) with the bug details, logs,
etc.

The parted web site also has a bug tracker, but this does not appear to in 
active use by the parted developers.
http://www.gnu.org/software/parted/index.shtml

-- 
Cannot use gparted
https://bugs.launchpad.net/bugs/545911
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 545911] Re: Cannot use gparted

2010-05-07 Thread Phillip Susi
Chris, did you post in the wrong bug?  This is the first time you have
posted here so I'm not sure why you did.

-- 
Cannot use gparted
https://bugs.launchpad.net/bugs/545911
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 545911] Re: Cannot use gparted

2010-05-07 Thread Curtis Gedak
Chris, it appears that you are able to create the crash problem using
parted alone (no gparted).

Next we should try to narrow the problem down to whether the problem is
related to patches made to parted 2.2 in Ubuntu 10.04, or an unmodified
version of parted 2.2.

Would you be able to do one of the following?

Either  1)  Download the parted 2.2 source code, compile, and re-test

Or  2)  Download GParted-Live-0.5.2-1 from the stable branch and re-
test.

GParted-Live-0.5.2-1 (not a newer release) contains unpatched parted-2.2 code 
and can be found on the GParted web site under Oldfiles section of the stable 
branch.
http://sourceforge.net/projects/gparted/files/gparted-live-stable/

-- 
Cannot use gparted
https://bugs.launchpad.net/bugs/545911
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 545911] Re: Cannot use gparted

2010-05-06 Thread Chris Beaven
Here's the fdisk -lu output for my USB stick:

--
Disk /dev/sdb: 4009 MB, 4009754624 bytes
23 heads, 23 sectors/track, 14804 cylinders, total 7831552 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00086e2a

   Device Boot  Start End  Blocks   Id  System
/dev/sdb1   *8064 7831551 3911744c  W95 FAT32 (LBA)
--


** Changed in: gparted (Ubuntu)
   Status: Incomplete = New

-- 
Cannot use gparted
https://bugs.launchpad.net/bugs/545911
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 545911] Re: Cannot use gparted

2010-05-05 Thread Phillip Susi
Can you post the output of sudo fdisk -lu on the usb stick in question?


** Changed in: gparted (Ubuntu)
   Status: New = Incomplete

-- 
Cannot use gparted
https://bugs.launchpad.net/bugs/545911
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 545911] Re: Cannot use gparted

2010-05-04 Thread Thomas Griffiths
This affects a usb install of netbook remix 10.04 made with the USB
Startup Disk Creator on an ASUS 1000HE netbook. The install stalls after
timezone and keyboard selection with an application crash notification
for gparted. The same error as above is produced running gparted from
the command line with sudo. Assertion (head_size = 63) at
../../../libparted/labels/dos.c:659 in function
probe_partition_for_geom() failed.

-- 
Cannot use gparted
https://bugs.launchpad.net/bugs/545911
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 545911] Re: Cannot use gparted

2010-05-01 Thread zsquareplusc
I have the same problem with the final release of Lucid. USB flash drive
was written using the creator under Karmic (w/o formating the disk). The
disk is formated FAT32 (by disk vendor) and worked without any problem
under Ubuntu.

I was able to successfully run sudo gparted /dev/sda so it seems to
have the problem with the USB flash drive. When it's supposed to show
all drives (started w/o parameter) it crashes.

This is also a problem for the ubiquity installer as it just stops
before showing page 4. It is not displaying an error message.

IMHO it is a fault of libparted to handle this as assertion error.
Drives with properties it does not understand should be ignored/whatever
but terminating like this disables the program completely.

what others do:
- fdisk -l is able to show information for the disk. fdisk's verify does not 
report a problem.
- cfdisk /dev/sdb  reports an error about a broken partition table (partition 
ends in the final partial cylinder), program can only be exit.

-- 
Cannot use gparted
https://bugs.launchpad.net/bugs/545911
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 545911] Re: Cannot use gparted

2010-03-25 Thread TheBeest
By using the Ubuntu USB Startup Disk Creator I could partition my drive
and am row running Lucid off the harddrive. So this is an issue with the
way gparted treats (some) mounted media as there were only problems when
unetbootin was used to create the disk.

-- 
Cannot use gparted
https://bugs.launchpad.net/bugs/545911
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 545911] Re: Cannot use gparted

2010-03-24 Thread TheBeest
After further investigation into this problem, I used the USB Startup
Disk Creator on my laptop running Karmic to make another usb Lucid
drive. This booted up fine and I was able to run gparted without errors.

-- 
Cannot use gparted
https://bugs.launchpad.net/bugs/545911
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 545911] Re: Cannot use gparted

2010-03-24 Thread TheBeest

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/41824911/Dependencies.txt

-- 
Cannot use gparted
https://bugs.launchpad.net/bugs/545911
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs