<?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=175.156.183.5</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=175.156.183.5"/>
		<link rel="alternate" type="text/html" href="https://openzfsonosx.org/wiki/Special:Contributions/175.156.183.5"/>
		<updated>2026-05-09T20:59:45Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.22.3</generator>

	<entry>
		<id>https://openzfsonosx.org/wiki/Device_names</id>
		<title>Device names</title>
		<link rel="alternate" type="text/html" href="https://openzfsonosx.org/wiki/Device_names"/>
				<updated>2016-02-12T16:00:25Z</updated>
		
		<summary type="html">&lt;p&gt;175.156.183.5: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Changing the device names on an existing pool can be done by simply exporting the pool and re-importing it with the -d option to specify which new names should be used.&lt;br /&gt;
&lt;br /&gt;
To use the names in /var/run/disk/by-id,&lt;br /&gt;
 $ sudo zpool export tank&lt;br /&gt;
 $ sudo zpool import -d /var/run/disk/by-id tank &amp;lt;new_device_name&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To use the names in /var/run/disk/by-serial,&lt;br /&gt;
 $ sudo zpool export tank&lt;br /&gt;
 $ sudo zpool import -d /var/run/disk/by-serial tank &amp;lt;new_device_name&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To use the names in /var/run/disk/by-path,&lt;br /&gt;
 $ sudo zpool export tank&lt;br /&gt;
 $ sudo zpool import -d /var/run/disk/by-path tank &amp;lt;new_device_name&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To use the less safe (because they vary) BSD disk names in /dev,&lt;br /&gt;
 $ sudo zpool export tank&lt;br /&gt;
 $ sudo zpool import -d /dev tank&lt;br /&gt;
&lt;br /&gt;
Even if you are using invariant paths (by-id, by-serial, or by-path), you can reveal the &amp;quot;normal&amp;quot; BSD disk names at any time,&lt;br /&gt;
 $ zpool status -L tank&lt;/div&gt;</summary>
		<author><name>175.156.183.5</name></author>	</entry>

	</feed>