|
#1
| |||
| |||
| Why does ZFS volume look like a DMG?
I installed zfs-119 on a PowerMac G4 running 10.5.5 without problems. I then formatted three drive mechanisms with these commands Code: diskutil partitiondisk /dev/disk0 GPTFormat ZFS %noformat% 100% diskutil partitiondisk /dev/disk1 GPTFormat ZFS %noformat% 100% diskutil partitiondisk /dev/disk2 GPTFormat ZFS %noformat% 100% Code: zpool create BackupRAID raidz /dev/disk0s2 /dev/disk1s2 /dev/disk2s2 Dominik Hoffmann |
|
#2
| ||||
| ||||
|
Were these volumes showing correctly before you joined them to a raidz?
__________________ MacBook Pro | Dell Mini Inspiron 9 | Mac Mini | Newton 2000 | iPhone | @Work : Dell D620 & 2x20" + a lot of Macs | Workstation, VC & Fusion Twenty years from now you will be more disappointed by the things that you didn't do than by the ones you did do. ~ Samuel Clemens | Rants | Photos |
|
#3
| ||||
| ||||
|
ZFS is technically a "virtual" file system (in the sense that the data is behind an abstraction layer, making things like JBOD-style ZFS file systems appear as one, big file system to the user), and as such, it makes sense that the icon for that kind of file system would be a "virtual"-style icon, like a removable disk or a mounted disk image. Also, ZFS is not 100% fully implemented in the client version of 10.5 -- I believe only the server version has a full implementation of ZFS.
__________________ Mac mini 2.0GHz 10.6.2 • 4GB • 320GB • Superdrive • 4 x 1TB USB 2.0 • LED Cinema Display MacBook 2.0GHz Core 2 Duo - White 10.6.2 • 4GB • 250GB • CD-RW/DVD-ROM iPhone 3G 8GB • iPod Touch 8GB • iPod Photo 60GB • iPod nano 1GB • AT&T U-Verse 18Mb/2Mb http://www.jeffhoppe.com |
![]() |
| Bookmarks |
| Thread Tools | |
|
|