Editing Uninstall

Jump to: navigation, search

Warning: You are not logged in.

Your IP address will be recorded in this page's edit history.
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision Your text
Line 17: Line 17:
 
<syntaxhighlight lang="bash">
 
<syntaxhighlight lang="bash">
 
sudo zpool list
 
sudo zpool list
 +
</syntaxhighlight>
  
#For each pool listed
+
Then for each pool listed
sudo zpool export $pool1name
+
<syntaxhighlight lang="bash">
sudo zpool export $pool2name
+
sudo zpool export $poolname
...
+
</syntaxhighlight>
#Verify all the pools have been exported.
+
 
 +
*Verify all the pools have been exported.
 +
<syntaxhighlight lang="bash">
 
sudo zpool status
 
sudo zpool status
 
</syntaxhighlight>
 
</syntaxhighlight>
  
 
*Now drag and drop the file uninstall-openzfsonosx.sh onto your Terminal window. Or just type
 
*Now drag and drop the file uninstall-openzfsonosx.sh onto your Terminal window. Or just type
 
 
<syntaxhighlight lang="bash">
 
<syntaxhighlight lang="bash">
 
/Volumes/OpenZFS*/Docs\ \&\ Scripts/uninstall-openzfsonosx.sh
 
/Volumes/OpenZFS*/Docs\ \&\ Scripts/uninstall-openzfsonosx.sh

Please note that all contributions to OpenZFS on OS X may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see OpenZFS on OS X:Copyrights for details). Do not submit copyrighted work without permission!

Cancel | Editing help (opens in new window)