Re: Samba & Windows 8.1 Pro
Posted: Sun Feb 23, 2014 9:13 am
dmesg | tails comes right after you failed cifs mount command.
1. mount ...
2. dmesg | tail
1. mount ...
2. dmesg | tail
Code: Select all
VDLinux#> busybox mount -t cifs -o user=myuser,password=mypass,ro //192.168.0.196/record /mtd_rwcommon/record
mount: mounting //192.168.0.196/record on /mtd_rwcommon/record failed: No such device
VDLinux#> dmesg | tail
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
VDLinux#>
Code: Select all
lsmod
fuse 51788 0 - Live 0xbf3f2000
g_file_storage 20572 0 - Live 0xbf3e9000
dummy_hcd 11276 1 g_file_storage, Live 0xbf3e3000
ptys 10920 6 [permanent], Live 0xbf3dd000
SRS_module 6244 0 - Live 0xbf3d8000
anyver 2504 0 - Live 0xbf3d4000
ARS_module 7404 0 - Live 0xbf3d1000 (P)
usb_storage 32412 1 - Live 0xbf3c6000
exfat_fs 15600 0 - Live 0xbf3bf000 (P)
exfat_core 46112 1 exfat_fs, Live 0xbf3b0000 (P)
tntfs 419736 0 - Live 0xbf346000 (P)
mdrv_emac 17380 0 - Live 0xbf33e000
bthid 2792 0 - Live 0xbf33a000
hid_chicony 1068 0 - Live 0xbf336000
hid_apple 4016 0 - Live 0xbf332000
hid_microsoft 1864 0 - Live 0xbf32e000
mousedev 7708 0 - Live 0xbf329000
evdev 6688 0 - Live 0xbf324000
usbhid 13152 0 - Live 0xbf31d000
hid 40668 5 bthid,hid_chicony,hid_apple,hid_microsoft,usbhid, Live 0xbf310000
snd_pcm 47612 0 - Live 0xbf2f3000
snd_page_alloc 2600 1 snd_pcm, Live 0xbf2ef000
snd_hwdep 3700 0 - Live 0xbf2eb000
snd_rawmidi 12836 0 - Live 0xbf2e4000
snd_seq_device 3612 1 snd_rawmidi, Live 0xbf2e0000
snd_timer 13652 1 snd_pcm, Live 0xbf2d9000
snd 28168 5 snd_pcm,snd_hwdep,snd_rawmidi,snd_seq_device,snd_timer, Live 0xbf2cf000
soundcore 444 1 snd, Live 0xbf2cb000
v4l2_common 4340 0 - Live 0xbf2c8000
videodev 64676 1 v4l2_common, Live 0xbf2b5000
v4l2_int_device 1436 0 - Live 0xbf2b3000
ath6kl_usb 314804 0 - Live 0xbf23b000
cfg80211 154568 1 ath6kl_usb, Live 0xbf212000
samsung_mstar 1700660 0 - Live 0xbf06f000
compat 320 0 - Live 0xbf06b000
btusb 34020 1 - Live 0xbf05f000
samsung_mali 91060 31 - Live 0xbf045000
tzdrv 28524 56 - Live 0xbf03d000
ehci_hcd 43484 0 - Live 0xbf02f000
usbcore 100516 8 dummy_hcd,usb_storage,usbhid,ath6kl_usb,btusb,ehci_hcd, Live 0xbf013000
PreInit 61596 0 - Live 0xbf000000
VDLinux#>
Code: Select all
. /dtv/SGO.env
insmod $MOD_DIR/kernel/fs/cifs/cifs.ko
sleep 3
busybox mount -t cifs -o username=myuser,password=mypass,ro //192.168.0.196/record /mtd_rwcommon/record
Code: Select all
VDLinux#> . /dtv/SGO.env
VDLinux#> insmod $MOD_DIR/kernel/fs/cifs/cifs.ko
insmod: can't insert '/mnt/lib/modules/3.0.33/kernel/fs/cifs/cifs.ko': unknown symbol in module or invalid parameter