Hello,
I am sorry for delay with answer? (Christmas and few weeks holidays). The volume is mounted with read only permission by default driver.
Can you share it's entry from the volume list when you run "mount" in Terminal? That might provide more detail about what's actually going on.
# df /dev/disk4s1
Filesystem 512-blocks Used Available Capacity iused ifree %iused Mounted on
/dev/disk4s1 30715832 93776 30622056 1% 1 0 100% /Volumes/CCCOMA_X64FRE_RU-RU_DV9
# mount | grep disk4s1
/dev/disk4s1 on /Volumes/CCCOMA_X64FRE_RU-RU_DV9 (ntfs, local, nodev, nosuid, read-only, noowners, noatime, fskit)
That is, the values of st_dev and st_rdev will be identical for any objects located on the same filesystem.
Thank you a lot for this confirmation! I can implement my task based on this info.
Thank you a lot for you help!