busybox Digest, Vol 45, Issue 14

Harald Küthe harald-tuxbox at arcor.de
Thu Apr 9 11:51:23 UTC 2009


> Message: 1
> Date: Wed, 08 Apr 2009 18:17:48 +0200
> From: Guenter <lists at gknw.net>
> Subject: Re: mounting a cifs share
> To: Chris Conroy <Chris.Conroy at hillcrestlabs.com>
> Cc: busybox at busybox.net
> Message-ID: <49DCCE2C.8050803 at gknw.net>
> Content-Type: text/plain; charset=ISO-8859-1
> 
> Hi Chris,
> Chris Conroy schrieb:
>> Typo there, clearly you also want to keep your mount destination
>>
>> mount -t cifs //server/share /mnt/win32 -v -o
>> user=username,pass=password
> thanks, I was aware of this option, and used it already, so that was not
> the prob....
> 
> 
>> First, make sure you've loaded the CIFS module (use lsmod to make sure
>> it is loaded).
> but this is clearly the prob! And I even found that the cifs module isnt
> official part of 2.4 kernel, argh! Though found a 2.4 backport at
> http://linux-cifs.samba.org/cifs/cifs_download.html
> which I now try to compile...
> 
> thanks very much for pointing me to it; did not think about!
> 
> Guen.
> 
> 
Hello Guenter,
I only managed to mount a cifs share with the following command:
<mount -t cifs \\foo /mnt/share -o user=$XXX,pass=$YYY,unc=//name/path>
Note that the unc option must be present here.

Regards
Harald




More information about the busybox mailing list