Page 2 of 2

Re: Unable to copy dot files from external source, using smb

Posted: 14 Dec 2021, 16:56
by parveen7ghjsingh
The problem got resolved by activating the option show hidden files in Nexctloud WebUI in Settings for External Storage.

Re: Unable to copy dot files from external source, using smb

Posted: 14 Dec 2021, 17:20
by V8Triker
My original post has nothing to do with Nextcloud.
The issue is that the .dot files are not visible in TNAS.

I can see the .dot files on the Ubuntu source.
I have also stated that with persistence, you can see them in TNAS.

However, the root issue is that any copy/create/rsync fails as the creation of the destination object can not be confirmed.
This example could not be any clearer in showing the issue:
V8Triker wrote: 01 Sep 2021, 20:06 ....... Even trying to create the file from a mount point, on the Ubuntu server, does not work if the file name starts with a dot.

Code: Select all

root@bubble:/media/tnas/ServerFolders/test# echo 'The test of nothing' >._ demo.txt
-bash: ._: No such file or directory
root@bubble:/media/tnas/ServerFolders/test#
root@bubble:/media/tnas/ServerFolders/test#
root@bubble:/media/tnas/ServerFolders/test#
root@bubble:/media/tnas/ServerFolders/test#
root@bubble:/media/tnas/ServerFolders/test# echo 'The test of nothing' >demo.txt
root@bubble:/media/tnas/ServerFolders/test#
root@bubble:/media/tnas/ServerFolders/test#
root@bubble:/media/tnas/ServerFolders/test#
root@bubble:/media/tnas/ServerFolders/test#
root@bubble:/media/tnas/ServerFolders/test# ls
 demo.txt   dir1  'Test document.txt'
root@bubble:/media/tnas/ServerFolders/test#