{"id":8,"date":"2009-03-04T20:15:00","date_gmt":"2009-03-04T20:15:00","guid":{"rendered":"http:\/\/mikemartinezonline.com\/blog\/?p=8"},"modified":"2009-03-04T20:15:00","modified_gmt":"2009-03-04T20:15:00","slug":"share-external-mac-volumes","status":"publish","type":"post","link":"https:\/\/mikemartinezonline.com\/blog\/2009\/03\/04\/share-external-mac-volumes\/","title":{"rendered":"Share External Mac Volumes"},"content":{"rendered":"<p>If you have a mixed environment of PC&#8217;s &#8211; MS Windows and Macintosh, it can be tough to configure access to shared resources on shared machines.<br \/>Sure you might think OSX can do this with the &#8216;Windows File Sharing&#8217; but you are limited to the &#8216;home&#8217; folder.<br \/>Sharing a Windows folder or drive is actually fairly simple and straight forward.<br \/>Here is a great tutorial from Lifehacker on how to mount Windows shared folders in OSX:<\/p>\n<p><a href=\"http:\/\/lifehacker.com\/software\/mac-os-x\/how-to-mount-a-windows-shared-folder-on-your-mac-247148.php\">http:\/\/lifehacker.com\/software\/mac-os-x\/how-to-mount-a-windows-shared-folder-on-your-mac-247148.php<\/a><\/p>\n<p>But what about sharing other (<em>like external drives<\/em>) resources on you Mac with other Macs and PC&#8217;s<br \/>By that I mean what happens if one of your Mac&#8217;s used for Graphic Arts or Pre Press has external drives that need to be shared to other Mac&#8217;s and PC&#8217;s<br \/>I have found VERY few articles that describe this easily and succinctly in over a decade of working with Mac&#8217;s.<br \/>So&nbsp;here is what has worked for me.:<br \/>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br \/>You can share any volumes on the Mac, USB, Firewire and other internal drives etc.<\/p>\n<p>First TURN OFF WINDOWS FILE SHARING in the System Preferences.<br \/>I find the first example works best for me most of the time.<br \/>Then Go to Applications<\/p>\n<p>Then Utilities and find the Terminal application and open it.<\/p>\n<p>Open Terminal and type;<\/p>\n<p>cd \/etc<\/p>\n<p>sudo pico smb.conf<\/p>\n<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<\/p>\n<p>You&#8217;ll be prompted for the password.<\/p>\n<p>Then scroll down to the end of the options and add something like this below:<\/p>\n<p>[BIG EXTERNAL]<\/p>\n<p>comment = BIG EXTERNAL<\/p>\n<p>path = \/Volumes\/BIG EXTERNAL\/<\/p>\n<p>browsable = yes<\/p>\n<p>public = yes<\/p>\n<p>read only = no<\/p>\n<p>Or maybe like this:<\/p>\n<p>[USB]<\/p>\n<p>comment = USB Drive<\/p>\n<p>path = \/Volumes\/USB Drive name<\/p>\n<p>valid users = joe user<\/p>\n<p>public = no<\/p>\n<p>writable = yes<\/p>\n<p>printable = no<\/p>\n<p>When done making your changes, hit Control-O to write changes to disk (save additions to smb.conf file) and press Return when prompted for a file name. The hit Control-X to quit pico and close the Terminal window.<\/p>\n<p>Now go to your Window PCs and try and &#8216;browse&#8217; the network and find your shares.<br \/>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<\/p>\n<p>To share additional folders, duplicate the section above &#8212; but change the name, comment, and path for each new folder. <br \/>I have used this and veriations of this technique for years with great success. <br \/>Hope this helps you get productive.<\/p>\n<p>Ok now what if you need to mount an NTFS volume &#8216;in&#8217; OS X?<br \/>There are a few solutions.<br \/>This one is condensed from tips from <a href=\"http:\/\/www.macosxhints.com\/\">MacOSXHints<\/a>:<\/p>\n<p>Snow Leopard has the ability to mount NTFS volumes as read\/write, but it&#8217;s not enabled by default &#8212; just read only is supported, as in 10.5. Here&#8217;s how to get full read\/write support for NTFS drives in Snow Leopard. <br \/>First, uninstall NTFS-3G or Paragon if you&#8217;re using either one!<\/p>\n<p>Here&#8217;s how to get read\/write support for NTFS drives in Snow Leopard:<\/p>\n<p>1. In Terminal, type diskutil info \/Volumes\/volume_name, where volume_name is the name of the NTFS volume. From the output, copy the Volume UUID value to the clipboard.<\/p>\n<p>2. Back up \/etc\/fstab if you have it; it shouldn&#8217;t be there in a default install.<\/p>\n<p>3. Type sudo nano \/etc\/fstab.<\/p>\n<p>4. In the editor, type UUID=, then paste the UUID number you copied from the clipboard. Type a Space, then type none ntfs rw. The final line should look like this: UUID=123-456-789 none ntfs rw, where 123-456-789 is the UUID you copied in the first step.<\/p>\n<p>5. Repeat the above steps for any other NTFS drives\/partitions you have.<\/p>\n<p>6. Save the file and quit nano (Control-X, Y, Enter), then restart your system.<\/p>\n<p>After rebooting, NTFS partitions should natively have read and write support. <br \/>This works with both 32- and 64-bit kernels. Support is quite good and fast, and it even recognizes file attributes such as hidden files.<br \/>[There may be good reasons why Apple left support disabled, so use at your own risk!]<\/p>\n<p><strong><span style=\"font-size: large;\">Another solution that may be simpler is to <\/span><\/strong><a href=\"http:\/\/ntfsmounter.com\/\"><strong><span style=\"font-size: large;\">use this utility<\/span><\/strong><\/a><strong><span style=\"font-size: large;\"> which &#8216;puts&#8217; a GUI onto the above style tweak.<\/span><\/strong><\/p>\n<p>Anyhow I hope this helps<\/p>\n","protected":false},"excerpt":{"rendered":"<p>If you have a mixed environment of PC&#8217;s &#8211; MS Windows and Macintosh, it can be tough to configure access to shared resources on shared machines.Sure you might think OSX can do this with the &#8216;Windows File Sharing&#8217; but you are limited to the &#8216;home&#8217; folder.Sharing a Windows folder or drive is actually fairly simple &hellip; <a href=\"https:\/\/mikemartinezonline.com\/blog\/2009\/03\/04\/share-external-mac-volumes\/\" class=\"more-link\">Continue reading<span class=\"screen-reader-text\"> &#8220;Share External Mac Volumes&#8221;<\/span><\/a><\/p>\n","protected":false},"author":587,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"categories":[10,18,7,13,8,19,1,15],"tags":[],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/mikemartinezonline.com\/blog\/wp-json\/wp\/v2\/posts\/8"}],"collection":[{"href":"https:\/\/mikemartinezonline.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/mikemartinezonline.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/mikemartinezonline.com\/blog\/wp-json\/wp\/v2\/users\/587"}],"replies":[{"embeddable":true,"href":"https:\/\/mikemartinezonline.com\/blog\/wp-json\/wp\/v2\/comments?post=8"}],"version-history":[{"count":0,"href":"https:\/\/mikemartinezonline.com\/blog\/wp-json\/wp\/v2\/posts\/8\/revisions"}],"wp:attachment":[{"href":"https:\/\/mikemartinezonline.com\/blog\/wp-json\/wp\/v2\/media?parent=8"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/mikemartinezonline.com\/blog\/wp-json\/wp\/v2\/categories?post=8"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/mikemartinezonline.com\/blog\/wp-json\/wp\/v2\/tags?post=8"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}