[Bug 366282] Re: partitions that overflow disk not handled gracefully

2016-05-09 Thread Phillip Susi
As far as parted goes, this was fixed some time ago; it now throws an
exception notifying the user of the error, and gives them the chance to
ignore it so they can print the existing table, and delete the offending
partition.  It seems however, that parted_server ignores the error ( not
even logging it ).


** Package changed: parted (Ubuntu) => partman-base (Ubuntu)

** Changed in: partman-base (Ubuntu)
   Status: In Progress => Triaged

** Changed in: partman-base (Ubuntu)
 Assignee: Phillip Susi (psusi) => (unassigned)

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

Title:
  partitions that overflow disk not handled gracefully

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/partman-base/+bug/366282/+subscriptions

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


[Bug 366282] Re: partitions that overflow disk not handled gracefully

2013-03-29 Thread Joeri Eilander
my installation will not go further than 50% when copying files, because
i think the setup hasnt detected what a maximum of partitions are,
always got a message that i have a faulty disk, and that i can buy some
cleanup products in most electronic shops.

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

Title:
  partitions that overflow disk not handled gracefully

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/parted/+bug/366282/+subscriptions

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


[Bug 366282] Re: partitions that overflow disk not handled gracefully

2012-05-17 Thread Colin Watson
** Changed in: parted (Ubuntu)
 Assignee: Colin Watson (cjwatson) = (unassigned)

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

Title:
  partitions that overflow disk not handled gracefully

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/parted/+bug/366282/+subscriptions

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


[Bug 366282] Re: partitions that overflow disk not handled gracefully

2012-05-17 Thread Phillip Susi
** Changed in: parted (Ubuntu)
 Assignee: (unassigned) = Phillip Susi (psusi)

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

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

Title:
  partitions that overflow disk not handled gracefully

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/parted/+bug/366282/+subscriptions

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


[Bug 366282] Re: partitions that overflow disk not handled gracefully

2009-11-09 Thread michiel roeleveld
I get the same problem with the install cd of 9.10. No partitions are
detected.


** Attachment added: output of sudo od -Ax -tx1 -N512 /dev/sda octal_512B.txt
   http://launchpadlibrarian.net/35457960/octal_512B.txt

-- 
partitions that overflow disk not handled gracefully
https://bugs.launchpad.net/bugs/366282
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 366282] Re: partitions that overflow disk not handled gracefully

2009-06-08 Thread Colin Watson

** Summary changed:

- Install partitioner does not detect existing partition table
+ partitions that overflow disk not handled gracefully

** Attachment added: script to help reconstruct disk from attachments
   http://launchpadlibrarian.net/27649664/revod

-- 
partitions that overflow disk not handled gracefully
https://bugs.launchpad.net/bugs/366282
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 366282] Re: partitions that overflow disk not handled gracefully

2009-06-08 Thread Colin Watson
A passable simulation of Steveire's disk may be constructed as follows.
Save http://launchpadlibrarian.net/25999304/od_output as 'mbr', split up
the pieces of http://launchpadlibrarian.net/26023635/ext_boot_records
and save them as 'ebr1', 'ebr2', 'ebr3', and 'ebr4', and use the revod
script in the previous attachment:

  dd if=/dev/zero of=disk bs=1 count=0 seek=120034124288
  revod mbr | dd of=disk conv=notrunc bs=512 count=1
  revod ebr1 | dd of=disk conv=notrunc bs=512 count=1 seek=60275880
  revod ebr2 | dd of=disk conv=notrunc bs=512 count=1 seek=70043400
  revod ebr3 | dd of=disk conv=notrunc bs=512 count=1 seek=223319565
  revod ebr4 | dd of=disk conv=notrunc bs=512 count=1 seek=229197717

-- 
partitions that overflow disk not handled gracefully
https://bugs.launchpad.net/bugs/366282
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