cal*_*ben 5 command-line vmware hidden-files
我在 Windows 和 Ubuntu 之间有一个共享分区,这是通过 VMWare 的共享文件夹实现的,当我将一个文件夹移动到这个共享文件夹中时,Ubuntu 看不到它。Ubuntu仍然看不到它,但可以从终端访问它。ls
它可以从终端访问它,但无法列出带有或 的文件ls -a
。下面链接的屏幕截图演示了该问题。
尽管如此,Ubuntu 放入该文件夹中的任何文件对于 Windows 都是完全可见的。
如何进一步调试问题?
ls -l /mnt/hgfs/F 的输出是:
calem@ubuntu:/mnt/hgfs/F$ ls -l /mnt/hgfs/F
ls: cannot access /mnt/hgfs/F/Screenshot from 2014-01-21 10^%42^%49.png: No such file or directory
ls: cannot access /mnt/hgfs/F/System Volume Information: Permission denied
total 4
drwxrwxrwx 1 root root 0 Jan 20 16:54 GitHub
drwxrwxrwx 1 root root 4096 Jan 21 00:00 School
-????????? ? ? ? ? ? Screenshot from 2014-01-21 10^%42^%49.png
d????????? ? ? ? ? ? System Volume Information
drwxrwxrwx 1 root root 0 Jan 20 22:19 Virtual Machines
Run Code Online (Sandbox Code Playgroud)
请注意,屏幕截图 png 是我在发布最初的问题后从 Ubuntu 放入的链接屏幕截图(这是本文中使用的截图)。