NTFS write on MAC
    First      'Seagate NTFS driver for MAC' here:  seagate.com/support/external-hard-drives/portable-hard-drives/…  note that it is for Seagate portable external HDDs. - its free      Enable ntfs write support in Mavericks   You can enable  write support  for ntfs in Mavericks.   I have linked to instructions on how to do this, but the gist of it is to edit the /etc/fstab file and add a line for each ntfs drive you want to write to:   LABEL=device-name  none    ntfs    rw,auto,nobrowse   changing "device-name" to the name of your ntfs drive.   This is a per device hack. and careful while dragging and dropping, might corrupt the ntfs filesystem (do a careful copy paste), incase if you see missing folders/dirs connect the disk in windows system and allow it to fix the filesystem.    Third party software   Alternatively, there is a lot of third party software to give you full ntfs support, such as  Paragon NTFS , or the open source  NTFS-3G  ...
