Hi,
I am trying to convert a LUN into vhd and get the following error:
PS C:\Users\administrator.CITRUS> ConvertTo-NaVhd -DestinationVhd /vol/dest/vhd/dlvm.vhd -SourceLun /vol/dest/vhd/lun1
ConvertTo-NaVhd : Converting LUN to VHD in a CIFS share is not supported.
At line:1 char:1
+ ConvertTo-NaVhd -DestinationVhd /vol/dest/vhd/dlvm.vhd -SourceLun /vol/dest/vhd/ ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidArgument: (:) [ConvertTo-NaVhd], ArgumentException
+ FullyQualifiedErrorId : ArgumentException,DataONTAP.PowerShell.SDK.Cmdlets.HyperV.ConvertToNaVhd
The volumes are not shared by cifs and security style is unix.
Any ideas?
Many thanks
Gaby