Bug#431954: Sfdisk calls BLKRRPART on file that is not a block device

2012-02-16 Thread Bertrand Jacquin
Hi, Actualy, it does using util-linux 2.20.1: dd if=/dev/zero of=/tmp/disk.img bs=1024 count=4032 strace -fF -s 1024 -e trace=ioctl \ sfdisk --no-reread -C2 -H32 -S63 -q -f \ /tmp/disk.img << EOF unit: sectors part1 : start= 63, size= 3969, Id=83 part2 : start= 4032

Bug#431954: Sfdisk calls BLKRRPART on file that is not a block device

2011-08-21 Thread Eero Tamminen
Use "--no-reread" if you want sfdisk to avoid the BLKRRPART. - Eero -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#431954: Sfdisk calls BLKRRPART on file that is not a block device

2007-07-06 Thread Andrew Buckeridge
Package: util-linux Version: 2.12r-19 Severity: whishlist Having -C -H -S parameters and working from the command line with sfdisk -d style here documents makes sfdisk suited to making disc images for virtual machines or automatic installation. It issues a warning about file not being a block dev