View Single Post
Posts: 284 | Thanked: 74 times | Joined on Mar 2010 @ Wigan, UK
#1519
Originally Posted by colin.stephane View Post
Hi,

What about the results of these commands as 'root' inside a terminal console ? (copy/paste only the part in bold) :

Code:
-bash-2.05b# modprobe cifs ; lsmod | grep cifs
cifs                  226904  0 
-bash-2.05b#
A++
Thanks for your reply, my terminal shows the same as yours:

Code:
/home/user # modprobe cifs ; lsmod | grep cifs
cifs                  226904  0 
/home/user #
** Edit ** - Am I running the right command though or am I doing something silly? Other than power kernel i've done no other mods to try and make it work, i hope thats right. This is the command im trying:

Code:
mount -t cifs //LENOVO-DT/f$/ /home/user/MyDocs/KaosExt -o user=remote,pass=****,ip=192.168.2.2,direct

Last edited by kaos_king; 2011-09-06 at 18:37.