/dev/ntsync is a device file which allows userspace application to communicate with the kernel. It can’t be used to store data.
As per the documentation:
The ntsync driver creates a single char device /dev/ntsync. Each file description opened on the device represents a unique instance intended to back an individual NT virtual machine. Objects created by one ntsync instance may only be used with other objects created by the same instance.