Advertisement
teknoraver

reflink block size

Nov 28th, 2024
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.82 KB | None | 0 0
  1. $ ./testall.sh
  2. Creating FS with block size of 65536
  3. mount: /home/teknoraver/src/fs: fsconfig system call failed: Function not implemented.
  4. dmesg(1) may have more information after failed mount system call.
  5. umount: xfs: not mounted.
  6. Creating FS with block size of 32768
  7. mount: /home/teknoraver/src/fs: fsconfig system call failed: Function not implemented.
  8. dmesg(1) may have more information after failed mount system call.
  9. umount: xfs: not mounted.
  10. Creating FS with block size of 16384
  11. page: 16K
  12. Trying block size 16384K.. OK
  13. Trying block size 8192K.. errno = 22
  14. Creating FS with block size of 8192
  15. page: 16K
  16. Trying block size 16384K.. OK
  17. Trying block size 8192K.. OK
  18. Trying block size 4096K.. errno = 22
  19. Creating FS with block size of 4096
  20. page: 16K
  21. Trying block size 16384K.. OK
  22. Trying block size 8192K.. OK
  23. Trying block size 4096K.. OK
  24. Trying block size 2048K.. errno = 22
  25. Creating FS with block size of 2048
  26. page: 16K
  27. Trying block size 16384K.. OK
  28. Trying block size 8192K.. OK
  29. Trying block size 4096K.. OK
  30. Trying block size 2048K.. OK
  31. Trying block size 1024K.. errno = 22
  32. Creating FS with block size of 1024
  33. page: 16K
  34. Trying block size 16384K.. OK
  35. Trying block size 8192K.. OK
  36. Trying block size 4096K.. OK
  37. Trying block size 2048K.. OK
  38. Trying block size 1024K.. OK
  39. Trying block size 512K.. errno = 22
  40. Creating FS with block size of 512
  41. Minimum block size for CRC enabled filesystems is 1024 bytes.
  42. Usage: mkfs.xfs
  43. /* blocksize */ [-b size=num]
  44. /* config file */ [-c options=xxx]
  45. /* metadata */ [-m crc=0|1,finobt=0|1,uuid=xxx,rmapbt=0|1,reflink=0|1,
  46. inobtcount=0|1,bigtime=0|1]
  47. /* data subvol */ [-d agcount=n,agsize=n,file,name=xxx,size=num,
  48. (sunit=value,swidth=value|su=num,sw=num|noalign),
  49. sectsize=num
  50. /* force overwrite */ [-f]
  51. /* inode size */ [-i perblock=n|size=num,maxpct=n,attr=0|1|2,
  52. projid32bit=0|1,sparse=0|1,nrext64=0|1]
  53. /* no discard */ [-K]
  54. /* log subvol */ [-l agnum=n,internal,size=num,logdev=xxx,version=n
  55. sunit=value|su=num,sectsize=num,lazy-count=0|1]
  56. /* label */ [-L label (maximum 12 characters)]
  57. /* naming */ [-n size=num,version=2|ci,ftype=0|1]
  58. /* no-op info only */ [-N]
  59. /* prototype file */ [-p fname]
  60. /* quiet */ [-q]
  61. /* realtime subvol */ [-r extsize=num,size=num,rtdev=xxx]
  62. /* sectorsize */ [-s size=num]
  63. /* version */ [-V]
  64. devicename
  65. <devicename> is required unless -d name=xxx is given.
  66. <num> is xxx (bytes), xxxs (sectors), xxxb (fs blocks), xxxk (xxx KiB),
  67. xxxm (xxx MiB), xxxg (xxx GiB), xxxt (xxx TiB) or xxxp (xxx PiB).
  68. <value> is xxx (512 byte blocks).
  69. umount: xfs: not mounted.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement