13.7. Device Management

简介:

13.7.1. Adding Devices to a Pool

# zpool add scoop mirror c0t1d0 c1t1d0
			

13.7.2. Onlining and Offlining Devices

13.7.2.1. Taking a Device Offline

# zpool offline tank c0t0d0
bringing device 'c0t0d0' offline
				

13.7.2.2. Bringing a Device Online

# zpool online tank c0t0d0
bringing device 'c0t0d0' online
				

13.7.3. Replacing Devices

You can replace a device in a storage pool by using the zpool replace command.

# zpool replace tank c0t0d0 c0t0d1
			

In the above example, the previous device, c0t0d0, is replaced by c0t0d1.




原文出处:Netkiller 系列 手札
本文作者:陈景峯
转载请与作者联系,同时请务必标明文章原始出处和作者信息及本声明。

目录
相关文章
|
3月前
|
Go 开发工具 iOS开发
Changing an HDLM device name
Changing an HDLM device name
43 0
|
安全
解决:efi usb device has been blocked by the current security policy
解决:efi usb device has been blocked by the current security policy 问题描述:U盘装系统或者其他操作时,是因为BIOS安全策略,出现上述错误无法进入后续步骤。 解决方法:按F2(Fn+F2)进入BIOS,在secure Boot 中security选择disable。解决! 延伸(可不读): 黑苹
10988 0
|
存储 安全 文件存储
Network Attached Storage
Network Attached Storage
121 0
|
数据安全/隐私保护
Development cannot be enabled while your device is locked.
有时候我们真机调试的时候,会遇到这样的报错: Development cannot be enabled while your device is locked. 但是!我TM手机明明解锁了啊,指纹解的锁不是?密码解的锁不是?没感应到?换个姿势再来一次?还是不行?? 哈哈,有同样经历的点个赞吧。
1877 0
|
JavaScript Linux 前端开发