[26982] in Athena Bugs
linux 9.4.32: installer
daemon@ATHENA.MIT.EDU (Jonathan D Reed)
Tue Oct 3 11:12:31 2006
Message-Id: <200610031511.k93FBvJL019635@infinite-loop.mit.edu>
To: bugs@mit.edu
Date: Tue, 03 Oct 2006 11:11:57 -0400
From: Jonathan D Reed <jdreed@mit.edu>
X-Spam-Score: 1.217
X-Spam-Level: * (1.217)
X-Spam-Flag: NO
Errors-To: bugs-bounces@mit.edu
System name: infinite-loop.mit.edu
Type and version: i686 9.4.32 (with mkserv)
Display type: Intel Corporation 82915G/GV/910GL Express Chipset Family Graphics Controller (rev 04)
Shell: /bin/athena/tcsh
Window manager: metacity
What were you trying to do?
Resize NTFS from within the installer. (installer version 5a)
What's wrong:
After "Calculating NTFS parameters", I see:
(standard_in) 1: parse error
(standard_in) 1: parse error
/dev/sda2 current NTFS size: 41043 MB
/dev/sda2 requested NTFS size: 19492 MB
/dev/sda2 requested NTFS shrinkage: 21550 MB
/dev/sda2 min possible NTFS size: MB
/dev/sda2 possible NTFS shrinkage: MB
In addition to the null values above, I see, after the note about
rounding errors:
./phase2.backend: [: !=: unary operator expected
Note that it still appears to work and resize the partition, but
there's a bug somewhere.
What should have happened:
It shouldn't have displayed null values or complained about
the test operator.
Please describe any relevant documentation references:
Running ntfsresize -i by hand indicates that it displays "The
volume end is fragmented, this case is not yet supported",
which is perhaps confusing the installer.
-Jon