On Sun, 15 Feb 2009 01:27:10 +0100, Antonio
<anto...@antonioshome.net> wrote:

>r...@antonio:~# zpool create -f test /dev/dsk/c3d0p9
>cannot open '/dev/dsk/c3d0p9': No such file or directory

I would:

Clean obsolete device links :

  devfsadm -Cv  

Make sure all sensed devices have a correct link :

  devfsadm -v   

ZFS knows where to find devices, the name part suffices:

 zpool create -f test c3d0p9  

HTH
-- 
  (  Kees Nuyt
  )
c[_]
_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to