Created
July 15, 2009 16:58
-
-
Save kmarsh/147840 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
kmarsh@myhost:~/disks$ pwd | |
/export/home/kmarsh/disks | |
kmarsh@myhost:~/disks$ ll | |
total 241M | |
-rw------T 1 root 10M Jul 14 17:57 disk1 | |
-rw------T 1 root 10M Jul 14 17:57 disk10 | |
-rw------T 1 root 10M Jul 14 17:57 disk11 | |
-rw------T 1 root 10M Jul 14 17:57 disk12 | |
-rw------T 1 root 10M Jul 14 17:57 disk13 | |
-rw------T 1 root 10M Jul 14 17:57 disk14 | |
-rw------T 1 root 10M Jul 14 17:57 disk15 | |
-rw------T 1 root 10M Jul 14 17:57 disk16 | |
-rw------T 1 root 10M Jul 14 17:57 disk17 | |
-rw------T 1 root 10M Jul 14 17:57 disk18 | |
-rw------T 1 root 10M Jul 14 17:57 disk19 | |
-rw------T 1 root 10M Jul 14 17:57 disk2 | |
-rw------T 1 root 10M Jul 14 17:57 disk20 | |
-rw------T 1 root 10M Jul 14 17:57 disk21 | |
-rw------T 1 root 10M Jul 14 17:57 disk22 | |
-rw------T 1 root 10M Jul 14 17:57 disk23 | |
-rw------T 1 root 10M Jul 14 17:57 disk24 | |
-rw------T 1 root 10M Jul 14 17:57 disk3 | |
-rw------T 1 root 10M Jul 14 17:57 disk4 | |
-rw------T 1 root 10M Jul 14 17:57 disk5 | |
-rw------T 1 root 10M Jul 14 17:57 disk6 | |
-rw------T 1 root 10M Jul 14 17:57 disk7 | |
-rw------T 1 root 10M Jul 14 17:57 disk8 | |
-rw------T 1 root 10M Jul 14 17:57 disk9 | |
kmarsh@myhost:~/disks$ zpool create scans raidz2 /export/home/kmarsh/disks/disk1 /export/home/kmarsh/disks/disk2 /export/home/kmarsh/disks/disk3 /export/home/kmarsh/disks/disk4 /export/home/kmarsh/disks/disk5 /export/home/kmarsh/disks/disk6 | |
cannot create 'scans': no such pool or dataset |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment