Operating System - Linux
1748256 Members
3785 Online
108760 Solutions
New Discussion юеВ

Re: Replicating Linux Partition table

 
SOLVED
Go to solution
Ashit D
New Member

Replicating Linux Partition table

Is there any way by which I can replicate the fdisk partition table on RHEL5.
My scenario is I have a 70GB disk and I have 15 X 4.5 GB partitions on it. I want to have
similar setup on another 100 disks. I dont want to go into fdisk utility and create these
15X 100 partions manually.

Please let me know if there is way do it.
2 REPLIES 2
Goran┬аKoruga
Honored Contributor
Solution

Re: Replicating Linux Partition table

Hi.

Sure, sfdisk has this functionality. There might be other tools.

To store it:

sfdisk -d ... > disk.out

To restore it:

sfdisk ... < disk.out

Regards,
Goran
Ivan Krastev
Honored Contributor

Re: Replicating Linux Partition table