Re: Q: RAID-1 w/2x160GB, ReiserFS, Debian 'woody', homebrew 2.4.25 kernel

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Wed, August 4, 2004 11:29, Mark Watts said:
 
> Talking of partitioning several disks the same, is there an easy way to
> automate this?
> 

Yes. Something like:

# sfdisk -d /dev/sda > partition.save
# sfdisk /dev/sdb < partition.save

Or all at once:

# sfdisk -d /dev/sda | sfdisk /dev/sdb

I partition all my drives the same so if one fails it is easy to re-partion the new drive by copying the structure from an existing drive.

R.
-- 
http://robinbowes.com

-
To unsubscribe from this list: send the line "unsubscribe linux-raid" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux RAID Wiki]     [ATA RAID]     [Linux SCSI Target Infrastructure]     [Linux Block]     [Linux IDE]     [Linux SCSI]     [Linux Hams]     [Device Mapper]     [Device Mapper Cryptographics]     [Kernel]     [Linux Admin]     [Linux Net]     [GFS]     [RPM]     [git]     [Yosemite Forum]


  Powered by Linux