Last change
on this file since 840 was 355, checked in by bcornec, 19 years ago |
Adds everything related to mondo cd creation
|
-
Property svn:executable
set to
*
|
File size:
786 bytes
|
Rev | Line | |
---|
[355] | 1 | README for SME-5 users 01/25/2002
|
---|
| 2 | """"""""""""""""""""""
|
---|
| 3 |
|
---|
| 4 | If you plan to backup to CD then you need to make sure your kernel can detect
|
---|
| 5 | and access your CD writer. Type 'cdrecord -scanbus'. If your CD writer is not
|
---|
| 6 | listed in the output, and if it is an IDE drive, then you should find out
|
---|
| 7 | which 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 |
|
---|
| 12 | Replace hdX with your CD writer's device (mine is hdb). Then run 'lilo' and
|
---|
| 13 | reboot. You will have to type 'insmod sg st ide-scsi ide-cd' after rebooting,
|
---|
| 14 | if the kernel does not detect and configure the CD writer for you.
|
---|
| 15 |
|
---|
| 16 | You may now backup your whole system. Type:-
|
---|
| 17 | # mondo-archive
|
---|
| 18 |
|
---|
| 19 | See the manual for more information.
|
---|
| 20 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.