View Single Post
Posts: 458 | Thanked: 783 times | Joined on Jan 2010 @ France
#1520
Originally Posted by kaos_king View Post
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
Ok, I have investigated the problem, and it look like we gona go to a big pain to fix it ...

Well, to be able to mount samba shares (cifs) we need mount.cifs contained in package 'smbfs' that depend himself on package 'samba-common'.

And there is error in postinstallation script of the package 'samba-common', leaving the packages unconfigured.

I have tried to fix it but now the sed regex used in this script was mis-interpreted by busybox sed :-(

I'm trying to do my best but I do not promise anything on this subject ...

A++
 

The Following 2 Users Say Thank You to colin.stephane For This Useful Post: