View Single Post
Posts: 284 | Thanked: 74 times | Joined on Mar 2010 @ Wigan, UK
#1522
Originally Posted by Larswad View Post
as an intermediate fix you can try installing wizard-mounter.
but that is a gui frontend though, maybe you wanted to use command line only.
I dont mind gui but I had already tried it, got permissions denied but couldn't figure why.

Originally Posted by colin.stephane View Post
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++
Seems we need kernel-module-cifs. With this installed I ran the following command and it successfully mounted the drive

Code:
mount -t cifs //192.168.2.2/f$/ /home/user/MyDocs/KaosExt -o user=remote,pass=****
N.B. - I used IP not netbios name, and I dropped off ",ip=192.168.2.2,direct" from the end of the command that I was previously running. Happy now, now just need to search how to write a script that will auto sync.
 

The Following 2 Users Say Thank You to kaos_king For This Useful Post: