Hello Guest, if you are reading this it means you have not registered yet. Please take a second, Click here to register, and in a few simple steps you will be able to enjoy our community and use our OpenViX support section.
Page 2 of 2 FirstFirst 12
Results 16 to 27 of 27

Thread: Can I Stream movies stored on apple Time Capsule or Mac

  1. #16

    Title
    Senior Member
    Join Date
    Jun 2015
    Posts
    238
    Thanks
    53
    Thanked 90 Times in 64 Posts
    I had a problem with my username having a space in it.
    I think Judge's suggestion on using NFS would be better, from what I can tell you just need to create a file called /etc/exports on OSX with the share information, I'll have a play this weekend.

  2. #17
    Ashley69's Avatar
    Title
    Forum Supporter
    Donated Member
    Join Date
    Feb 2015
    Posts
    1,099
    Thanks
    205
    Thanked 290 Times in 246 Posts
    Ive managed to mount my mac using NFS share no problem. Still getting the error message though
    Octagon SF8008 4K, VU+Duo 2..
    Edision OS MINI,

  3. #18

    Title
    Senior Member
    Join Date
    Jun 2015
    Posts
    238
    Thanks
    53
    Thanked 90 Times in 64 Posts
    What do you class as 'no problem'?

    You can add a mount from the network browser and it will give it a green tick but it doesn't actually try to mount it until you access it from the location menu, then if it fails to mount for any reason you get the error you are getting. The steps I gave in my post with the picture all need doing, if you skip one it will fail to mount.

    The NFS shares (i think) show as a blue container in the network browser, so if you tried to mount a green one (CIFS) and just changed Mount Type, you will get the green tick but when you try and use it you'll get the error above.

  4. #19

    Title
    Senior Member
    Join Date
    Jun 2015
    Posts
    238
    Thanks
    53
    Thanked 90 Times in 64 Posts
    Just set it up using NFS and it's a lot easier, don't need to bother with username/passwords.
    You can follow the instructions here
    Code:
    http://www.behanna.org/osx/nfs/howto1.html
    just the first section, assuming you're using Snow Leopard or later.

  5. #20
    Ashley69's Avatar
    Title
    Forum Supporter
    Donated Member
    Join Date
    Feb 2015
    Posts
    1,099
    Thanks
    205
    Thanked 290 Times in 246 Posts
    Cheers mate. Will try it later when I get back from work.
    Octagon SF8008 4K, VU+Duo 2..
    Edision OS MINI,

  6. #21
    Ashley69's Avatar
    Title
    Forum Supporter
    Donated Member
    Join Date
    Feb 2015
    Posts
    1,099
    Thanks
    205
    Thanked 290 Times in 246 Posts
    Quote Originally Posted by ArowonA View Post
    What do you class as 'no problem'?

    You can add a mount from the network browser and it will give it a green tick but it doesn't actually try to mount it until you access it from the location menu, then if it fails to mount for any reason you get the error you are getting. The steps I gave in my post with the picture all need doing, if you skip one it will fail to mount.

    The NFS shares (i think) show as a blue container in the network browser, so if you tried to mount a green one (CIFS) and just changed Mount Type, you will get the green tick but when you try and use it you'll get the error above.
    What I meant is I have setup the mounts no problem and got the green ticks for both NFS and CIFS and both containers lit blue and green.
    Anyway Ive tried using the terminal commands from the link you posted but they are giving me error messages.
    Thanks for keep trying to help.
    Octagon SF8008 4K, VU+Duo 2..
    Edision OS MINI,

  7. #22
    Ashley69's Avatar
    Title
    Forum Supporter
    Donated Member
    Join Date
    Feb 2015
    Posts
    1,099
    Thanks
    205
    Thanked 290 Times in 246 Posts
    I'm sure someone will know the answer to this. I'll keep trying.
    Octagon SF8008 4K, VU+Duo 2..
    Edision OS MINI,

  8. #23

    Title
    Senior Member
    Join Date
    Jun 2015
    Posts
    238
    Thanks
    53
    Thanked 90 Times in 64 Posts
    I'm happy to continue trying to help but you have to understand how unhelpful posting something like this is

    Quote Originally Posted by Ashley69 View Post
    Anyway Ive tried using the terminal commands from the link you posted but they are giving me error messages.
    Thanks for keep trying to help.
    I then need to ask which commands gave errors, what errors you got, etc... Help me help you

    I will try and make setting NFS as simple as possible.

    The following instructions assume your mac has an IP address of 192.168.3.2, and you want to share the /Users folder - please change as appropriate, also realise that setting NFS up this way is not really secure as anyone on your local network would be able to access you mac shares (I assume you trust the people using your network, you could also change it so it only allows access from the IP address of your box but I won't confuse things anymore)

    On the mac

    in a terminal windows run (the first command will require you to enter your password, change 192.168.3.0 to your local network range)
    Code:
    sudo nfsd disable
    sudo sh -c  "echo '/Users -network 192.168.3.0 -mask 255.255.255.0 -maproot=root' > /etc/exports"
    sudo nfsd enable
    This will create the share and start NFS, for some reason I can't get the network browse option to show the share so you need to configure it manualy... so

    On your STB

    Go to Menu / Setup / System / Network / Mount Setup / Mount Manager / Add new network mount point
    And create using the following settings
    Code:
    Mount using: AUTOFS
    Active: Enable
    Local share name: Users (can be anything you want)
    Mount type: NFS share
    Server IP: 192.168.3.2 (Change to your mac's IP address)
    Server share: Users 
    Use as HDD replacement: no
    Mount options rw,nolock,tcp
    Save and away you go...

  9. #24
    Ashley69's Avatar
    Title
    Forum Supporter
    Donated Member
    Join Date
    Feb 2015
    Posts
    1,099
    Thanks
    205
    Thanked 290 Times in 246 Posts
    ArowonA

    I didn't mean it to be an unhelpful comment. I was just a bit weary that day.

    Anyway. Thanks for this info. I'm going to give another go and will get back to you.
    Octagon SF8008 4K, VU+Duo 2..
    Edision OS MINI,

  10. #25
    Ashley69's Avatar
    Title
    Forum Supporter
    Donated Member
    Join Date
    Feb 2015
    Posts
    1,099
    Thanks
    205
    Thanked 290 Times in 246 Posts
    Followed the instructions to the letter.(Changed ip range and folder to reflect mine)
    Still get that dammed error message "Directory/media/autofs/mac/does not exist"

    Arghhhhhhhhhh
    Octagon SF8008 4K, VU+Duo 2..
    Edision OS MINI,

  11. #26

    Title
    Senior Member
    Join Date
    Jun 2015
    Posts
    238
    Thanks
    53
    Thanked 90 Times in 64 Posts
    Well that's a pisser, on the mac can you try running
    Code:
    showmount -e
    to see if you get your nfs share listed.
    If it returns nothing could you paste the output of
    Code:
    cat /etc/exports
    I can try my instructions on another mac/network and cleanly flashed box tomorrow to see if I've missed something.

  12. #27

    Title
    Senior Member
    Join Date
    Jun 2015
    Posts
    238
    Thanks
    53
    Thanked 90 Times in 64 Posts
    I tried my instructions on another Mac and with a different box and it worked fine, so I'm not sure why it's not working for you.

Page 2 of 2 FirstFirst 12

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
This website uses cookies
We use cookies to store session information to facilitate remembering your login information, to allow you to save website preferences, to personalise content and ads, to provide social media features and to analyse our traffic. We also share information about your use of our site with our social media, advertising and analytics partners.