Changeset 1887 in MondoRescue
- Timestamp:
- Mar 3, 2008, 1:00:36 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2.5/mondo-doc/mondorescue-howto.sgml
r1885 r1887 480 480 <row> 481 481 <entry> 482 483 482 bash# cdrecord dev=0,0,0 speed=4 -eject -v mindi.iso 484 483 </entry> 484 </row> 485 <row> 486 <entry> 487 bash# wodim dev=0,0,0 speed=4 -eject -v mindi.iso 485 488 </entry> 486 489 </row> … … 492 495 <row> 493 496 <entry> 494 495 497 bash# cdrecord dev=0,0,0 speed=4 blank=fast -eject -v mindi.iso 496 498 </entry> 499 </row> 500 <row> 501 <entry> 502 bash# wodim dev=0,0,0 speed=4 blank=fast -eject -v mindi.iso 497 503 </entry> 498 504 </row> … … 570 576 <entry> 571 577 bash# cdrecord dev=0,0,0 speed=4 -eject -v /root/images/mindi/mindi.iso 572 573 578 </entry> 574 579 </row> … … 1269 1274 CD image. The easiest way to test Mindi in either case is to say 1270 1275 'n' to its first question and 'y' to its second, then use the 1271 separate application cdrecord to make a bootable CD-R or1276 separate application cdrecord or wodim to make a bootable CD-R or 1272 1277 CD-RW.</para> 1273 <para>Use the cdrecord application to write the CD image:</para> 1274 <para></para> 1275 <informaltable><tgroup cols="1"><tbody> 1276 <row> 1277 <entry> 1278 1278 <para>Use the cdrecord or wodim application to write the CD image:</para> 1279 <para></para> 1280 <informaltable><tgroup cols="1"><tbody> 1281 <row> 1282 <entry> 1279 1283 bash# cd /root/images/mindi 1280 1284 </entry> … … 1283 1287 <entry> 1284 1288 bash# cdrecord -scanbus 1285 1286 </entry> 1287 </row> 1288 </tbody></tgroup></informaltable> 1289 1290 <para>The output of the above call to cdrecord will tell you your 1289 </entry> 1290 </row> 1291 <row> 1292 <entry> 1293 bash# wodim --devices 1294 </entry> 1295 </row> 1296 </tbody></tgroup></informaltable> 1297 1298 <para>The output of the above call will tell you your 1291 1299 CD writer's node. It is usually '0,0,0'. Choose one of the 1292 1300 following calls to write the CD, depending on whether the disk in … … 1299 1307 <row> 1300 1308 <entry> 1301 1302 1309 bash# cdrecord -v blank=fast dev=x,x,x speed=4 mindi.iso (for CD-RW) 1303 1310 </entry> 1311 </row> 1312 <row> 1313 <entry> 1314 bash# wodim -v blank=fast dev=/dev/xxx speed=4 mindi.iso (for CD-RW) 1304 1315 </entry> 1305 1316 </row> … … 1311 1322 <row> 1312 1323 <entry> 1313 1314 1324 bash# cdrecord -v dev=x,x,x speed=4 mindi.iso (for CD-R) 1315 1325 </entry> 1326 </row> 1327 <row> 1328 <entry> 1329 bash# wodim -v dev=/dev/xxx speed=4 mindi.iso (for CD-R) 1316 1330 </entry> 1317 1331 </row> … … 1369 1383 </tbody></tgroup></informaltable> 1370 1384 1371 <para>cdrecord will tell you where your CD recorder lives, in SCSI1385 <para>cdrecord or wodim will tell you where your CD recorder lives, in SCSI 1372 1386 terms, which looks like '0,0,0'. The previous call to mondoarchive tells 1373 1387 Mondo to backup everything to a 4x CD-RW drive that has … … 2954 2968 </entry> 2955 2969 </row> 2956 </tbody></tgroup></informaltable> 2957 <para>or for ATAPI type of devices:</para> 2970 <row> 2971 <entry> 2972 bash# wodim --devices 2973 </entry> 2974 </row> 2975 </tbody></tgroup></informaltable> 2976 <para>or for ATAPI type of devices on older kernel versions:</para> 2958 2977 <para></para> 2959 2978 <informaltable><tgroup cols="1"><tbody>
Note:
See TracChangeset
for help on using the changeset viewer.