You could also try something like this: fdisk /dev/sdb << EOF n p 1 t 1 83 p w q EOF mke2fs -j /dev/sdb1 This should create a new partition (#1) on /dev/sdb that takes all the space on the disk, sets the file system type to Linux (83), prints the new partition table to the screen, writes the partition information and quits. Then it makes a journaled ext2 filesystem (ext3) on the partition. Basically just take the commands you'd normally use in fdisk and sandwich them between the fdisk command line and the EOF. Then make your file system after the partition is ready. Jason... -----Original Message----- From: Jesse Keating [mailto:jkeating@xxxxxxxxxxxxxxx] Sent: Friday, October 31, 2003 2:32 PM To: kickstart-list@xxxxxxxxxx Subject: Little help with a post call to partition Since anaconda isn't able to create +1TB partitions, I need to do this in the %post section manually. I am having trouble finding a way to envoke fdisk or something like it to create a single partition that spans an entire volume (/dev/sdb) w/out interaction. Do any of you have a quick method for this? TIA! -- Jesse Keating RHCE MCSE (geek.j2solutions.net) Fedora Legacy Team (www.fedora.us/wiki/FedoraLegacy) Mondo DevTeam (www.mondorescue.org) GPG Public Key (geek.j2solutions.net/jkeating.j2solutions.pub) Was I helpful? Let others know: http://svcs.affero.net/rm.php?r=jkeating