При запуске
dump -f /dev/nst0 /opt
Такая ошибка
DUMP: Date of this level 0 dump: Mon Oct 27 12:40:03 2003
DUMP: Dumping /dev/sda5 (/opt) to /dev/nst0
DUMP: Added inode 8 to exclude list (journal inode)
DUMP: Added inode 7 to exclude list (resize inode)
DUMP: Label: none
DUMP: mapping (Pass I) [regular files]
DUMP: mapping (Pass II) [directories]
DUMP: estimated 1528445 tape blocks.
DUMP: Volume 1 started with block 1 at: Mon Oct 27 12:40:05 2003
DUMP: dumping (Pass III) [directories]
DUMP: dumping (Pass IV) [regular files]
DUMP: 16.00% done at 812 kB/s, finished in 0:26
DUMP: 32.37% done at 823 kB/s, finished in 0:20
DUMP: write error 511870 blocks into volume 1: Input/output error
DUMP: fopen on /dev/tty fails: No such device or address
DUMP: The ENTIRE dump is aborted.
Если написать параметры:
dump dsbf 327670 130000 64 /dev/nst0 /opt
То то-же самое почти...
DUMP: Date of this level 0 dump: Mon Oct 27 12:36:46 2003
DUMP: Dumping /dev/sda5 (/opt) to /dev/nst0
DUMP: Added inode 8 to exclude list (journal inode)
DUMP: Added inode 7 to exclude list (resize inode)
DUMP: Label: none
DUMP: mapping (Pass I) [regular files]
DUMP: mapping (Pass II) [directories]
DUMP: estimated 1528348 tape blocks on 0.01 tape(s).
DUMP: Volume 1 started with block 1 at: Mon Oct 27 12:36:48 2003
DUMP: dumping (Pass III) [directories]
DUMP: dumping (Pass IV) [regular files]
DUMP: write error 80832 blocks into volume 1: Input/output error
DUMP: fopen on /dev/tty fails: No such device or address
DUMP: The ENTIRE dump is aborted.
Похоже это с длиной ленты связано...
Пробовал менять размер блока и длину - не помогает - тоже самое...
Пожалуйста помогите, как правильно задать длину ленты и размер блока для этого устройства?
Объем бакапа равен примерно 14G. То есть должен умещаться на 40-80G - тем более что показывает estimated 1528348 tape blocks on 0.01 tape(s).
Кстати параметры ленты:
mt -f /dev/st0 status такие:
SCSI 2 tape drive:
File number=0, block number=0, partition=0.
Tape block size 0 bytes. Density code 0x40 (no translation).
Soft error count since last status=0
General status bits on (41010000):
BOT ONLINE IM_REP_EN
Очень смущает block size 0 bytes.
И еще Density code 0x40 (no translation). Если это плотность ленты 64, то это сколько (параметр d)? - понимаю что вопрос глуп, но все-же.
Заранее спасибо...
|