Problem: connecting to SMB server: "operation not permitted"
|
28th Apr, 2013, 03:13 AM
Post: #3
|
|||
|
|||
RE: connecting to SMB server: "operation not permitted"
btw: OSX still has nfsd support (although not turned on by default)
put this to your /etc/exports file on Mac: " / -alldirs -mapall=0 " then from command line (terminal) issue this command "sudo nfsd start" or "sudo nfsd enable" if you want the change permanent. but be careful, -mapall=0 means, all access will be provided under root user with RW access to everything. you can then mount this directly to your RPI as local folder "mount -t nfs [yourmacip]:/ /media/my_mac". if you wan't to access this share from xbmc rather than mounting on system level, you have to put "-N" parameter to nfsd plist file. you can google this or look for info directly at xbmc.org. Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
connecting to SMB server: "operation not permitted" - kegepet - 25th Apr, 2013, 05:47 AM
RE: connecting to SMB server: "operation not permitted" - Smultie - 25th Apr, 2013, 04:40 PM
RE: connecting to SMB server: "operation not permitted" - mk01 - 28th Apr, 2013 03:13 AM
RE: connecting to SMB server: "operation not permitted" - kegepet - 28th Apr, 2013, 05:34 AM
RE: connecting to SMB server: "operation not permitted" - mk01 - 28th Apr, 2013, 05:53 AM
|
Possibly Related Threads... | |||||
Thread: | Author | Replies | Views: | Last Post | |
[SOLVED] Solution to SMB "Operation not permitted" | beeftube | 2 | 32,407 |
16th Apr, 2019 06:37 AM Last Post: 172pilot |