By the way, <b>/dev/rmt0<font color=red>.1</font></b> normally it´s the first no-rewind tapedevice, then you use<br><FONT FACE=monospace><br>tar -cvf /dev/rmt0.1 <b>/some/of/your/files</b><br></font><br>and<br><FONT FACE=monospace><br>dd if=/dev/<font color=red>r</font>LogicalVolumeName of=/dev/rmt0.1<br></font><br>to backup your files and your raw logical volumes.<br><br>I hope it works...