Difference between revisions of "Windows import"

From OpenZFS on OS X
Jump to: navigation, search
(Created page with " == Import == Once OpenZFSonWindows matures, automatic pool import on boot will be part of the system setup. But for now, you will have to import pools by hand after each b...")
 
m (Import)
Line 13: Line 13:
 
  Open Task Scheduler → Action → Create Task:
 
  Open Task Scheduler → Action → Create Task:
 
  • General:
 
  • General:
• Name: Mount [pool name]
+
• Name: Mount [pool name]
• Run with highest privileges: Enabled
+
• Run with highest privileges: Enabled
 
  • Triggers → New → Begin the task: At log on
 
  • Triggers → New → Begin the task: At log on
 
  • Actions → New
 
  • Actions → New
• Action: Start a program
+
• Action: Start a program
• Program/script: zpool
+
• Program/script: zpool
• Add arguments: import [any additional options you want] [pool name]
+
• Add arguments: import [any additional options you want] [pool name]

Revision as of 00:12, 13 March 2019

Import

Once OpenZFSonWindows matures, automatic pool import on boot will be part of the system setup.

But for now, you will have to import pools by hand after each boot.

Alternatives

Wowfunhappy commented 9 hours ago • 
For what it's worth, I'm currently using task scheduler to import my pool on startup.

Open Task Scheduler → Action → Create Task:
• General:
	• Name: Mount [pool name]
	• Run with highest privileges: Enabled
• Triggers → New → Begin the task: At log on
• Actions → New
	• Action: Start a program
	• Program/script: zpool
	• Add arguments: import [any additional options you want] [pool name]