Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- sh-3.2$ date
- Fri 11 Oct 2013 15:12:07 BST
- sh-3.2$ uptime
- 15:12 up 9 mins, 3 users, load averages: 0.41 0.70 0.52
- sh-3.2$ sw_vers
- ProductName: Mac OS X
- ProductVersion: 10.8.5
- BuildVersion: 12F45
- sh-3.2$ sudo /System/Library/Filesystems/zfs.fs/Contents/Resources/bin/zpool import
- pool: gjp22
- id: 13173756898033222216
- state: ONLINE
- action: The pool can be imported using its name or numeric identifier.
- config:
- gjp22 ONLINE
- GPTE_71B8BDA2-3EBA-4B91-9E1C-2AE2B1DAAD06 ONLINE
- cache
- GPTE_428337BD-2E39-4CCF-B02F-90DC376E3ED8
- pool: zhandy
- id: 8649809893956376149
- state: ONLINE
- action: The pool can be imported using its name or numeric identifier.
- config:
- zhandy ONLINE
- GPTE_A54431D5-B46F-44A9-83B4-76802A584C6E ONLINE
- sh-3.2$ sudo /System/Library/Filesystems/zfs.fs/Contents/Resources/bin/zpool import -fN gjp22
- sh-3.2$ sudo zpool status
- sudo: zpool: command not found
- sh-3.2$ sudo /System/Library/Filesystems/zfs.fs/Contents/Resources/bin/zpool status -v
- pool: gjp22
- state: ONLINE
- scan: scrub repaired 0 in 26h25m with 0 errors on Mon Sep 30 23:13:54 2013
- config:
- NAME STATE READ WRITE CKSUM
- gjp22 ONLINE 0 0 0
- GPTE_71B8BDA2-3EBA-4B91-9E1C-2AE2B1DAAD06 ONLINE 0 0 0 at disk4s2
- cache
- GPTE_428337BD-2E39-4CCF-B02F-90DC376E3ED8 OFFLINE 0 0 0
- errors: No known data errors
- sh-3.2$ sudo /System/Library/Filesystems/zfs.fs/Contents/Resources/bin/zpool export gjp22
- sh-3.2$ sudo /System/Library/Filesystems/zfs.fs/Contents/Resources/bin/zpool import
- pool: gjp22
- id: 13173756898033222216
- state: ONLINE
- action: The pool can be imported using its name or numeric identifier.
- config:
- gjp22 ONLINE
- GPTE_71B8BDA2-3EBA-4B91-9E1C-2AE2B1DAAD06 ONLINE
- cache
- GPTE_428337BD-2E39-4CCF-B02F-90DC376E3ED8
- pool: zhandy
- id: 8649809893956376149
- state: ONLINE
- action: The pool can be imported using its name or numeric identifier.
- config:
- zhandy ONLINE
- GPTE_A54431D5-B46F-44A9-83B4-76802A584C6E ONLINE
- sh-3.2$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement