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]

 



Mark Watts wrote:

Talking of partitioning several disks the same, is there an easy way to automate this?


Hmm, I gave a way to do this in my last email, but I've realised that I missed out the "count" argument to dd... I said:

dd if=/dev/hda of=/dev/hdc ; echo w | fdisk /dev/hdc

This will work, but will take a while ;o) it should really have been:

dd if=/dev/hda of=/dev/hdc count=1 && echo w | fdisk /dev/hdc



Tim.

-
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