Add new attachment

Only authorized users are allowed to upload new attachments.

This page (revision-6) was last changed on 14-Apr-2010 14:30 by MaiantiAlberto  

This page was created on 14-Apr-2010 14:30 by MaiantiAlberto

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Difference between version and

At line 84 changed one line
continua....
Modifichiamo fstab per inserire il raid sostituendo le varie partizioni sda:
%%prettify
{{{
vi /etc/fstab
}}}
/%
%%prettify
{{{
Esempio di file fstab modificato:
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
/dev/md2 / ext3 defaults,errors=remount-ro 0 1
/dev/md0 /boot ext3 defaults 0 2
/dev/md1 none swap sw 0 0
/dev/hdc /media/cdrom0 udf,iso9660 user,noauto 0 0
/dev/fd0 /media/floppy0 auto rw,user,noauto 0 0
}}}
/%
facciamo la stessa cosa sul file /etc/mtab
A questo punto modifichiamo le entry in GRUB:
%%prettify
{{{
vi /boot/grub/menu.lst
}}}
/%
E aggiungiamo fallback 1 dopo default 0.
Copiamo una entry del kernel e mettiamola come prima istanza sostituendo root=/dev/sdaN with root=/dev/mdN e root (hd0,0) con root (hd1,0).
Per aggiornare il nostro ramdisk alla situazione attuale lanciamo:
%%prettify
{{{
update-initramfs -u
}}}
/%
Copiamo tutti i file dal disco sorgente al disco nuovo:
Version Date Modified Size Author Changes ... Change note
6 14-Apr-2010 14:30 5.05 kB MaiantiAlberto to previous
5 14-Apr-2010 14:30 3.699 kB Daloch to previous | to last
4 14-Apr-2010 14:30 2.914 kB MaiantiAlberto to previous | to last
3 14-Apr-2010 14:30 2.855 kB MaiantiAlberto to previous | to last
2 14-Apr-2010 14:30 1.63 kB MaiantiAlberto to previous | to last
1 14-Apr-2010 14:30 1.614 kB MaiantiAlberto to last
« This page (revision-6) was last changed on 14-Apr-2010 14:30 by MaiantiAlberto