On Mon, Mar 15, 2004 at 01:33:59PM -0500, Mark Seger wrote: > Using /dev/sda > (parted) print > Disk geometry for /dev/sda: 0.000-140014.398 megabytes > Disk label type: GPT > Minor Start End Filesystem Name Flags > 1 0.017 100.016 FAT boot, lba > > and here's what's in my autoinstallscript on that same machine. isn't > the problem that the value of size for /dev/sda is "*"?
yes - that's exactly it. systemimager grows the last filesystem to the end of the disk. you'll wanna change that to a static value for fat filesystems. ideally, systemimager would do a boundary check when creating the master script, and limit fat filesystems to their max size. ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ Sisuite-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/sisuite-users
