<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="https://openzfsonosx.org/w/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://openzfsonosx.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=91.55.58.60</id>
		<title>OpenZFS on OS X - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="https://openzfsonosx.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=91.55.58.60"/>
		<link rel="alternate" type="text/html" href="https://openzfsonosx.org/wiki/Special:Contributions/91.55.58.60"/>
		<updated>2026-05-09T21:53:38Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.22.3</generator>

	<entry>
		<id>https://openzfsonosx.org/wiki/Windows_import</id>
		<title>Windows import</title>
		<link rel="alternate" type="text/html" href="https://openzfsonosx.org/wiki/Windows_import"/>
				<updated>2024-04-07T19:07:54Z</updated>
		
		<summary type="html">&lt;p&gt;91.55.58.60: /* Alternatives */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Import ==&lt;br /&gt;
&lt;br /&gt;
Once OpenZFSonWindows matures, automatic pool import on boot will be part of the system setup. &lt;br /&gt;
&lt;br /&gt;
But for now, you will have to import pools by hand after each boot.&lt;br /&gt;
&lt;br /&gt;
=== Alternatives ===&lt;br /&gt;
&lt;br /&gt;
 Wowfunhappy commented 9 hours ago • &lt;br /&gt;
 For what it's worth, I'm currently using task scheduler to import my pool on startup.&lt;br /&gt;
 &lt;br /&gt;
 Open Task Scheduler → Action → Create Task:&lt;br /&gt;
 • General:&lt;br /&gt;
 	• Name: Mount [pool name]&lt;br /&gt;
 	• Run with highest privileges: Enabled&lt;br /&gt;
 • Triggers → New → Begin the task: At log on&lt;br /&gt;
 • Actions → New&lt;br /&gt;
 	• Action: Start a program&lt;br /&gt;
 	• Program/script: zpool&lt;br /&gt;
 	• Add arguments: import [any additional options you want] [pool name]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
As an option especially for backup pools on USB (poolname usb)&lt;br /&gt;
Create a file import_usb.bat on desktop with content&lt;br /&gt;
:zpool import -f usb&lt;br /&gt;
:cls&lt;br /&gt;
:zpool list&lt;br /&gt;
:timeout /t 5&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Create a file export_usb.bat on desktop&lt;br /&gt;
:zpool export -f usb&lt;br /&gt;
:cls&lt;br /&gt;
:zpool list&lt;br /&gt;
:timeout /t 5&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Create a file pool_status.bat on desktop&lt;br /&gt;
:cls&lt;br /&gt;
:zpool list&lt;br /&gt;
:timeout /t 5&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Start the scripts with a mouse right click -&amp;gt; as admin&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Important for removeable pools on USB:&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Always export prior disconnect or pool is in suspended mode:&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This can only be fixed by a reboot/reset.&lt;/div&gt;</summary>
		<author><name>91.55.58.60</name></author>	</entry>

	<entry>
		<id>https://openzfsonosx.org/wiki/Windows_import</id>
		<title>Windows import</title>
		<link rel="alternate" type="text/html" href="https://openzfsonosx.org/wiki/Windows_import"/>
				<updated>2024-04-07T19:06:22Z</updated>
		
		<summary type="html">&lt;p&gt;91.55.58.60: /* Alternatives */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Import ==&lt;br /&gt;
&lt;br /&gt;
Once OpenZFSonWindows matures, automatic pool import on boot will be part of the system setup. &lt;br /&gt;
&lt;br /&gt;
But for now, you will have to import pools by hand after each boot.&lt;br /&gt;
&lt;br /&gt;
=== Alternatives ===&lt;br /&gt;
&lt;br /&gt;
 Wowfunhappy commented 9 hours ago • &lt;br /&gt;
 For what it's worth, I'm currently using task scheduler to import my pool on startup.&lt;br /&gt;
 &lt;br /&gt;
 Open Task Scheduler → Action → Create Task:&lt;br /&gt;
 • General:&lt;br /&gt;
 	• Name: Mount [pool name]&lt;br /&gt;
 	• Run with highest privileges: Enabled&lt;br /&gt;
 • Triggers → New → Begin the task: At log on&lt;br /&gt;
 • Actions → New&lt;br /&gt;
 	• Action: Start a program&lt;br /&gt;
 	• Program/script: zpool&lt;br /&gt;
 	• Add arguments: import [any additional options you want] [pool name]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
