配置的符号链接在 Windows 客户端上不起作用
适用场景
- ONTAP 9
- SMB/CIFS
- Symlink
- Windows
- Unix
问题描述
- 尝试通过 Windows 客户端访问符号链接路径时,访问超时并出现错误:
Network path is not accessible at this time, try again later
- 使用 unix 客户端访问符号链接路径成功
[root@rhel1 test]# ls -l
total 8
drwxr-xr-x. 2 nobody nobody 4096 Jun 24 07:52 folder
drwxr-xr-x. 2 nobody nobody 4096 Jun 24 07:52 folder2
lrwxrwxrwx. 1 nobody nobody 21 Jun 24 07:56 test2 -> /mnt/nfs/test2/folder
[root@rhel1 test]# cd test2/
[root@rhel1 test2]# ls -l
total 0
-rw-r--r--. 1 nobody nobody 0 Jun 24 07:54 file
-rw-r--r--. 1 nobody nobody 0 Jun 24 07:54 file1
-rw-r--r--. 1 nobody nobody 0 Jun 24 07:54 file2
-rw-r--r--. 1 nobody nobody 0 Jun 24 07:54 file3
[root@rhel1 test2]#
- ONTAP 符号链接配置与创建符号链接的 Unix 客户端上配置的路径匹配
Vserver: svm1_cluster1
UNIX Path: /mnt/nfs/test2/folder/
CIFS Share: test2
CIFS Path: /folder/
Remote NetBIOS Server Name: CIFS1
Local or Wide Symlink: widelink
Home Directory: false
3 entries were displayed.