VL
unread,Jan 7, 2013, 4:28:03 AM1/7/13Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to zfs-...@googlegroups.com
Just to follow up to closure ...
Indeed, repartitioning and doing a newfs did not overlap where zfs writes it's metadata. The only real problem here is with ZFS and the inability to 'export' something, claiming it's busy, even when it is most certainly not busy. (many reboots, restarts, etc, fuser/lsof/etc). After reading, I think it's an issue/bug with the version of zfs I'm using.
[aside] Unfortunately I still use zfs with external esata. Archiving media off to dvd-r became too slow and too small, so I started getting cheap 500gb HD and creating external (esata) raidz (raid5) using zfs. 1.5tb useable. When it was filled, I'd catalog it, label the drives (raidset01, raidset02, etc) and put them on the shelf and get 4 new drives. Zfs works amazing well for this. [/aside]
What I finally did was
* stop zfs daemon
* using dd, overwrite first 10mb and last 10mb of each disk (if=/dev/zero, etc)
* start zfs daemon; no metadata signature, no problem.
* re-partition, re-init mdadm raid, re-newfs, all good
So I learned some stuff in the process and I'm back in action.
Thanks again everyone fot the help!!
vl