lonely wolf wrote:
> Laurentiu STEFAN wrote:
> 
>>Acuma am /dev/hda & /dev/hdc = /dev/md0 (RAID0)
>>
>>Cineva mi-a recomandat urmatoarea comanda:
>>mkfsext3 /dev/hdd (adta daca HDD-ul de 6GB se pune ca /dev/hdd)
>>dd if=/dev/md0 of=/dev/hdd bs=30M
>>
>>Sau il fac si pe /dev/hdd raid (md1) si dau:
>>dd if=/dev/mdo of=/dev/md1 bs=30M
>>?!?!
> 
> nici nici.
> man fdisk --> creezi partitii pe hdd dupa cum vrei sa fie in final
> man mke2fs --> formatezi ext2/3
> lasa dd in pace ca nu iti e util. transferul il faci mai repede si mai 
> frumos cu banalul cp (spre pilda: mke2fs /dev/hdd1; mke2fs /dev/hdd2; 
> mkswap /dev/hdd3; mkdir /mnt/new; mount /dev/hdd2 /mnt/new; mkdir 
> /mnt/new/boot; mount /dev/hdd1 /mnt/new/boot; cp -r 
> /dev/md0/_selected_stuff_dar_a_nu_se_copia_/proc /mnt/new )
> sau alternativ pt cp:
reftificare
evident nu e
        cp -r /dev/md0/stuff  /mnt/new
  ci
        cp -r /_selected_stuff_dar_a_nu_se_copia_/proc  /mnt/new




-- 
"Normal people ... believe that if it ain't broke, don't fix it.
Engineers believe that if it ain't broke, it doesn't have
enough features yet."
--- Scott Adams, The Dilbert Principle



--- 
Detalii despre listele noastre de mail: http://www.lug.ro/


Raspunde prin e-mail lui