search for: createsymboliclinkw

Displaying 3 results from an estimated 3 matches for "createsymboliclinkw".

2017 Feb 22
1
(DeviceIoControl, FSCTL_SET_SPARSE)
...the Freefilesync log. Im trying to dial in the symlink operation, and any other remaining errors. This demonstrates two issues 1) Cannot write file Error Code 2: The system cannot find the file specified. (BackupWrite) 2) Error Code 183: Cannot create a file when that file already exists. (CreateSymbolicLinkW) The symbolic link setting I think I tried both ways, I think I have another toggle on the 3rd party app(ffs) which I need to also have in the correct setting, and to get the combination correct. Im not sure what the problem is on the BackupWrite. I had a perminssion error at first, I `chown`ed...
2017 Feb 16
4
(DeviceIoControl, FSCTL_SET_SPARSE)
Hi David, Configured as you mention, and prior with the other tweaks I had in the first place, Im getting the same results, which is "FSUTIL utility requires a Local NTFS Volume", and mapping it. I then went to contig, `contig -n X:\share\sparesefile 0`, as well as a few other size. Maybe im using it wrong, but some testing on contig has only "Access is denied" when I try
2012 Oct 31
0
file.symlink() creates zero-size file/link on Windows 7/NTFS/admin
...error analogously to the other conditions it may throw? DETAILS: >From src/main/platform.c::do_filesymlink() it looks like it's Windows that creates the empty file but still returning 0: #ifdef Win32 [...] pCSL = (PCSL) GetProcAddress(GetModuleHandle(TEXT("kernel32.dll")), "CreateSymbolicLinkW"); [...] LOGICAL(ans)[i] = pCSL(to, from, isDir) != 0; if(!LOGICAL(ans)[i]) warning(_("cannot symlink '%ls' to '%ls', reason '%s'"), from, to, formatError(GetLastError())); > sessionInfo() R Under development (unstable) (2012-10-29 r61044) Platform:...