Navigation Menu

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/031cd12f7d8abc01653d045aa637067a to your computer and use it in GitHub Desktop.
Save ilovezfs/031cd12f7d8abc01653d045aa637067a to your computer and use it in GitHub Desktop.
joe@joes-Mac openzfs % for i in {1..5}; do echo "$i..."; sudo zpool create -O com.apple.mimic=hfs 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} && 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...
/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
2...
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
3...
/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
4...
18446744073709551607 a1.txt 18446744073709551610 a4.txt 18446744073709551613 a7.txt
18446744073709551608 a2.txt 18446744073709551611 a5.txt 18446744073709551614 a8.txt
18446744073709551609 a3.txt 18446744073709551612 a6.txt 18446744073709551615 a9.txt
Volume foo on disk7s1 unmounted
5...
/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