George Kontostanos <[email protected]> writes: > *zpool import -c /tmp/zpool.cache zroot > can not import /tmp/zpool.cache no such pool available
Try modifying pool's property: $ zpool import -o cachefile=/tmp/zpool.cache zroot > Well, it seems that -c switch is for specifying where to read from and not > where to write. I haven't been able to import the pool and find a way to > store zpool.cache in a diffrent place other than /boot/zfs _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "[email protected]"
