Hi
I expect to access NetApp storage volumes from Windows and Linux.
Therefore, for the created Volume "Vol1"
I want to access "/Vol1" from Windows and "/mnt/Vol1" from Linux.
Would you please teach me how to do that?
I thought about setting Junction-path, unmounted Vol1, and then
When I try to change Junction-path from Vol1 to /mnt/Vol1, I get the following error:
"Error: command failed: Failed to create or determine if a junction exists within volume" svm_root ".
Error occurred with the remaining junction path of "/mnt/Vol1" for the given path of "/mnt/Vol1"
Reason: Junction create failed (2) "
I also created a volume called mnt and set it to the junction path of mnt.
Then, I was able to set "/mnt/Vol1" to the Junction Pass of "Vol1".
Then, I was able to mount it on "/mnt/Vol1" from Linux, but I couldn't access anything from Windows.
thanks