As an option especially for backup pools on USB (poolname usb)&lt;br /&gt;
Create a file import_usb.bat on desktop with content&lt;br /&gt;
:zpool import -f usb&lt;br /&gt;
:cls&lt;br /&gt;
:zpool list&lt;br /&gt;
:timeout /t 5&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Create a file export_usb.bat on desktop&lt;br /&gt;
:zpool export -f usb&lt;br /&gt;
:cls&lt;br /&gt;
:zpool list&lt;br /&gt;
:timeout /t 5&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Create a file pool_status.bat on desktop&lt;br /&gt;
:cls&lt;br /&gt;
:zpool list&lt;br /&gt;
:timeout /t 5&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Start the scripts with a mouse right click -&amp;gt; as admin&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Important for removeable pools on USB:&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Always export prior disconnect or pool is in suspended mode:&lt;br /&gt;
This can only be fixes by a reboot/reset.&lt;/div&gt;</summary>
		<author><name>91.55.58.60</name></author>	</entry>

	<entry>
		<id>https://openzfsonosx.org/wiki/Windows_import</id>
		<title>Windows import</title>
		<link rel="alternate" type="text/html" href="https://openzfsonosx.org/wiki/Windows_import"/>
				<updated>2024-04-07T19:05:14Z</updated>
		
		<summary type="html">&lt;p&gt;91.55.58.60: /* Alternatives */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Import ==&lt;br /&gt;
&lt;br /&gt;
Once OpenZFSonWindows matures, automatic pool import on boot will be part of the system setup. &lt;br /&gt;
&lt;br /&gt;
But for now, you will have to import pools by hand after each boot.&lt;br /&gt;
&lt;br /&gt;
=== Alternatives ===&lt;br /&gt;
&lt;br /&gt;
 Wowfunhappy commented 9 hours ago • &lt;br /&gt;
 For what it's worth, I'm currently using task scheduler to import my pool on startup.&lt;br /&gt;
 &lt;br /&gt;
 Open Task Scheduler → Action → Create Task:&lt;br /&gt;
 • General:&lt;br /&gt;
 	• Name: Mount [pool name]&lt;br /&gt;
 	• Run with highest privileges: Enabled&lt;br /&gt;
 • Triggers → New → Begin the task: At log on&lt;br /&gt;
 • Actions → New&lt;br /&gt;
 	• Action: Start a program&lt;br /&gt;
 	• Program/script: zpool&lt;br /&gt;
 	• Add arguments: import [any additional options you want] [pool name]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
As an option especially for backup pools on USB (poolname usb)&lt;br /&gt;
Create a file import_usb.bat with content&lt;br /&gt;
:zpool import -f usb&lt;br /&gt;
:cls&lt;br /&gt;
:zpool list&lt;br /&gt;
:timeout /t 5&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Create a file export_usb.bat&lt;br /&gt;
:zpool export -f usb&lt;br /&gt;
:cls&lt;br /&gt;
:zpool list&lt;br /&gt;
:timeout /t 5&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Create a file pool_status.bat&lt;br /&gt;
:cls&lt;br /&gt;
:zpool list&lt;br /&gt;
:timeout /t 5&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Start the scripts with a mouse right click -&amp;gt; as admin&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Important for removeable pools on USB:&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Always export prior disconnect or pool is in suspended mode:&lt;br /&gt;
This can only be fixes by a reboot/reset.&lt;/div&gt;</summary>
		<author><name>91.55.58.60</name></author>	</entry>

	</feed>