On Jan 20, 2008 6:45 PM, MVallevand <[EMAIL PROTECTED]> wrote:
> Sounds like the problem is CIFS and not mvpmc. If you are interested
> you can try the mvpmc with samba stuff with this file
> http://www.mvpmc.org/~mvallevand/mvpmc_smbfs.zip
> The instructions are inside.

Seems to work fine! I do get some nastygrams though and it took quite
a while to come back to the prompt. Missing codepages don't worry me
but what is the "no network interfaces found"?

Welcome to MediaMVP!
192.168.0.108 login: root
BusyBox v1.1.3 (2008.01.16-08:00+0000) Built-in shell (ash)
Enter 'help' for a list of built-in commands.
# etc/mvpmc/smb.sh
load_client_codepage: filename
/usr/local/samba/lib/codepages/codepage.850 does not exist.
load_unicode_map: filename
/usr/local/samba/lib/codepages/unicode_map.850 does not exist.
load_unicode_map: filename
/usr/local/samba/lib/codepages/unicode_map.ISO8859-1 does not exist.
WARNING: no network interfaces found
#

My smb.sh file looks like:

#!/bin/sh
mkdir -p /usr/local/samba/lib
echo "interfaces = "$IP"/24" > /usr/local/samba/lib/smb.conf
PATH=/etc/mvpmc:$PATH
ln -s /etc/mvpmc/libdl-0.9.28.so /lib/libdl.so.0
insmod /etc/mvpmc/smbfs.o

mkdir /etc/Music
smbmount //192.168.0.105/Music /etc/Music -o guest

Thanks,
Ron

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Mvpmc-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mvpmc-users
mvpmc wiki: http://mvpmc.wikispaces.com/

Reply via email to