Advertisement
Guest User

Untitled

a guest
Jan 5th, 2019
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. [root@localhost yum.repos.d]# blkid /dev/sdb
  2. [root@localhost yum.repos.d]# fdisk -l /dev/sdb
  3.  
  4. Disk /dev/sdb: 800.2 GB, 800166076416 bytes, 1562824368 sectors
  5. Units = sectors of 1 * 512 = 512 bytes
  6. Sector size (logical/physical): 512 bytes / 4096 bytes
  7. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  8.  
  9. [root@localhost yum.repos.d]# zpool create chunk1 /dev/sdb
  10. /dev/sdb is in use and contains a unknown filesystem.
  11. [root@localhost yum.repos.d]# wipefs /dev/sdb
  12. [root@localhost yum.repos.d]# zpool create chunk1 /dev/sdb
  13. /dev/sdb is in use and contains a unknown filesystem.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement