Quote:
Originally Posted by chrism01
If its a brand new disk, yes. Create the partition (eg: sdb1, type fd) and create a filesystem eg mkfs.ext3 /sdb1; then add to array.
|
Thank You for reply I wonder is in Slackware a command that can transfer partitions layout from hard drive which is in array(raid 1) to brand new hard drive(the same capacity or bigger)and I want system file raiserfs not ext3 :-) please :-)
I found how here:
Code:
$ sfdisk -d /dev/sda > partitions.txt
$ sfdisk /dev/sdb < partitions.txt
For now
ONLYthis question raiserfs command ... please :-) how make it on new dysk, is it correct?
mkfs.reiserfs /sdb1 ???