小编JMP*_*JMP的帖子

无法列出与 ls 共享的 cifs 上的新文件 *

我有一个运行版本 11.11 的旧 HP-UX 系统,它有一个配置到 netapp 文件管理器的 cifs 安装。

在过去的几天里,我们看到共享的一些奇怪行为,如果使用完整路径,可以创建和访问文件,但通配符列表失败。重新安装共享似乎更正了这种行为。一个实际例子:

cd /path/in/myshare
touch newfile.txt
ls * #finds nothing
ls newfile.txt #finds file
umount /sharepath 
mount -a 
ls * #finds the file
Run Code Online (Sandbox Code Playgroud)

任何人都对导致这种奇怪行为的原因有任何猜测?

unix cifs netapp hp-ux

5
推荐指数
1
解决办法
367
查看次数

标签 统计

cifs ×1

hp-ux ×1

netapp ×1

unix ×1