我无法删除的奇怪文件目录

我无法删除的奇怪文件目录

我使用 rsync 将大量数据复制到新的 nfs 服务器。现在我有一堆非常奇怪的东西。

nfsparent@clientsandbox:/home$ ls -la
total 124
drwxrwxrw-  2 nfsparent  test 4096 Jun 30 08:38 .
drwxr-xr-x 23 root       test 4096 Jun 30 08:32 ..
drwxr-x---  2 user1 test 64 Jun 30 08:31 user1
drwxr-x---  2 user2 test 64 Jun 20 10:37 user2
drwxr-x---  2 user3 test 64 Jun 16 06:51 user3
drwxr-x---  2 user4 test 64 Jun 16 06:50 user4
drwxrwxrw-  2 nfsparent  test 4096 Jun 30 08:38 [email protected]:00:03
drwxrwxrw-  2 nfsparent  test 4096 Jun 30 08:38 [email protected]:00:04
drwxrwxrw-  2 nfsparent  test 4096 Jun 30 08:38 [email protected]:00:24
drwxrwxrw-  2 nfsparent  test 4096 Jun 30 08:38 [email protected]:00:09
drwxrwxrw-  2 nfsparent  test 4096 Jun 30 08:38 [email protected]:00:04
drwxrwxrw-  2 nfsparent  test 4096 Jun 30 08:38 [email protected]:00:04
drwxrwxrw-  2 nfsparent  test 4096 Jun 30 08:38 [email protected]:00:05
drwxrwxrw-  2 nfsparent  test 4096 Jun 30 08:38 [email protected]:00:13
drwxrwxrw-  2 nfsparent  test 4096 Jun 30 08:38 [email protected]:00:07
drwxrwxrw-  2 nfsparent  test 4096 Jun 30 08:38 [email protected]:00:16
drwxrwxrw-  2 nfsparent  test 4096 Jun 30 08:38 [email protected]:00:02
drwxrwxrw-  2 nfsparent  test 4096 Jun 30 08:38 [email protected]:00:03
drwxrwxrw-  2 nfsparent  test 4096 Jun 30 08:38 [email protected]:00:06
drwxrwxrw-  2 nfsparent  test 4096 Jun 30 08:38 [email protected]:01:43
drwxrwxrw-  2 nfsparent  test 4096 Jun 30 08:38 [email protected]:00:04
drwxrwxrw-  2 nfsparent  test 4096 Jun 30 08:38 [email protected]:00:37
drwxrwxrw-  2 nfsparent  test 4096 Jun 30 08:38 [email protected]:00:07
drwxrwxrw-  2 nfsparent  test 4096 Jun 30 08:38 [email protected]:00:03
drwxrwxrw-  2 nfsparent  test 4096 Jun 30 08:38 [email protected]:00:04
drwxrwxrw-  2 nfsparent  test 4096 Jun 30 08:38 [email protected]:00:05
drwxrwxrw-  2 nfsparent  test 4096 Jun 30 08:38 [email protected]:00:04
drwxrwxrw-  2 nfsparent  test 4096 Jun 30 08:38 [email protected]:00:08
drwxrwxrw-  2 nfsparent  test 4096 Jun 30 08:38 [email protected]:00:04
drwxrwxrw-  2 nfsparent  test 4096 Jun 30 08:38 [email protected]:00:03
drwxrwxrw-  2 nfsparent  test 4096 Jun 30 08:38 [email protected]:00:05
drwxrwxrw-  2 nfsparent  test 4096 Jun 30 08:38 [email protected]:00:03
drwxrwxrw-  2 nfsparent  test 4096 Jun 30 08:38 [email protected]:00:03
drwxr-xr-x  2 user5 test 4096 Jun 15 20:50 user5
drwxr-x---  2 user6 test 64 Jun 16 06:51 user6
drwx------  2 user6 test  64 Jun 29 14:40 user7
drwxr-xr-x  2 root       root           64 Jun 30 08:38 test

这些 .@GMT* 目录到底是什么?我该如何删除它们?我可以移动它们,但我不能做其他任何事情。删除它们会显示只读文件系统。这些文件是从主机服务器挂载的,并且正在使用 rw 作为选项,因此重新挂载没有帮助。

这是一些奇怪的 rsync 东西吗?

答案1

它们确实肯定是影子副本,并且也在https://serverfault.com/questions/357069/how-to-hide-shadow-copies-in-nfs-shares这至少可以为你指明正确的方向。

相关内容