UE40C7700 mounting network storage

Support for C series TVs that all user could ask. Please do not ask a questions at other forums.
Post Reply

arris69
Official SamyGO Developer
Posts: 1700
Joined: Fri Oct 02, 2009 8:52 am
Location: Austria/Vienna (no Kangaroos here)
Contact:

Re: UE40C7700 mounting network storage

Post by arris69 »

tschoko wrote:Hi,
I have tried the tutorial on the Wikis-page but nothing happend!
Everytime i get the error "mount: mounting /192.168.2.1/fritz.nas on /dev/sda2 failed" on "mount -o nolock -t nfs /192.168.2.1/fritz.nas /dev/sda2"
Where is the problem?

Thanks
http://www.tuxfiles.org/linuxhelp/mounting.html

hth
arris
User avatar
juusso
SamyGO Moderator
Posts: 10129
Joined: Sun Mar 07, 2010 6:20 pm

Re: UE40C7700 mounting network storage

Post by juusso »

Create directory on USB eg. Movies.
Be sure, if your USB is sda2. If yes, this is correct:

Code: Select all

mount -o nolock 192.168.2.1:/fritz.nas /dtv/usb/sda2/Movies -t nfs
You can`t mount to whole USB, you need directory instead to mount to. And path to USB is not /dev/sda2, but /dtv/usb/sda2
Show what is your exports file.
I doubt if 192.168.2.1:/fritz.nas is right path to your shares. If yes, your exports file is like:

Code: Select all

/fritz.nas 192.168.2.1/255.255.255.0 bla bla bla
Check and compare your settings with mine.

For example here is my mount, that works:
mount -o nolock 192.168.1.200:/mnt/disk1/Records /dtv/usb/sda1/Records -t nfs
and my exports file looks like:
/mnt/disk1 192.168.1.102/255.255.255.0(rw,async,all_squash,anonuid=99,anongid=99,no_subtree_check)
LE40B653T5W,UE40D6750,UE65Q8C
Have questions? Read SamyGO Wiki, Search on forum first!
FFB (v0.8), FFB for CI+ . Get root on: C series, D series, E series, F series, H series. rooting K series, exeDSP/exeTV patches[C/D/E/F/H]

DO NOT EVER INSTALL FIRMWARE UPGRADE
User avatar
juusso
SamyGO Moderator
Posts: 10129
Joined: Sun Mar 07, 2010 6:20 pm

Re: UE40C7700 mounting network storage

Post by juusso »

tschoko wrote:Thank you.
i get

Code: Select all

 mount: /192.168.2.1: Unknown host
My foul, no / at the beginning.
tschoko wrote:i tried then

Code: Select all

mount -o nolock 192.168.2.1:/fritz.nas /dtv/usb/sda1/hdd -t nfs
and get

Code: Select all

mount: RPC: Unable to receive; errno = Connection refused
It seems your NAS isn`t set correctly.
Show the output of your NAS conslole to commands:

Code: Select all

mount

Code: Select all

df -h

Code: Select all

exportfs
Windows shares you can mount with help of cifs.ko. But at first show me output of commands. I think fritz.nas isn`t right path to your shares.
LE40B653T5W,UE40D6750,UE65Q8C
Have questions? Read SamyGO Wiki, Search on forum first!
FFB (v0.8), FFB for CI+ . Get root on: C series, D series, E series, F series, H series. rooting K series, exeDSP/exeTV patches[C/D/E/F/H]

DO NOT EVER INSTALL FIRMWARE UPGRADE

Post Reply

Return to “[C] Support”