YShinkarev

Untitled

Feb 6th, 2016
215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.06 KB | None | 0 0
  1. ********************** DISK **********************
  2.  
  3. script will use the following disk:
  4.  
  5. Модель: ATA WDC WD5000AAKX-0 (scsi)
  6. Диск /dev/sda: 500GB
  7. Размер сектора (логич./физич.): 512B/512B
  8. Таблица разделов: gpt
  9. Флаги диска:
  10.  
  11. Номер Начало Конец Размер Файловая система Имя Флаги
  12.  
  13. is this REALLY the disk you want? [y] y
  14.  
  15. ********************** IMAGE **********************
  16.  
  17. swap.c:12:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
  18. main(int argc, char *argv[])
  19. ^
  20. swap.c: In function ‘main’:
  21. swap.c:32:9: warning: implicit declaration of function ‘lseek64’ [-Wimplicit-function-declaration]
  22. if (lseek64(fd, offset, 0) < 0LL) {
  23. ^
  24.  
  25. ********************** IMPLEMENTATION **********************
  26.  
  27. everything is now prepared!
  28. device: /dev/sda
  29. image_img: ./rootfs.img
  30. destroy: true
  31.  
  32. this is the point of no return, continue? [y] y
  33.  
  34. 32+0 записей получено
  35. 32+0 записей отправлено
  36. скопировано 33554432 байта (34 MB), 0,0287047 c, 1,2 GB/c
  37. 32+0 записей получено
  38. 32+0 записей отправлено
  39. скопировано 33554432 байта (34 MB), 0,0312585 c, 1,1 GB/c
  40. 32+0 записей получено
  41. 32+0 записей отправлено
  42. скопировано 33554432 байта (34 MB), 0,02996 c, 1,1 GB/c
  43. 32+0 записей получено
  44. 32+0 записей отправлено
  45. скопировано 33554432 байта (34 MB), 0,0287912 c, 1,2 GB/c
  46. Testing with pattern 0x00: done
  47. Reading and comparing: done
  48. GNU Parted 3.2
  49. Используется /dev/sda
  50. Добро пожаловать в GNU Parted! Наберите 'help' для просмотра списка команд.
  51. (parted) mklabel gpt
  52. (parted) mkpart primary 528M 2576M
  53. (parted) mkpart primary 2576M 4624M
  54. (parted) mkpart primary 16M 528M
  55. (parted) mkpart primary 4624M -37444M
  56. (parted) set 1 raid on
  57. (parted) set 2 raid on
  58. (parted) quit
  59. Информация: Не забудьте обновить /etc/fstab.
  60.  
  61. Warning: blocksize 65536 not usable on most systems.
  62. mke2fs 1.42.12 (29-Aug-2014)
  63. mkfs.ext4: 65536-byte blocks too big for system (max 4096)
  64. Proceed anyway? (y,n) y
  65. Warning: 65536-byte blocks too big for system (max 4096), forced to continue
  66.  
  67. Filesystem too small for a journal
  68. Discarding device blocks: done
  69. Creating filesystem with 512 64k blocks and 512 inodes
  70.  
  71. Allocating group tables: done
  72. Сохранение таблицы inod'ов: done
  73. Writing superblocks and filesystem accounting information: готово
  74.  
  75.  
  76. destroying was done, would you like to continue with installation? [y] y
  77.  
  78. mdadm: /dev/sda1 is not a block device
  79. mdadm: Cannot find /dev/md0: No such file or directory
  80. mke2fs 1.42.12 (29-Aug-2014)
  81. The file /dev/md0 does not exist and no size was specified.
  82. mdadm: error opening /dev/md0: No such file or directory
  83.  
  84. synchronize raid... mdadm: Cannot find /dev/md0: No such file or directory
  85. done
  86.  
  87. copying image to disk...
  88. dd: запись в «/dev/md0»: На устройстве не осталось свободного места
  89. 2847249+0 записей получено
  90. 2847248+0 записей отправлено
  91. скопировано 1457790976 байт (1,5 GB), 30,0183 c, 48,6 MB/c
  92. mount: wrong fs type, bad option, bad superblock on /dev/loop0,
  93. missing codepage or helper program, or other error
  94.  
  95. In some cases useful info is found in syslog - try
  96. dmesg | tail or so.
  97. cp: не удалось выполнить stat для «/mnt/md0/usr/local/share/bootmd0.scr»: Нет такого файла или каталога
  98. ./debricker.sh: строка 359: /mnt/md0/etc/nas/service_startup/ssh: Нет такого файла или каталога
  99. umount: /mnt/md0: not mounted
  100. mdadm: /dev/md0 does not appear to be an md device
  101. BLKGETSIZE: Inappropriate ioctl for device
  102. BLKGETSIZE: Inappropriate ioctl for device
  103.  
  104. all done! device should be debricked!
Advertisement
Add Comment
Please, Sign In to add comment