|
Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://www.sai.msu.su/~er/zeus_st.html
Дата изменения: Unknown Дата индексирования: Mon Oct 1 21:31:47 2012 Кодировка: Поисковые слова: http www.astronomy.ru forum index.php topic 4644.0.html |
Our DAT streamer ARCHIVE Python 28454-XXX is connected to second SCSI controller ncr815. Only two little modifications were useful for convenience: (1) I created /dev/tape as the link to /dev/nst0, and (2) linked /bin/mt to /bin/mt-st in order to have the possibility to set variable block size. The device is available for disk group.
Usage and recommendations:
mt setblk 0 (to set variable physical block size)
mt rewind
dd if=/dev/tape bs=96b | tar xf - (to read our tapes
written at Sun)
mt status, mt fsf, etc. (for tape
positioning)
tar cfb - 96 dirs | dd
of=/dev/tape bs=96b (write to tape)