The same manipulation, another error message :
i...@iop-pc:~$ sudo parted
GNU Parted 1.8.8
Utilisation de /dev/sda
Bienvenu dans GNU Parted ! Tapez "help" pour voir la liste des commandes.
(parted) select /dev/sdd
Utilisation de /dev/sdd
(parted)
Same problem with Ubuntu 9.04 and parted 1.8.8 :
(when trying to create a fat32 partition in an old usb key)
(parted) mkpartfs
Type de partition ? primary/primaire/extended/étendue? primary
Type de système de fichiers ? [ext2]? fat32
Début ? 0
** Changed in: parted (Ubuntu)
Status: Incomplete => Invalid
--
parted stack smashing
https://bugs.launchpad.net/bugs/229388
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
Sarah: Thanks for this. It turns out that this iPod disk is laid out
using GPT (a more modern partition table format), and so the 512 bytes I
asked for don't cover the whole partition table. Sorry about this. Could
you repeat the previous directions, but with the following command
instead:
sudo
The problem continues with Ubuntu Intrepid, parted (GNU parted) 1.8.9
--
parted stack smashing
https://bugs.launchpad.net/bugs/229388
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.
Here's the requested output of my iPod. I have the same bug and am
unable to create a disk label.
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
*
0001c0 01 00 ee fe ff ff 01 00 00 00 96 73 53 02 00 00
0001d0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
*
0001f0 00 00 00 00 00 00 00 00
Could I get a dump of the partition table, please? The output of 'sudo
od -tx1 -Ax -N512 /dev/sda' (or /dev/sdb, or whatever the device in
question is) should be sufficient.
** Changed in: parted (Ubuntu)
Assignee: (unassigned) => Colin Watson (kamion)
Status: Confirmed => Incomplete
The same problem affects syslinux too, sevearl hits in Google suggesting that
#1 it's a known issue for developers of both applications
#2 it affects large external USB disks e.g, iPods who are formatted with a
sector size > 512
#3 it's not trivially fixed
--
parted stack smashing
https://bugs.
Can confirm, same error on Hardy, while trying to format an USB flash
drive. fdisk works correctly, while parted and gparted insist that the
drive has an "unrecognised disk label", and crash when trying to add
one.
** Changed in: parted (Ubuntu)
Status: New => Confirmed
--
parted stack sm