Bug#632832: ufsutils: growfs.ufs do not work

2013-05-20 Thread Nikos Skalkotos
The same problems exists in ufsutils/8.2-3. Please find attached a patch for the aforementioned version that addresses this issue. Regards, Nikos Index: ufsutils-8.2/sbin/growfs/growfs.c === ---

Bug#632832: ufsutils: growfs.ufs do not work

2013-04-15 Thread Nikos Skalkotos
Hello all, The bogus sectorsize: 0 error is because the get_dev_size() function in growfs.c only works when using the FreeBSD kernel. The sectorsize and mediasize local variables get initialized only if HAVE_BSD_DISKLABEL is defined, and this gets defined only when compiling the source under

Bug#632832: ufsutils: growfs.ufs do not work

2011-07-06 Thread Nikita A Menkovich
Package: ufsutils Version: 7.3-1+b1 Severity: important Tags: squeeze experimental lenny sid When I run growfs.ufs on partition or image, grows reports: growfs.ufs: bogus sectorsize: 0 You could reproduce this way: root@qtest:~# dd if=/dev/zero of=tmp2.img bs=128k count=1k 1024+0 records in