Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Blame | Last modification | View Log | Download | RSS feed

  1. /> umka_init
  2. /> disk_add ../img/xfs_v4_files_s05k_b4k_n8k.img hd0 -c 0
  3. /hd0/1: xfs
  4. # hole begin
  5. # zero length
  6. /> read70 /hd0/1/hole_begin 0 0 -b
  7. status = 0 success, count = 0
  8.  
  9. /> read70 /hd0/1/hole_begin 1 0 -b
  10. status = 0 success, count = 0
  11.  
  12. /> read70 /hd0/1/hole_begin 0x3ffe 0 -b
  13. status = 0 success, count = 0
  14.  
  15. /> read70 /hd0/1/hole_begin 0x3fff 0 -b
  16. status = 0 success, count = 0
  17.  
  18. /> read70 /hd0/1/hole_begin 0x4000 0 -b
  19. status = 0 success, count = 0
  20.  
  21. /> read70 /hd0/1/hole_begin 0x4001 0 -b
  22. status = 0 success, count = 0
  23.  
  24. # one-byte length
  25. /> read70 /hd0/1/hole_begin 0 1 -b
  26. status = 0 success, count = 1
  27. 00
  28. /> read70 /hd0/1/hole_begin 1 1 -b
  29. status = 0 success, count = 1
  30. 00
  31. /> read70 /hd0/1/hole_begin 0x3ffe 1 -b
  32. status = 0 success, count = 1
  33. 00
  34. /> read70 /hd0/1/hole_begin 0x3fff 1 -b
  35. status = 0 success, count = 1
  36. 00
  37. /> read70 /hd0/1/hole_begin 0x4000 1 -b
  38. status = 0 success, count = 1
  39. 00
  40. /> read70 /hd0/1/hole_begin 0x4001 1 -b
  41. status = 0 success, count = 1
  42. 40
  43. # fixed-size block, different begin/end positions
  44. /> read70 /hd0/1/hole_begin 0 11 -b
  45. status = 0 success, count = 11
  46. 0000000000000000000000
  47. /> read70 /hd0/1/hole_begin 1 11 -b
  48. status = 0 success, count = 11
  49. 0000000000000000000000
  50. /> read70 /hd0/1/hole_begin 0x3ff4 11 -b
  51. status = 0 success, count = 11
  52. 0000000000000000000000
  53. /> read70 /hd0/1/hole_begin 0x3ff5 11 -b
  54. status = 0 success, count = 11
  55. 0000000000000000000000
  56. /> read70 /hd0/1/hole_begin 0x3ff6 11 -b
  57. status = 0 success, count = 11
  58. 0000000000000000000000
  59. /> read70 /hd0/1/hole_begin 0x3ff7 11 -b
  60. status = 0 success, count = 11
  61. 0000000000000000000040
  62. /> read70 /hd0/1/hole_begin 0x3ffe 11 -b
  63. status = 0 success, count = 11
  64. 0000004002400440064008
  65. /> read70 /hd0/1/hole_begin 0x3fff 11 -b
  66. status = 0 success, count = 11
  67. 0000400240044006400840
  68. /> read70 /hd0/1/hole_begin 0x4000 11 -b
  69. status = 0 success, count = 11
  70. 004002400440064008400a
  71. /> read70 /hd0/1/hole_begin 0x4001 11 -b
  72. status = 0 success, count = 11
  73. 4002400440064008400a40
  74.  
  75. # hole middle
  76. # zero length
  77. /> read70 /hd0/1/hole_middle 0x7ffe 0 -b
  78. status = 0 success, count = 0
  79.  
  80. /> read70 /hd0/1/hole_middle 0x7fff 0 -b
  81. status = 0 success, count = 0
  82.  
  83. /> read70 /hd0/1/hole_middle 0x8000 0 -b
  84. status = 0 success, count = 0
  85.  
  86. /> read70 /hd0/1/hole_middle 0x8001 0 -b
  87. status = 0 success, count = 0
  88.  
  89. /> read70 /hd0/1/hole_middle 0xbffe 0 -b
  90. status = 0 success, count = 0
  91.  
  92. /> read70 /hd0/1/hole_middle 0xbfff 0 -b
  93. status = 0 success, count = 0
  94.  
  95. /> read70 /hd0/1/hole_middle 0xc000 0 -b
  96. status = 0 success, count = 0
  97.  
  98. /> read70 /hd0/1/hole_middle 0xc001 0 -b
  99. status = 0 success, count = 0
  100.  
  101. # one-byte length
  102. /> read70 /hd0/1/hole_middle 0x7ffe 1 -b
  103. status = 0 success, count = 1
  104. fe
  105. /> read70 /hd0/1/hole_middle 0x7fff 1 -b
  106. status = 0 success, count = 1
  107. 7f
  108. /> read70 /hd0/1/hole_middle 0x8000 1 -b
  109. status = 0 success, count = 1
  110. 00
  111. /> read70 /hd0/1/hole_middle 0x8001 1 -b
  112. status = 0 success, count = 1
  113. 00
  114. /> read70 /hd0/1/hole_middle 0xbffe 1 -b
  115. status = 0 success, count = 1
  116. 00
  117. /> read70 /hd0/1/hole_middle 0xbfff 1 -b
  118. status = 0 success, count = 1
  119. 00
  120. /> read70 /hd0/1/hole_middle 0xc000 1 -b
  121. status = 0 success, count = 1
  122. 00
  123. /> read70 /hd0/1/hole_middle 0xc001 1 -b
  124. status = 0 success, count = 1
  125. c0
  126. # fixed-size block, different begin/end positions
  127. /> read70 /hd0/1/hole_middle 0x7ff4 11 -b
  128. status = 0 success, count = 11
  129. f47ff67ff87ffa7ffc7ffe
  130. /> read70 /hd0/1/hole_middle 0x7ff5 11 -b
  131. status = 0 success, count = 11
  132. 7ff67ff87ffa7ffc7ffe7f
  133. /> read70 /hd0/1/hole_middle 0x7ff6 11 -b
  134. status = 0 success, count = 11
  135. f67ff87ffa7ffc7ffe7f00
  136. /> read70 /hd0/1/hole_middle 0x7ff7 11 -b
  137. status = 0 success, count = 11
  138. 7ff87ffa7ffc7ffe7f0000
  139. /> read70 /hd0/1/hole_middle 0x7ffe 11 -b
  140. status = 0 success, count = 11
  141. fe7f000000000000000000
  142. /> read70 /hd0/1/hole_middle 0x7fff 11 -b
  143. status = 0 success, count = 11
  144. 7f00000000000000000000
  145. /> read70 /hd0/1/hole_middle 0x8000 11 -b
  146. status = 0 success, count = 11
  147. 0000000000000000000000
  148. /> read70 /hd0/1/hole_middle 0x8001 11 -b
  149. status = 0 success, count = 11
  150. 0000000000000000000000
  151. /> read70 /hd0/1/hole_middle 0xbff4 11 -b
  152. status = 0 success, count = 11
  153. 0000000000000000000000
  154. /> read70 /hd0/1/hole_middle 0xbff5 11 -b
  155. status = 0 success, count = 11
  156. 0000000000000000000000
  157. /> read70 /hd0/1/hole_middle 0xbff6 11 -b
  158. status = 0 success, count = 11
  159. 0000000000000000000000
  160. /> read70 /hd0/1/hole_middle 0xbff7 11 -b
  161. status = 0 success, count = 11
  162. 00000000000000000000c0
  163. /> read70 /hd0/1/hole_middle 0xbffe 11 -b
  164. status = 0 success, count = 11
  165. 000000c002c004c006c008
  166. /> read70 /hd0/1/hole_middle 0xbfff 11 -b
  167. status = 0 success, count = 11
  168. 0000c002c004c006c008c0
  169. /> read70 /hd0/1/hole_middle 0xc000 11 -b
  170. status = 0 success, count = 11
  171. 00c002c004c006c008c00a
  172. /> read70 /hd0/1/hole_middle 0xc001 11 -b
  173. status = 0 success, count = 11
  174. c002c004c006c008c00ac0
  175.  
  176. # hole end
  177. # zero length
  178. /> read70 /hd0/1/hole_end 0xbffe 0 -b
  179. status = 0 success, count = 0
  180.  
  181. /> read70 /hd0/1/hole_end 0xbfff 0 -b
  182. status = 0 success, count = 0
  183.  
  184. /> read70 /hd0/1/hole_end 0xc000 0 -b
  185. status = 0 success, count = 0
  186.  
  187. /> read70 /hd0/1/hole_end 0xc001 0 -b
  188. status = 0 success, count = 0
  189.  
  190. /> read70 /hd0/1/hole_end 0xfffe 0 -b
  191. status = 0 success, count = 0
  192.  
  193. /> read70 /hd0/1/hole_end 0xffff 0 -b
  194. status = 0 success, count = 0
  195.  
  196. /> read70 /hd0/1/hole_end 0x10000 0 -b
  197. status = 0 success, count = 0
  198.  
  199. /> read70 /hd0/1/hole_end 0x10001 0 -b
  200. status = 0 success, count = 0
  201.  
  202. # one-byte length
  203. /> read70 /hd0/1/hole_end 0xbffe 1 -b
  204. status = 0 success, count = 1
  205. fe
  206. /> read70 /hd0/1/hole_end 0xbfff 1 -b
  207. status = 0 success, count = 1
  208. bf
  209. /> read70 /hd0/1/hole_end 0xc000 1 -b
  210. status = 0 success, count = 1
  211. 00
  212. /> read70 /hd0/1/hole_end 0xc001 1 -b
  213. status = 0 success, count = 1
  214. 00
  215. /> read70 /hd0/1/hole_end 0xfffe 1 -b
  216. status = 0 success, count = 1
  217. 00
  218. /> read70 /hd0/1/hole_end 0xffff 1 -b
  219. status = 0 success, count = 1
  220. 00
  221. /> read70 /hd0/1/hole_end 0x10000 1 -b
  222. status = 6 end_of_file, count = 0
  223.  
  224. /> read70 /hd0/1/hole_end 0x10001 1 -b
  225. status = 6 end_of_file, count = 0
  226.  
  227. # fixed-size block, different begin/end positions
  228. /> read70 /hd0/1/hole_end 0xbff4 11 -b
  229. status = 0 success, count = 11
  230. f4bff6bff8bffabffcbffe
  231. /> read70 /hd0/1/hole_end 0xbff5 11 -b
  232. status = 0 success, count = 11
  233. bff6bff8bffabffcbffebf
  234. /> read70 /hd0/1/hole_end 0xbff6 11 -b
  235. status = 0 success, count = 11
  236. f6bff8bffabffcbffebf00
  237. /> read70 /hd0/1/hole_end 0xbff7 11 -b
  238. status = 0 success, count = 11
  239. bff8bffabffcbffebf0000
  240. /> read70 /hd0/1/hole_end 0xbffe 11 -b
  241. status = 0 success, count = 11
  242. febf000000000000000000
  243. /> read70 /hd0/1/hole_end 0xbfff 11 -b
  244. status = 0 success, count = 11
  245. bf00000000000000000000
  246. /> read70 /hd0/1/hole_end 0xc000 11 -b
  247. status = 0 success, count = 11
  248. 0000000000000000000000
  249. /> read70 /hd0/1/hole_end 0xc001 11 -b
  250. status = 0 success, count = 11
  251. 0000000000000000000000
  252. /> read70 /hd0/1/hole_end 0xfff4 11 -b
  253. status = 0 success, count = 11
  254. 0000000000000000000000
  255. /> read70 /hd0/1/hole_end 0xfff5 11 -b
  256. status = 0 success, count = 11
  257. 0000000000000000000000
  258. /> read70 /hd0/1/hole_end 0xfff6 11 -b
  259. status = 6 end_of_file, count = 10
  260. 00000000000000000000
  261. /> read70 /hd0/1/hole_end 0xfff7 11 -b
  262. status = 6 end_of_file, count = 9
  263. 000000000000000000
  264. /> read70 /hd0/1/hole_end 0xfffe 11 -b
  265. status = 6 end_of_file, count = 2
  266. 0000
  267. /> read70 /hd0/1/hole_end 0xffff 11 -b
  268. status = 6 end_of_file, count = 1
  269. 00
  270. /> read70 /hd0/1/hole_end 0x10000 11 -b
  271. status = 6 end_of_file, count = 0
  272.  
  273. /> read70 /hd0/1/hole_end 0x10001 11 -b
  274. status = 6 end_of_file, count = 0
  275.  
  276.