Package: parted Version: 2.3-5 Severity: important I want to create freebsd partition for virtual machine in linux so I run:
# parted /dev/vda (parted) mklabel bsd Warning: The existing disk label on /dev/vda will be destroyed and all data on this disk will be lost. Do you want to continue? Yes/No? y (parted) mkpart primary 64s -1s parted: invalid token: primary File system type? [ext2]? for example with msdos it works fine (parted) mklabel msdos Warning: The existing disk label on /dev/vda will be destroyed and all data on this disk will be lost. Do you want to continue? Yes/No? y (parted) mkpart primary 64s -1s Warning: The resulting partition is not properly aligned for best performance. Ignore/Cancel? i (parted) version GNU Parted 2.3 Copyright (C) 1998 - 2006 Free Software Foundation, Inc. This program is free software, covered by the GNU General Public License. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. Model: Virtio Block Device (virtblk) Disk /dev/vda: 524MB Sector size (logical/physical): 512B/512B Partition Table: msdos Number Start End Size Type File system Flags 1 32.8kB 524MB 524MB primary Model: Virtio Block Device (virtblk) Disk /dev/vda: 1024000s Sector size (logical/physical): 512B/512B Partition Table: msdos Number Start End Size Type File system Flags 1 64s 1023999s 1023936s primary Model: Virtio Block Device (virtblk) Disk /dev/vda: 63,188,60 Sector size (logical/physical): 512B/512B BIOS cylinder,head,sector geometry: 63,255,63. Each cylinder is 8225kB. Partition Table: msdos Number Start End Type File system Flags 1 0,1,1 63,188,60 primary -- System Information: Debian Release: wheezy/sid APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 2.6.37-lib-kvm-0.5-300hz (SMP w/4 CPU cores) Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8) (ignored: LC_ALL set to ru_RU.UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages parted depends on: ii libblkid1 2.17.2-9.1 block device id library ii libc6 2.11.2-13 Embedded GNU C Library: Shared lib ii libdevmapper1.02.1 2:1.02.63-3 The Linux Kernel Device Mapper use ii libncurses5 5.8+20110307-1 shared libraries for terminal hand ii libparted0debian1 2.3-5 The GNU Parted disk partitioning s ii libreadline6 6.1-3 GNU readline and history libraries ii libuuid1 2.17.2-9.1 Universally Unique ID library parted recommends no packages. Versions of packages parted suggests: pn parted-doc <none> (no description available) -- no debconf information -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

