Samba & Windows 8.1 Pro
Samba & Windows 8.1 Pro
Just rooted my 40F6400 today and I wanted to mount a folder from my PC where i could record over the network (virtual USB).
Using trial & error i wanted to mount folder named "record" from my C drive (NTFS formatted) and addapted the 04_04_samba.init to my needs but it doesn't work.
Nothing mounted.
Any clues what might be wrong?
Using trial & error i wanted to mount folder named "record" from my C drive (NTFS formatted) and addapted the 04_04_samba.init to my needs but it doesn't work.
Nothing mounted.
Any clues what might be wrong?
Re: Samba & Windows 8.1 Pro
i`ve heard that samba won`t mount win8 shares by default. I guess it`s because some win8 related network settings.
You have to continue your trial & error and troubleshoot issue. For example, you could check what happening if you enter commands one by one in telnet.
e.g.
You have to continue your trial & error and troubleshoot issue. For example, you could check what happening if you enter commands one by one in telnet.
e.g.
Code: Select all
source /dtv/SGO.env
mkdir /dtv/usb/sda1/samba
busybox mount -t cifs -o username=sambauser,password=sambapassword,ro //windows_PC_IP/sambashare /dtv/usb/sda1/samba
dmesg | tail
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
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
Re: Samba & Windows 8.1 Pro
doesn't work...
Code: Select all
VDLinux#> source /dtv/SGO.env
VDLinux#> mkdir /dtv/usb/sda1/samba
mkdir: can't create directory '/dtv/usb/sda1/samba': No such file or directory
Re: Samba & Windows 8.1 Pro
you should know, that this is just example... /dtv/usb/sda1 is mount point of real USB. If you use vusb, most probably it will be mounted as /dtv/usb/sda
Check exact path by command
p.s. Read this, maybe on win8 you have to do smth similar
http://download.samygo.tv/Documents/Ena ... ndows7.pdf
Check exact path by command
Code: Select all
mount | grep sd*
http://download.samygo.tv/Documents/Ena ... ndows7.pdf
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
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
Re: Samba & Windows 8.1 Pro
yeah...it's /dtv/usb/sda
can't really understand what I am doing wrong...
mount: mounting //192.168.0.196/record on /dtv/usb/sda failed: No such device
same mount was succesfuly mounted on via telnet on my enigma2 reciever box.
P.S. : Is it safe to mess with /etc/fstab?
I have better experience with it as i use it on my enigma reciever too...
Code: Select all
rootfs on / type rootfs (rw)
/dev/root on / type squashfs (ro,relatime)
sysfs on /sys type sysfs (rw,relatime)
tmpfs on /dev/shm type tmpfs (rw,relatime)
tmpfs on /dtv type tmpfs (rw,relatime,size=40960k)
tmpfs on /tmp type tmpfs (rw,relatime,size=36864k)
tmpfs on /freesia type tmpfs (rw,relatime,size=2048k)
tmpfs on /core type tmpfs (rw,relatime,size=30720k)
none on /sys/kernel/security type securityfs (rw,relatime)
/dev/mmcblk0p19 on /mtd_uncompexe type emmcfs (ro,relatime)
/dev/mmcblk0p17 on /mtd_exe type squashfs (ro,relatime)
none on /sys/fs/cgroup type cgroup (rw,relatime,cpu)
/dev/mmcblk0p16 on /mtd_rwarea type emmcfs (rw,relatime)
/dev/mmcblk0p14 on /mtd_drmregion_a type emmcfs (rw,relatime)
/dev/mmcblk0p15 on /mtd_drmregion_b type emmcfs (rw,relatime)
/dev/mmcblk0p21 on /mtd_rocommon type squashfs (ro,noexec,relatime)
/dev/mmcblk0p24 on /mtd_contents type emmcfs (rw,relatime)
none on /proc/bus/usb type usbfs (rw,relatime)
/dev/mmcblk0p26 on /mtd_rwcommon type emmcfs (rw,relatime)
/dev/loop0 on /mtd_rwcommon/widgets/manager/10130000000 type squashfs (ro,noexec,relatime)
/dev/mmcblk0p23 on /mtd_emanual type emmcfs (rw,relatime)
/dev/mmcblk0p25 on /mtd_swu type emmcfs (rw,relatime)
/tmp/loopnone on /mnt type ext4 (rw,sync,relatime,user_xattr,barrier=1,data=ordered)
devpts on /dev/pts type devpts (rw,relatime,mode=600)
/dev/mmcblk0p16 on /etc/profile type emmcfs (rw,relatime)
/dev/mmcblk0p16 on /etc/passwd type emmcfs (rw,relatime)
/dev/sda on /dtv/usb/sda type vfat (rw,dirsync,noatime,fmask=0022,dmask=0022,codepage=cp437,iocharset=utf8,shortname=mixed,usefree,flush,errors=continue)
/dtv/loop4 on /mtd_rwcommon/widgets/normal/111199001564 type squashfs (ro,relatime)
mount: mounting //192.168.0.196/record on /dtv/usb/sda failed: No such device
same mount was succesfuly mounted on via telnet on my enigma2 reciever box.
P.S. : Is it safe to mess with /etc/fstab?
I have better experience with it as i use it on my enigma reciever too...
Re: Samba & Windows 8.1 Pro
unfortunately didn't have any luck
.
any ideeas?

any ideeas?
Re: Samba & Windows 8.1 Pro
mount not on root of usb (/dtv/usb/sda), but on some subdirectory.
After mount command check the output to
dmesg | tail
this is debug information which may help to understand what`s wrong. Don`t touch /etc/fstab (it is read only anyway)
After mount command check the output to
dmesg | tail
this is debug information which may help to understand what`s wrong. Don`t touch /etc/fstab (it is read only anyway)
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
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
Re: Samba & Windows 8.1 Pro
it's impossible to mount anywere. I have created a folder named "record" inside mtd_rwcommon.
Code: Select all
busybox mount -t cifs -o user=********,password=*******,ro //192.168.0.196/record /mtd_rwcommon/record
mount: mounting //192.168.0.196/record on /mtd_rwcommon/record failed: No such device
Last edited by apoklyps3 on Sun Feb 23, 2014 9:10 am, edited 1 time in total.
Re: Samba & Windows 8.1 Pro
how do i support you if you don`t read what i`m asking for?
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
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
Re: Samba & Windows 8.1 Pro
maybe we don't understand each other...i don't understand what I didn't do in conformity with you request.
if you are asking about "dmesg | tail", i thought it wasn't necesary since the mount failed. but here it is :
mmcblk0p24: Meta: 6156KB Data: 256KB
mmcblk0p24: Meta: 6156KB Data: 256KB
mmcblk0p24: Meta: 6156KB Data: 256KB
mmcblk0p24: Meta: 6156KB Data: 256KB
mmcblk0p24: Meta: 6156KB Data: 256KB
mmcblk0p24: Meta: 6156KB Data: 256KB
mmcblk0p24: Meta: 6156KB Data: 256KB
mmcblk0p24: Meta: 6156KB Data: 256KB
mmcblk0p24: Meta: 6156KB Data: 256KB
mmcblk0p24: Meta: 6156KB Data: 256KB
if you are asking about "dmesg | tail", i thought it wasn't necesary since the mount failed. but here it is :
mmcblk0p24: Meta: 6156KB Data: 256KB
mmcblk0p24: Meta: 6156KB Data: 256KB
mmcblk0p24: Meta: 6156KB Data: 256KB
mmcblk0p24: Meta: 6156KB Data: 256KB
mmcblk0p24: Meta: 6156KB Data: 256KB
mmcblk0p24: Meta: 6156KB Data: 256KB
mmcblk0p24: Meta: 6156KB Data: 256KB
mmcblk0p24: Meta: 6156KB Data: 256KB
mmcblk0p24: Meta: 6156KB Data: 256KB
mmcblk0p24: Meta: 6156KB Data: 256KB