[Bug 710696] Re: Verbatim USB stick crashes gParted

2011-02-12 Thread Phillip Susi
*** This bug is a duplicate of bug 545911 *** https://bugs.launchpad.net/bugs/545911 ** This bug has been marked a duplicate of bug 545911 Cannot use gparted * You can subscribe to bug 545911 by following this link: https://bugs.launchpad.net/ubuntu/+source/gparted/+bug/545911/+subscribe

[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 710696] Re: Verbatim USB stick crashes gParted

2011-02-04 Thread T Kortehisto
Here's the MBR of the USB drive, which I haven't reformatted. ** Attachment added: "Master Boot Record" https://bugs.launchpad.net/ubuntu/+source/gparted/+bug/710696/+attachment/1829198/+files/sdg.mbr -- You received this bug notification because you are a member of Ubuntu Bugs, which is sub

[Bug 710696] Re: Verbatim USB stick crashes gParted

2011-02-04 Thread T Kortehisto
Reply to the comment #9: I can read and write to the drive in Ubuntu and Windows XP without any problems. Also Sony tv and bluray player handle reading from the drive, but I haven't tried to write onto the drive with either of them. I haven't tried other operating systems such as BSD or Mac as

[Bug 710696] Re: Verbatim USB stick crashes gParted

2011-02-03 Thread Curtis Gedak
One more request. Would you be able to provide a copy of the Master Boot Record which is contained in the first sector of the device? You can capture the Master Boot Record in a file with the following command: NOTE: Be extra careful to type this command in properly, otherwise loss of data coul

[Bug 710696] Re: Verbatim USB stick crashes gParted

2011-02-03 Thread Curtis Gedak
T Kortehisto, I am curious. If you plug in this drive with it's default formatting, are you able to read and write to the drive using GNU/Linux? Windows? Other operating systems? -- 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-03 Thread Curtis Gedak
Following are some relevant mailing list posts regarding this problem including the one by T Kortehisto: Verbatim USB drive crashes libparted http://lists.gnu.org/archive/html/bug-parted/2011-02/msg0.html Re: Bug report http://lists.gnu.org/archive/html/bug-parted/2011-02/msg2.html [part

[Bug 710696] Re: Verbatim USB stick crashes gParted

2011-02-01 Thread T Kortehisto
I reported the bug to the email address you gave in post #8. Thanks for your help! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/710696 Title: Verbatim USB stick crashes gParted -- ubuntu-bugs mai

[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 710696] Re: Verbatim USB stick crashes gParted

2011-02-01 Thread T Kortehisto
sudo parted /dev/sdg unit s print Backtrace has 13 calls on stack: 13: /lib/libparted.so.0(ped_assert+0x31) [0x7f24b01845c1] 12: /lib/libparted.so.0(+0x393b6) [0x7f24b01af3b6] 11: /lib/libparted.so.0(+0x39b33) [0x7f24b01afb33] 10: /lib/libparted.so.0(+0x3a7ed) [0x7f24b01b07ed] 9: /lib/li

[Bug 710696] Re: Verbatim USB stick crashes gParted

2011-02-01 Thread T Kortehisto
I found the second USB drive and it crashes gParted similarly to the first one. sudo fdisk -l -u /dev/sdg Disk /dev/sdg: 4007 MB, 4007657472 bytes 86 heads, 22 sectors/track, 4137 cylinders, total 7827456 sectors Units = sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 5

[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-01-31 Thread T Kortehisto
I agree, the problem was in the original formating of the drive. I had to use the -z option with cfdisk to disregard the drive geometry in order to not get a fatal error closing the program right after it started. The error I got without -z option was 'FATAL ERROR: Bad primary partition' and after

[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 T Kortehisto
The drive is 4 GB and the filesystem was FAT32, the one which was on the drive after I took it out of the box. Here's the output of the command you asked for (sudo parted /dev/sdb unit s print): Model: Verbatim STORE N GO (scsi) Disk /dev/sdb: 7831552s Sector size (logical/physical): 512B/512B Pa

[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