Help with can't get execution attributes

Hi Gurus,

I am trying to create a FS using SVM but system is throwing the following error.

newfs /dev/md/rdsk/d1002
newfs: construct a new file system /dev/md/rdsk/d1002: (y/n)? y
/usr/sbin/clri: can't get execution attributes

try

newfs -N /dev/md/rdsk/d1002

This will show the parameters it is trying to use.
clri is called to clear (remove) inodes

1 Like