After collating my music from various locations and OS's I'd been trying to sync the resulting 400GB+ directory to my home/music folder but kept ending up without ownership or permissions in first all, then some of the resulting files.
This was despite chown
'ing the entire mount prior as well as chmod
'ing both the source and destination directories full -rwx
for user and group both before and after the sync.
Using grsync
to preserve owner/permissions/group in the GUI didn't seem to make any difference either.
So I mounted the drive in Win7 and with two clicks in the context menu removed the read-only protection that had somehow been mysteriously applied after it's time in Ubuntu 14.10 but could not be identified in chmod
and it seemed to solve the problem.
My questions are:
- what was I doing wrong?
- Why did terminal tell me I had full ownership and permission both at the source and destination yet the files remained unreadable?
- And why did I stop dual-booting and do a full install of this time-wasting mule of an OS?
Hopefully someone can enlighten me and my perseverance will be rewarded.
ntfs-3g
driver can do a lot, it has no "inheritance" built-in so cannot access that unless you build Linux ACLs identical to whatever you "defined" (or not) on W7... So unless you ship me the drive I can't give you an exact, detailed answer to all your individual 400GB+ file questions... ;-) – Fabby Feb 02 '15 at 20:41