grahamperrin

16 GB Kingston DataTraveler 3.0 PMAP s/n 60A44C42539CE310C71C301D stress test failed

Dec 26th, 2020 (edited)
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.64 KB | None | 0 0
  1. Cross reference: https://pastebin.com/2SrjdCKw
  2.  
  3. ----
  4.  
  5. root@mowa219-gjp4-8570p:~ # ls /dev/da*
  6. /dev/da0 /dev/da0p1 /dev/da1 /dev/da1p1
  7. root@mowa219-gjp4-8570p:~ # gdisk /dev/da1
  8. GPT fdisk (gdisk) version 1.0.5
  9.  
  10. Partition table scan:
  11. MBR: protective
  12. BSD: not present
  13. APM: not present
  14. GPT: present
  15.  
  16. Found valid GPT with protective MBR; using GPT.
  17.  
  18. Command (? for help): p
  19. Disk /dev/da1: 30277632 sectors, 14.4 GiB
  20. Sector size (logical): 512 bytes
  21. Disk identifier (GUID): 0313CC62-C436-47B4-95B9-73616167E05E
  22. Partition table holds up to 128 entries
  23. Main partition table begins at sector 2 and ends at sector 33
  24. First usable sector is 34, last usable sector is 30277598
  25. Partitions will be aligned on 2-sector boundaries
  26. Total free space is 0 sectors (0 bytes)
  27.  
  28. Number Start (sector) End (sector) Size Code Name
  29. 1 34 30277598 14.4 GiB A503
  30.  
  31. Command (? for help): q
  32. root@mowa219-gjp4-8570p:~ # lsblk
  33. DEVICE MAJ:MIN SIZE TYPE LABEL MOUNT
  34. ada0 0:134 466G GPT - -
  35. ada0p1 0:136 200M efi gpt/efiboot0 -
  36. ada0p2 0:138 512K freebsd-boot gpt/gptboot0 -
  37. <FREE> -:- 492K - - -
  38. ada0p3 0:140 16G freebsd-swap gpt/swap0 SWAP
  39. ada0p3.eli 2:15 16G freebsd-swap - SWAP
  40. ada0p4 0:142 450G freebsd-zfs gpt/zfs0 <ZFS>
  41. ada0p4.eli 0:152 450G - - -
  42. <FREE> -:- 4.0K - - -
  43. da0 2:34 466G GPT - -
  44. <FREE> -:- 1.0M - - -
  45. da0p1 2:35 466G freebsd-zfs gpt/efiboot0 <ZFS>
  46. da1 2:42 14G GPT - -
  47. da1p1 2:43 14G freebsd-ufs - -
  48. root@mowa219-gjp4-8570p:~ # newfs -U /dev/da1p1
  49. /dev/da1p1: 14784.0MB (30277560 sectors) block size 32768, fragment size 4096
  50. using 24 cylinder groups of 625.22MB, 20007 blks, 80128 inodes.
  51. with soft updates
  52. super-block backups (for fsck_ffs -b #) at:
  53. 192, 1280640, 2561088, 3841536, 5121984, 6402432, 7682880, 8963328, 10243776,newfs: sbwrite: failed to write superblock: Input/output error
  54. root@mowa219-gjp4-8570p:~ # gdisk /dev/da1
  55. GPT fdisk (gdisk) version 1.0.5
  56.  
  57. Partition table scan:
  58. MBR: protective
  59. BSD: not present
  60. APM: not present
  61. GPT: present
  62.  
  63. Found valid GPT with protective MBR; using GPT.
  64.  
  65. Command (? for help): x
  66.  
  67. Expert command (? for help): z
  68. About to wipe out GPT on /dev/da1. Proceed? (Y/N): y
  69. Warning: The kernel may continue to use old or deleted partitions.
  70. You should reboot or remove the drive.
  71. GPT data structures destroyed! You may now partition the disk using fdisk or
  72. other utilities.
  73. Blank out MBR? (Y/N): y
  74. root@mowa219-gjp4-8570p:~ # gpart add -t freebsd-ufs /dev/da1
  75. gpart: No partitioning scheme found on geom /dev/da1. Create one first using 'gpart create'.
  76. root@mowa219-gjp4-8570p:~ # gdisk /dev/da1
  77. GPT fdisk (gdisk) version 1.0.5
  78.  
  79. Partition table scan:
  80. MBR: not present
  81. BSD: not present
  82. APM: not present
  83. GPT: not present
  84.  
  85. Creating new GPT entries in memory.
  86.  
  87. Command (? for help): w
  88.  
  89. Final checks complete. About to write GPT data. THIS WILL OVERWRITE EXISTING
  90. PARTITIONS!!
  91.  
  92. Do you want to proceed? (Y/N): y
  93. OK; writing new GUID partition table (GPT) to /dev/da1.
  94. Warning: The kernel may continue to use old or deleted partitions.
  95. You should reboot or remove the drive.
  96. The operation has completed successfully.
  97. root@mowa219-gjp4-8570p:~ # gpart add -t freebsd-ufs /dev/da1
  98. da1p1 added
  99. root@mowa219-gjp4-8570p:~ # newfs -U /dev/da1p1
  100. /dev/da1p1: 14784.0MB (30277560 sectors) block size 32768, fragment size 4096
  101. using 24 cylinder groups of 625.22MB, 20007 blks, 80128 inodes.
  102. with soft updates
  103. super-block backups (for fsck_ffs -b #) at:
  104. 192, 1280640, 2561088, 3841536, 5121984, 6402432, 7682880, 8963328, 10243776, 11524224, 12804672,newfs: sbwrite: failed to write superblock: Input/output error
  105. root@mowa219-gjp4-8570p:~ # gdisk /dev/da1
  106. GPT fdisk (gdisk) version 1.0.5
  107.  
  108. Partition table scan:
  109. MBR: protective
  110. BSD: not present
  111. APM: not present
  112. GPT: present
  113.  
  114. Found valid GPT with protective MBR; using GPT.
  115.  
  116. Command (? for help): q
  117. root@mowa219-gjp4-8570p:~ # sysctl vfs.read_max
  118. vfs.read_max: 256
  119. root@mowa219-gjp4-8570p:~ # sysctl vfs.read_max=64
  120. vfs.read_max: 256 -> 64
  121. root@mowa219-gjp4-8570p:~ # newfs -U /dev/da1p1
  122. /dev/da1p1: 14784.0MB (30277560 sectors) block size 32768, fragment size 4096
  123. using 24 cylinder groups of 625.22MB, 20007 blks, 80128 inodes.
  124. with soft updates
  125. super-block backups (for fsck_ffs -b #) at:
  126. 192, 1280640, 2561088, 3841536, 5121984, 6402432, 7682880, 8963328, 10243776, 11524224, 12804672, 14085120,newfs: sbwrite: failed to write superblock: Input/output error
  127. root@mowa219-gjp4-8570p:~ # sysctl vfs.read_max=32
  128. vfs.read_max: 64 -> 32
  129. root@mowa219-gjp4-8570p:~ # newfs -U /dev/da1p1
  130. /dev/da1p1: 14784.0MB (30277560 sectors) block size 32768, fragment size 4096
  131. using 24 cylinder groups of 625.22MB, 20007 blks, 80128 inodes.
  132. with soft updates
  133. super-block backups (for fsck_ffs -b #) at:
  134. 192, 1280640, 2561088, 3841536, 5121984, 6402432, 7682880, 8963328, 10243776, 11524224, 12804672, 14085120, 15365568, 16646016, 17926464,newfs: initcg: cgwrite: short write to block device: Input/output error
  135. root@mowa219-gjp4-8570p:~ # sysctl vfs.read_max=256
  136. vfs.read_max: 32 -> 256
  137. root@mowa219-gjp4-8570p:~ # newfs -U /dev/da1p1
  138. /dev/da1p1: 14784.0MB (30277560 sectors) block size 32768, fragment size 4096
  139. using 24 cylinder groups of 625.22MB, 20007 blks, 80128 inodes.
  140. with soft updates
  141. super-block backups (for fsck_ffs -b #) at:
  142. 192, 1280640, 2561088, 3841536, 5121984, 6402432, 7682880, 8963328, 10243776, 11524224, 12804672, 14085120, 15365568, 16646016, 17926464, 19206912,newfs: sbwrite: failed to write superblock: Input/output error
  143. root@mowa219-gjp4-8570p:~ # sysctl vfs.read_max=64
  144. vfs.read_max: 256 -> 64
  145. root@mowa219-gjp4-8570p:~ # newfs -U /dev/da1p1
  146. /dev/da1p1: 14784.0MB (30277560 sectors) block size 32768, fragment size 4096
  147. using 24 cylinder groups of 625.22MB, 20007 blks, 80128 inodes.
  148. with soft updates
  149. super-block backups (for fsck_ffs -b #) at:
  150. 192, 1280640, 2561088, 3841536, 5121984, 6402432, 7682880, 8963328, 10243776, 11524224, 12804672, 14085120, 15365568, 16646016, 17926464, 19206912, 20487360,newfs: sbwrite: failed to write superblock: Input/output error
  151. root@mowa219-gjp4-8570p:~ # sysctl kern.sched.preempt_thresh
  152. kern.sched.preempt_thresh: 224
  153. root@mowa219-gjp4-8570p:~ # newfs -U /dev/da1p1
  154. /dev/da1p1: 14784.0MB (30277560 sectors) block size 32768, fragment size 4096
  155. using 24 cylinder groups of 625.22MB, 20007 blks, 80128 inodes.
  156. with soft updates
  157. super-block backups (for fsck_ffs -b #) at:
  158. 192, 1280640, 2561088, 3841536, 5121984, 6402432, 7682880, 8963328, 10243776, 11524224, 12804672, 14085120, 15365568, 16646016, 17926464, 19206912, 20487360, 21767808,newfs: sbwrite: failed to write superblock: Input/output error
  159. root@mowa219-gjp4-8570p:~ # newfs -U /dev/da1p1
  160. /dev/da1p1: 14784.0MB (30277560 sectors) block size 32768, fragment size 4096
  161. using 24 cylinder groups of 625.22MB, 20007 blks, 80128 inodes.
  162. with soft updates
  163. super-block backups (for fsck_ffs -b #) at:
  164. 192, 1280640, 2561088, 3841536, 5121984, 6402432, 7682880, 8963328, 10243776, 11524224, 12804672, 14085120, 15365568, 16646016, 17926464, 19206912, 20487360, 21767808,
  165. 23048256,newfs: sbwrite: failed to write superblock: Input/output error
  166. root@mowa219-gjp4-8570p:~ # newfs -U /dev/da1p1
  167. /dev/da1p1: 14784.0MB (30277560 sectors) block size 32768, fragment size 4096
  168. using 24 cylinder groups of 625.22MB, 20007 blks, 80128 inodes.
  169. with soft updates
  170. super-block backups (for fsck_ffs -b #) at:
  171. 192, 1280640, 2561088, 3841536, 5121984, 6402432, 7682880, 8963328, 10243776, 11524224, 12804672, 14085120, 15365568, 16646016, 17926464, 19206912, 20487360, 21767808,
  172. 23048256, 24328704,newfs: sbwrite: failed to write superblock: Input/output error
  173. root@mowa219-gjp4-8570p:~ # newfs -U /dev/da1p1
  174. /dev/da1p1: 14784.0MB (30277560 sectors) block size 32768, fragment size 4096
  175. using 24 cylinder groups of 625.22MB, 20007 blks, 80128 inodes.
  176. with soft updates
  177. super-block backups (for fsck_ffs -b #) at:
  178. 192, 1280640, 2561088, 3841536, 5121984, 6402432, 7682880, 8963328, 10243776, 11524224, 12804672, 14085120, 15365568, 16646016, 17926464, 19206912, 20487360, 21767808,
  179. 23048256, 24328704, 25609152,newfs: sbwrite: failed to write superblock: Input/output error
  180. root@mowa219-gjp4-8570p:~ # newfs -U /dev/da1p1
  181. /dev/da1p1: 14784.0MB (30277560 sectors) block size 32768, fragment size 4096
  182. using 24 cylinder groups of 625.22MB, 20007 blks, 80128 inodes.
  183. with soft updates
  184. super-block backups (for fsck_ffs -b #) at:
  185. 192, 1280640, 2561088, 3841536, 5121984, 6402432, 7682880, 8963328, 10243776, 11524224, 12804672, 14085120, 15365568, 16646016, 17926464, 19206912, 20487360, 21767808,
  186. 23048256, 24328704, 25609152, 26889600,newfs: sbwrite: failed to write superblock: Input/output error
  187. root@mowa219-gjp4-8570p:~ # newfs -U /dev/da1p1
  188. /dev/da1p1: 14784.0MB (30277560 sectors) block size 32768, fragment size 4096
  189. using 24 cylinder groups of 625.22MB, 20007 blks, 80128 inodes.
  190. with soft updates
  191. super-block backups (for fsck_ffs -b #) at:
  192. 192, 1280640, 2561088, 3841536, 5121984, 6402432, 7682880, 8963328, 10243776, 11524224, 12804672, 14085120, 15365568, 16646016, 17926464, 19206912, 20487360, 21767808,
  193. 23048256, 24328704, 25609152, 26889600, 28170048,newfs: sbwrite: failed to write superblock: Input/output error
  194. root@mowa219-gjp4-8570p:~ # newfs -U /dev/da1p1
  195. /dev/da1p1: 14784.0MB (30277560 sectors) block size 32768, fragment size 4096
  196. using 24 cylinder groups of 625.22MB, 20007 blks, 80128 inodes.
  197. with soft updates
  198. super-block backups (for fsck_ffs -b #) at:
  199. 192, 1280640, 2561088, 3841536, 5121984, 6402432, 7682880, 8963328, 10243776, 11524224, 12804672, 14085120, 15365568, 16646016, 17926464, 19206912, 20487360, 21767808,
  200. 23048256, 24328704, 25609152, 26889600, 28170048, 29450496
  201. root@mowa219-gjp4-8570p:~ # newfs -U /dev/da1p1
  202. /dev/da1p1: 14784.0MB (30277560 sectors) block size 32768, fragment size 4096
  203. using 24 cylinder groups of 625.22MB, 20007 blks, 80128 inodes.
  204. with soft updates
  205. super-block backups (for fsck_ffs -b #) at:
  206. 192, 1280640, 2561088, 3841536, 5121984, 6402432, 7682880, 8963328, 10243776, 11524224, 12804672, 14085120, 15365568, 16646016, 17926464, 19206912, 20487360, 21767808,
  207. 23048256, 24328704, 25609152, 26889600, 28170048, 29450496
  208. root@mowa219-gjp4-8570p:~ # newfs -U /dev/da1p1
  209. /dev/da1p1: 14784.0MB (30277560 sectors) block size 32768, fragment size 4096
  210. using 24 cylinder groups of 625.22MB, 20007 blks, 80128 inodes.
  211. with soft updates
  212. super-block backups (for fsck_ffs -b #) at:
  213. 192, 1280640, 2561088, 3841536, 5121984, 6402432, 7682880, 8963328, 10243776, 11524224, 12804672, 14085120, 15365568, 16646016, 17926464, 19206912, 20487360, 21767808,
  214. 23048256, 24328704, 25609152, 26889600, 28170048, 29450496
  215. root@mowa219-gjp4-8570p:~ # time newfs -U /dev/da1p1
  216. /dev/da1p1: 14784.0MB (30277560 sectors) block size 32768, fragment size 4096
  217. using 24 cylinder groups of 625.22MB, 20007 blks, 80128 inodes.
  218. with soft updates
  219. super-block backups (for fsck_ffs -b #) at:
  220. 192, 1280640, 2561088, 3841536, 5121984, 6402432, 7682880, 8963328, 10243776, 11524224, 12804672, 14085120, 15365568, 16646016, 17926464, 19206912, 20487360, 21767808,
  221. 23048256, 24328704, 25609152, 26889600, 28170048, 29450496
  222. 0.000u 0.022s 0:34.29 0.0% 156+150k 7+110io 0pf+0w
  223. root@mowa219-gjp4-8570p:~ # tail -n 0 -f /var/log/messages
  224. Dec 26 12:30:34 mowa219-gjp4-8570p kernel: ugen0.6: <Kingston DataTraveler 3.0> at usbus0 (disconnected)
  225. Dec 26 12:30:34 mowa219-gjp4-8570p kernel: umass1: at uhub0, port 7, addr 7 (disconnected)
  226. Dec 26 12:30:34 mowa219-gjp4-8570p kernel: da1 at umass-sim1 bus 1 scbus7 target 0 lun 0
  227. Dec 26 12:30:34 mowa219-gjp4-8570p kernel: da1: <Kingston DataTraveler 3.0 PMAP> s/n 60A44C42539CE310C71C301D detached
  228. Dec 26 12:30:34 mowa219-gjp4-8570p kernel: (da1:umass-sim1:1:0:0): Periph destroyed
  229. Dec 26 12:30:34 mowa219-gjp4-8570p kernel: umass1: detached
  230. Dec 26 12:30:43 mowa219-gjp4-8570p kernel: ugen0.6: <Kingston DataTraveler 3.0> at usbus0
  231. Dec 26 12:30:43 mowa219-gjp4-8570p kernel: umass1 on uhub0
  232. Dec 26 12:30:43 mowa219-gjp4-8570p kernel: umass1: <Kingston DataTraveler 3.0, class 0/0, rev 3.10/1.10, addr 8> on usbus0
  233. Dec 26 12:30:43 mowa219-gjp4-8570p kernel: umass1: SCSI over Bulk-Only; quirks = 0x8100
  234. Dec 26 12:30:43 mowa219-gjp4-8570p kernel: umass1:7:1: Attached to scbus7
  235. Dec 26 12:30:43 mowa219-gjp4-8570p kernel: da1 at umass-sim1 bus 1 scbus7 target 0 lun 0
  236. Dec 26 12:30:43 mowa219-gjp4-8570p kernel: da1: <Kingston DataTraveler 3.0 PMAP> Removable Direct Access SPC-4 SCSI device
  237. Dec 26 12:30:43 mowa219-gjp4-8570p kernel: da1: Serial Number 60A44C42539CE310C71C301D
  238. Dec 26 12:30:43 mowa219-gjp4-8570p kernel: da1: 400.000MB/s transfers
  239. Dec 26 12:30:43 mowa219-gjp4-8570p kernel: da1: 14784MB (30277632 512 byte sectors)
  240. Dec 26 12:30:43 mowa219-gjp4-8570p kernel: da1: quirks=0x2<NO_6_BYTE>
  241. ^C
  242. root@mowa219-gjp4-8570p:~ # mount | grep ufs
  243. /dev/da1p1 on /media/da1p1 (ufs, local, noatime, soft-updates)
  244. root@mowa219-gjp4-8570p:~ # exit
  245. logout
  246. mowa219-gjp4-8570p% stressdisk cycle /media/da1p1
  247. 2020/12/26 12:37:33 statsfile "stressdisk_stats.json" does not exist -- will create
  248. 2020/12/26 12:37:33 Removing 0 check files
  249. 2020/12/26 12:37:33 Starting round 1
  250. 2020/12/26 12:37:33 No check files - generating
  251. 2020/12/26 12:37:33 Couldn't open file "/media/da1p1/TST_0000" for write: open /media/da1p1/TST_0000: permission denied
  252. mowa219-gjp4-8570p% su -
  253. Password:
  254. root@mowa219-gjp4-8570p:~ # stressdisk cycle /media/da1p1
  255. 2020/12/26 12:38:02 loaded statsfile "stressdisk_stats.json"
  256. 2020/12/26 12:38:02
  257. Bytes read: 0 MByte ( 0.00 MByte/s)
  258. Bytes written: 4154 MByte ( 44.95 MByte/s)
  259. Errors: 0
  260. Elapsed time: 1.202568ms
  261.  
  262. 2020/12/26 12:38:02 Removing 0 check files
  263. 2020/12/26 12:38:02 Starting round 1
  264. 2020/12/26 12:38:02 No check files - generating
  265. 2020/12/26 12:38:02 Writing file "/media/da1p1/TST_0000" size 1000000000
  266. 2020/12/26 12:39:02
  267. Bytes read: 0 MByte ( 0.00 MByte/s)
  268. Bytes written: 4612 MByte ( 30.26 MByte/s)
  269. Errors: 0
  270. Elapsed time: 1m0.007942619s
  271.  
  272. 2020/12/26 12:40:02
  273. Bytes read: 0 MByte ( 0.00 MByte/s)
  274. Bytes written: 5050 MByte ( 23.78 MByte/s)
  275. Errors: 0
  276. Elapsed time: 2m0.007917772s
  277.  
  278. 2020/12/26 12:40:23 Writing file "/media/da1p1/TST_0001" size 1000000000
  279. 2020/12/26 12:41:02
  280. Bytes read: 0 MByte ( 0.00 MByte/s)
  281. Bytes written: 5252 MByte ( 19.62 MByte/s)
  282. Errors: 0
  283. Elapsed time: 3m0.002981331s
  284.  
  285. 2020/12/26 12:42:02
  286. Bytes read: 0 MByte ( 0.00 MByte/s)
  287. Bytes written: 5328 MByte ( 16.26 MByte/s)
  288. Errors: 0
  289. Elapsed time: 4m0.002888419s
  290.  
  291. 2020/12/26 12:42:03 Error while writing "/media/da1p1/TST_0001"
  292. 2020/12/26 12:42:03 Removing incomplete file "/media/da1p1/TST_0001"
  293. 2020/12/26 12:42:03 Failed to remove incomplete file "/media/da1p1/TST_0001": remove /media/da1p1/TST_0001: no such file or directory
  294. root@mowa219-gjp4-8570p:~ #
  295.  
Add Comment
Please, Sign In to add comment