source: MondoRescue/branches/2.0.8/contrib/mkcd/README.e-Smith-SME-5@ 3215

Last change on this file since 3215 was 355, checked in by bcornec, 18 years ago

Adds everything related to mondo cd creation

  • Property svn:executable set to *
File size: 786 bytes
Line 
1README for SME-5 users 01/25/2002
2""""""""""""""""""""""
3
4If you plan to backup to CD then you need to make sure your kernel can detect
5and access your CD writer. Type 'cdrecord -scanbus'. If your CD writer is not
6listed in the output, and if it is an IDE drive, then you should find out
7which device it is - /dev/hda, /dev/hdb, etc. - and add an entry to
8/etc/lilo.conf, something like this:-
9
10 append="hdX=ide-scsi"
11
12Replace hdX with your CD writer's device (mine is hdb). Then run 'lilo' and
13reboot. You will have to type 'insmod sg st ide-scsi ide-cd' after rebooting,
14if the kernel does not detect and configure the CD writer for you.
15
16You may now backup your whole system. Type:-
17# mondo-archive
18
19See the manual for more information.
20
Note: See TracBrowser for help on using the repository browser.