Search found 374 matches: smb shares
Searched query: +smb +shares
- Thu May 07, 2020 11:27 pm
- Forum: [H] Software
- Topic: [ROOT] H Root Enabler
- Replies: 29
- Views: 75519
Re: [ROOT] H Root Enabler
... root root 1024 Nov 2 2011 samba -rwxrwxrwx 1 root root 746 Jan 19 2014 smb.conf drwxrwxrwx 2 root root 1024 Feb 8 2012 ssmtp -rwxrwxrwx 1 root root ... (sdb) found gadget at: /sys/block/sdc/device/model scsidev: sdc Search Shares on: 192.168.13.250 creating lame upcase table creating lame lowcase ...
- Sat Oct 21, 2017 4:15 am
- Forum: [D] Firmware
- Topic: Hospitality mode hack (for D6 series only) - updated
- Replies: 238
- Views: 280677
Re: Hospitality mode hack (for D6 series only) - updated
... # can be ro or rw ##### CHANGE MEEEEE END ###### [ -e /mtd_rwarea/smb_userdata ] && source /mtd_rwarea/smb_userdata [ -z $USER ] && ... # SERVER="10.0.0.1" # if you want a fixed server SHARES="PCSALON" FR_NAME="Samba Server" # M_OPTS="rw,user=${USER},password=${PASSWD}" ...
- Fri Oct 20, 2017 2:20 pm
- Forum: [D] Firmware
- Topic: Hospitality mode hack (for D6 series only) - updated
- Replies: 238
- Views: 280677
Re: Hospitality mode hack (for D6 series only) - updated
... Hello juusso and thank you again for your support. I'm trying the CIFS/SMB shared folders first. If I succeded then I will try NFS after that. I ... # SERVER="10.0.0.1" # if you want a fixed server [b][i][u]SHARES="PCSALON"[/u][/i][/b] FR_NAME="Samba Server" # ...
- Sun Apr 30, 2017 11:25 am
- Forum: [F] Software
- Topic: [ROOT] Rooting E/F on latest firmwares
- Replies: 2559
- Views: 1534707
Re: [App] Rooting E/F on latest firmwares
... Despite of the error above, I was able to set up my SMB shares from 2 different servers just fine and the content loads correctly on my TV - which ...
- Fri Apr 28, 2017 9:22 pm
- Forum: [F] Software
- Topic: [ROOT] "Skype replacement" root E/F
- Replies: 264
- Views: 412111
Re: [App] "Skype replacement" root E/F
... the root steps worked and I have SamyGO installed? How can I access my smb shares from my NAS on the TV? Thank you! Gilson
- Thu Apr 27, 2017 8:51 pm
- Forum: [F] Software
- Topic: [ROOT] "Skype replacement" root E/F
- Replies: 264
- Views: 412111
Re: [App] "Skype replacement" root E/F
Hello, greeetings from Brazil.
I've ran the steps under "Instructions for F-series" on my Samsung F series 6 TV. Now, how do I access my smb shares through the TV? My TV is running the firmware version 1121.
Thank you
Gilson
I've ran the steps under "Instructions for F-series" on my Samsung F series 6 TV. Now, how do I access my smb shares through the TV? My TV is running the firmware version 1121.
Thank you
Gilson
- Thu Apr 13, 2017 9:07 pm
- Forum: [J] Software
- Topic: [ROOT] J ROOT on T-HK* fw up to 1480
- Replies: 239
- Views: 246730
[App] J ROOT on T-HK* fw up to 1480
... a startup script, you have to append/remove .dis extension. e.g: 95_smbclient.init [enabled] 95_smbclient.init.dis [disabled] Available : 01_catch_crap.init ... , as well as workgroup and other stuff if you know what to do. Two shares are there by default: ROOT =/ and USB =/opt/storage/usb Note ...
- Sat Feb 18, 2017 9:08 pm
- Forum: [E] Support
- Topic: samba share mount.
- Replies: 23
- Views: 14448
Re: samba share mount.
And if you leave SHARES="movies" in init script? What do you get after reboot? this is the point.. ... "Search Shares" for i in $SERVERS ; do echo "on: $i" S_MOUNTS=$(smbclient -s "$SYSROOT/etc/samba/smb.conf" -U ${USER}%${PASSWD} \ -g -L $i | ...
- Sat Feb 18, 2017 7:03 pm
- Forum: [E] Support
- Topic: samba share mount.
- Replies: 23
- Views: 14448
Re: samba share mount.
... mount movies on TV by script, just have there only one share listed: SHARES="movies" this is the problem! all folders are there, the ... # can be ro or rw ##### CHANGE MEEEEE END ###### [ -e /mtd_rwarea/smb_userdata ] && source /mtd_rwarea/smb_userdata [ -z $USER ] && ...
- Sat Feb 18, 2017 5:58 pm
- Forum: [E] Support
- Topic: samba share mount.
- Replies: 23
- Views: 14448
Re: samba share mount.
... when I set it in my script it not work and show me all folders. I tried SHARES="torrent" and SHARES="torrent/movies", but not worked. SMB: 192.168.1.2/torrent/movies #!/bin/sh # # © Copyright 1996-2010, ZsoltTech.Com # by Ser ...