Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ilovezfs/f948c6e45de5539c714be0c83f689de5 to your computer and use it in GitHub Desktop.
Save ilovezfs/f948c6e45de5539c714be0c83f689de5 to your computer and use it in GitHub Desktop.
joe@joes-Mac openzfs % for i in {1..5}; do echo "$i..."; sudo zpool create foo disk0 && sudo chown joe /Volumes/foo && touch /Volumes/foo/{a1.txt,a2.txt,a3.txt,a4.txt,a5.txt,a6.txt,a7.txt,a8.txt,a9.txt} && sudo zfs unmount foo && sudo zfs set com.apple.mimic=hfs foo && sudo zfs mount foo && sleep 15 && mdfind a1.txt && mdfind a2.txt && mdfind a3.txt && mdfind a4.txt && mdfind a5.txt && mdfind a6.txt && mdfind a7.txt && mdfind a8.txt && mdfind a9.txt && ls -i /Volumes/foo && sudo zpool destroy foo; done
1...
Volume foo on disk7s1 unmounted
18446744073709551606 a1.txt 18446744073709551609 a4.txt 18446744073709551612 a7.txt
18446744073709551607 a2.txt 18446744073709551610 a5.txt 18446744073709551613 a8.txt
18446744073709551608 a3.txt 18446744073709551611 a6.txt 18446744073709551614 a9.txt
Volume foo on disk7s1 unmounted
2...
Volume foo on disk7s1 unmounted
/Volumes/foo/a1.txt
/Volumes/foo/a2.txt
/Volumes/foo/a3.txt
/Volumes/foo/a4.txt
/Volumes/foo/a5.txt
/Volumes/foo/a6.txt
/Volumes/foo/a7.txt
/Volumes/foo/a8.txt
/Volumes/foo/a9.txt
128 a1.txt 130 a3.txt 132 a5.txt 134 a7.txt 136 a9.txt
129 a2.txt 131 a4.txt 133 a6.txt 135 a8.txt
Volume foo on disk7s1 unmounted
3...
Volume foo on disk7s1 unmounted
/Volumes/foo/a1.txt
/Volumes/foo/a2.txt
/Volumes/foo/a3.txt
/Volumes/foo/a4.txt
/Volumes/foo/a5.txt
/Volumes/foo/a6.txt
/Volumes/foo/a7.txt
/Volumes/foo/a8.txt
/Volumes/foo/a9.txt
135 a1.txt 137 a3.txt 139 a5.txt 141 a7.txt 143 a9.txt
136 a2.txt 138 a4.txt 140 a6.txt 142 a8.txt
Volume foo on disk7s1 unmounted
4...
Volume foo on disk7s1 unmounted
18446744073709551605 a1.txt 18446744073709551608 a4.txt 18446744073709551611 a7.txt
18446744073709551606 a2.txt 18446744073709551609 a5.txt 18446744073709551612 a8.txt
18446744073709551607 a3.txt 18446744073709551610 a6.txt 18446744073709551613 a9.txt
Volume foo on disk7s1 unmounted
5...
Volume foo on disk7s1 unmounted
/Volumes/foo/a1.txt
/Volumes/foo/a2.txt
/Volumes/foo/a3.txt
/Volumes/foo/a4.txt
/Volumes/foo/a5.txt
/Volumes/foo/a6.txt
/Volumes/foo/a7.txt
/Volumes/foo/a8.txt
/Volumes/foo/a9.txt
130 a1.txt 132 a3.txt 134 a5.txt 136 a7.txt 138 a9.txt
131 a2.txt 133 a4.txt 135 a6.txt 137 a8.txt
Volume foo on disk7s1 unmounted
joe@joes-Mac openzfs %
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment