script to create partition and file system on the partition
Hi,
I want to automate creation of partitions and file-system on a raw disk.
Currently I know using interactive way using fdisk(1) and mkfs(1) commands I can create. But how to do this in non-interactive way using a script?
P.S: I want my script to run on RHEL 3.0 or higher versions.
Thanks,
Mukheem
|