URL: https://www.opennet.me/cgi-bin/openforum/vsluhboard.cgi
Форум: vsluhforumID1
Нить номер: 67889
[ Назад ]

Исходное сообщение
"dump - что он хочет %)"

Отправлено logka , 27-Июл-06 16:29 
Привет !
Вот пытаюсь задампить корневой раздел привычной командой.
В итоге
root#bm0[0]~>dump -0 -f/storage/backup/bm0.root.dump /
  DUMP: WARNING: should use -L when dumping live read-write filesystems!
  DUMP: Date of this level 0 dump: Thu Jul 27 15:24:01 2006
  DUMP: Date of last level 0 dump: the epoch
  DUMP: Dumping /dev/twed0s1a (/) to /storage/backup/bm0.root.dump
  DUMP: mapping (Pass I) [regular files]
  DUMP: mapping (Pass II) [directories]
  DUMP: estimated 369842 tape blocks on 9.49 tape(s).
  DUMP: dumping (Pass III) [directories]
  DUMP: dumping (Pass IV) [regular files]
  DUMP: Closing /storage/backup/bm0.root.dump
  DUMP: Change Volumes: Mount volume #2
  DUMP: Is the new volume mounted and ready to go?: ("yes" or "no") no
  DUMP: Do you want to abort?: ("yes" or "no") no
  DUMP: Is the new volume mounted and ready to go?: ("yes" or "no") yes
  DUMP: Volume 2 begins with blocks from inode 447963
  DUMP: Closing /storage/backup/bm0.root.dump
  DUMP: Change Volumes: Mount volume #3
  DUMP: Is the new volume mounted and ready to go?: ("yes" or "no") yes
  DUMP: Volume 3 begins with blocks from inode 494661
  DUMP: Closing /storage/backup/bm0.root.dump
  DUMP: Change Volumes: Mount volume #4
  DUMP: Is the new volume mounted and ready to go?: ("yes" or "no") yes
  DUMP: Volume 4 begins with blocks from inode 494661
  DUMP: Closing /storage/backup/bm0.root.dump
  DUMP: Change Volumes: Mount volume #5
  DUMP: Is the new volume mounted and ready to go?: ("yes" or "no") yes
  DUMP: Volume 5 begins with blocks from inode 494661
  DUMP: Closing /storage/backup/bm0.root.dump
  DUMP: Change Volumes: Mount volume #6
  DUMP: Is the new volume mounted and ready to go?: ("yes" or "no") yes
  DUMP: Volume 6 begins with blocks from inode 494779
  DUMP: Closing /storage/backup/bm0.root.dump
  DUMP: Change Volumes: Mount volume #7
  DUMP: Is the new volume mounted and ready to go?: ("yes" or "no") yes
  DUMP: Volume 7 begins with blocks from inode 494782
  DUMP: Closing /storage/backup/bm0.root.dump
  DUMP: Change Volumes: Mount volume #8
  DUMP: Is the new volume mounted and ready to go?: ("yes" or "no") yes
  DUMP: Volume 8 begins with blocks from inode 494971
  DUMP: Closing /storage/backup/bm0.root.dump
  DUMP: Change Volumes: Mount volume #9
  DUMP: Is the new volume mounted and ready to go?: ("yes" or "no")

И так дальше. Обьясните плз, что это за смены номера волима ?
На других системах этого нет... может это изза того что рейд?


Содержание

Сообщения в этом обсуждении
"dump - что он хочет %)"
Отправлено bm , 27-Июл-06 17:35 
>Привет !
>Вот пытаюсь задампить корневой раздел привычной командой.
>В итоге
>root#bm0[0]~>dump -0 -f/storage/backup/bm0.root.dump /
>  DUMP: WARNING: should use -L when dumping live read-write filesystems!

Добавьте ему опцию -a. Должно помочь:

     -a      ``auto-size''.  Bypass all tape length considerations, and
             enforce writing until an end-of-media indication is returned.
             This fits best for most modern tape drives.  Use of this option
             is particularly recommended when appending to an existing tape,
             or using a tape drive with hardware compression (where you can
             never be sure about the compression ratio).