On Tue, Sep 22, 2020 at 10:56:43AM -0700, helhadad wrote:
> Hi Folks,
> I am trying to create file and write to it on a *network mapped drive*,
> which I can access, create, delete and edit files using windows explorer or
> CMD (Windows 10/Server 2016).
>
> You can find all details of the iss
On Wed, Sep 23, 2020 at 10:25 AM Hesham Elhadad wrote:
>
> Thanks Ian,
> The root cause of this issue is not the hard drive, it is something with
> overlapped offset and high offset values, need to be set to 0 to have a
> smooth APPEND to the file.
> I need to use /x/sys/windows package to call
On Wednesday, September 23, 2020 at 1:26:10 PM UTC-4 helhadad wrote:
> Thanks Ian,
> The root cause of this issue is not the hard drive, it is something with
> overlapped offset and high offset values, need to be set to 0 to have a
> smooth APPEND to the file.
> I need to use /x/sys/windows pac
Thanks Ian,
The root cause of this issue is not the hard drive, it is something with
overlapped offset and high offset values, need to be set to 0 to have a
smooth APPEND to the file.
I need to use /x/sys/windows package to call this function WriteFile(handle
Handle, buf []byte, done *uint32, overl
On Tue, Sep 22, 2020 at 11:14 AM helhadad wrote:
>
> Hi Folks,
> I am trying to create file and write to it on a network mapped drive, which I
> can access, create, delete and edit files using windows explorer or CMD
> (Windows 10/Server 2016).
>
> You can find all details of the issue and respo
Hi Folks,
I am trying to create file and write to it on a *network mapped drive*,
which I can access, create, delete and edit files using windows explorer or
CMD (Windows 10/Server 2016).
You can find all details of the issue and response from other Go-Expert
below:
https://stackoverflow.com