Ask The Experts
I am looking to see if anybody has written and would share a shell script that will parse the volumes of a filer and output which volumes are CIFS Only, NFS Only, and Both.
Thanks!
Bob
Solved! See The Solution
Hi Bob,
Do you mean the security style of the volumes themselves (i.e. NTFS, UNIX, mixed), or something else? Thanks!
Thanks for reaching out Donny, but i figured it out using a couple of different scripts i already had..
I created a list of volumes broken down into how they are shared..
NFS ONLY
/vol/blah
CIFS ONLY
/vol/blah1
NFS AND CIFS
/vol/blah3
View solution in original post