Jump to content
6 posts in this topic

Recommended Posts

  • 2 weeks later...

After playing with SharePoints for a while. I found it has problem with sharing automounted NTFS partition: sometimes a directory become a 0-byte-sized file and cannot be accessed at a remote Windows machine when mapped as a network drive - it's not always the case - it changes from time to time when remapped.

 

However, I found a more simple solution to sharing directories/files: create a soft link to the directory you want to share under your home directory. When you share your home directory (default share), the link resolves to the target directory at the remote machine. You can create as many soft links as you like to share different directories. I just put all the such links under ~/share/.

 

Example:

ln -s /Volumes/Backup/Videos/ ~/share/videos

In the above case, Backup is an NTFS partition, share is a directory created under your home directory.

×
×
  • Create New...