shared HD

Hallo, i’ve just “switched” to SuseLinux from WinXP and I cannot solve what should be a very simple item. Could you pls help me? On my network I have a stand-alone HD, working on a specific IP address, with assigned WorkGroup name and Host name. In Internet Explorer accessing to those files was immediate, simply writing //Hostname, isn’t there a similar immediate command with Linux? Thanks

On Sat October 11 2008 07:46 am, alvin75 wrote:

>
> Hallo, i’ve just “switched” to SuseLinux from WinXP and I cannot solve
> what should be a very simple item. Could you pls help me? On my network
> I have a stand-alone HD, working on a specific IP address, with assigned
> WorkGroup name and Host name. In Internet Explorer accessing to those
> files was immediate, simply writing //Hostname, isn’t there a similar
> immediate command with Linux? Thanks
>
>
alvin75;

I believe you will need to configure Samba, then all should work similar to
Windows. See: http://www.swerdna.net.au/linux.html for a good HowTo.


P. V.
Cogito cogito ergo cogito sum.

alvin75 wrote:
> Hallo, i’ve just “switched” to SuseLinux from WinXP and I cannot solve
> what should be a very simple item. Could you pls help me? On my network
> I have a stand-alone HD, working on a specific IP address, with assigned
> WorkGroup name and Host name. In Internet Explorer accessing to those
> files was immediate, simply writing //Hostname, isn’t there a similar
> immediate command with Linux? Thanks

Try
smb://<ip-address>/ in konquror

Little Red Rooster, you are the MAN! Frack yeah! I was going to ask the same question but not now!

Hi, thank you for the information, now I can view the main directory of the HD, but unfortunately only this one. That is, if i try to open a folder nothing happens… Do you think it might be a problem of configuration of Samba?
Thanks
Alvin75

and in Konqueror i read “the process (…) has died” :frowning:
alvin75

alvin75 wrote:
> LittleRedRooster;1882373 Wrote:
>> alvin75 wrote:
>>> Try
>>> smb://<ip-address>/ in konquror
>
> Hi, thank you for the information, now I can view the main directory of
> the HD, but unfortunately only this one. That is, if i try to open a
> folder nothing happens… Do you think it might be a problem of
> configuration of Samba?

Samba (the CIFS server) has nothing to do with it. Afaik konqueror just
uses the libsmbclient library. But if I use konqueror like this to
access my office shares through an OpenVPN tunnel, it works as expected.
Are you sure your Windows server admin hasn’t set a deny for remote IP
addresses or something like that?

Personally, I use mount.cifs to mount a remote share. Never fails, and
at least you see error messages when something breaks.

alvin75 wrote:
> and in Konqueror i read “the process (…) has died” :frowning:
> alvin75

What happens when you use smbclient?
smbclient //<ip_address>/<service> -Uuser

e.g.

$smbclient //192.168.0.3/theo -Utheo
Password:
Domain=[LINTERNALB] OS=[Unix] Server=[Samba 3.0.26a-3.7-1787-SUSE-SL10.3]
smb: &gt; ls
. D 0 Fri Oct 17 13:13:31 2008
… D 0 Thu Apr 24 19:29:59 2008
.adobe DH 0 Mon May 5 08:52:34 2008
.xcoralrc H 7913 Fri Apr 18 09:44:56 2008
src D 0 Wed Jul 2 12:24:05 2008
.ssh DH 0 Wed Jul 2 15:03:50 2008
.ICEauthority H 766 Fri Oct 17 13:13:30 2008
.pyhistory H 3945 Tue Oct 14 17:20:08 2008
…]