LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 11-26-2004, 09:52 AM   #1
tacca
Member
 
Registered: Oct 2004
Location: Angers, France
Distribution: SuSE 10.0
Posts: 47

Rep: Reputation: 15
Question how to connect to windows network disk


our school intranet is based on windows
and for each student we have a disk labeled 'z' that resides on the server machine
which means no matter from which machine we log on to the school net we can have access to this network disk by clicking "my z disk "

problem is i can't access this 'z' disk from my suse box
after i click "my z disk"
it says 'z' is not a registered protocol

and the URL is

*.fr/Intra/Relayer.aspx?Nomfic=z:&Titre=Mon%20r%C3%A9pertoire%20personnel

so how can i gain access to this disk?

i try using samba since i know it is a bridge between windows and unix network
but i dont know which program to run
findsmb did give out some results
but not so interesting
 
Old 11-26-2004, 02:17 PM   #2
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
mount \\server\share /mnt/my_z_disk

or something like that should do... i'd be interested to know what you've actually done to get this icon on your desktop... am i right in thinking you created a desktop icon and told it to run "Z:" ?? linux doesn't use drive letters. "Z:" will never *ever* mean anything in linux.

btw. it's worth stopping to realise how stupid drive letters are. what on earth does "C:" mean...?? why C? what a stupidly restrtictive and aribitrary convention that is.
 
Old 11-26-2004, 04:35 PM   #3
tacca
Member
 
Registered: Oct 2004
Location: Angers, France
Distribution: SuSE 10.0
Posts: 47

Original Poster
Rep: Reputation: 15
the 'my z' is a hyperlink on the school main page

i dont know how to find the server that provides the service in the first place
i have tried smbtree and the results are:

tacca@linux:~> smbtree
Password:
session request to 192.168.0.251 failed (Called name not present)
MSHOME
ENSAM
session request to 192.168.0.251 failed (Called name not present)
\\KONGJING
\\AN-ALPHA-7 Serveur WTS
\\AN-ALPHA-6 Serveur WTS
\\AN-ALPHA-5 Serveur WTS
EDUQUATRE
session request to 192.168.0.35 failed (Called name not present)
\\SERVEUR
AN-WTS
session request to 192.168.0.128 failed (Called name not present)
\\AN-WTS-CL23
\\AN-WTS-CL22
\\AN-WTS-CL21
\\AN-WTS-CL20
\\AN-WTS-CL19
\\AN-WTS-CL14


and i also tried nmap

Interesting ports on 192.168.0.35:
(The 1640 ports scanned but not shown below are in state: closed)
PORT STATE SERVICE
25/tcp open smtp
53/tcp open domain
80/tcp open http
88/tcp open kerberos-sec
135/tcp open msrpc
139/tcp open netbios-ssn
389/tcp open ldap
443/tcp open https
445/tcp open microsoft-ds
464/tcp open kpasswd5
593/tcp open http-rpc-epmap
636/tcp open ldapssl
1026/tcp open LSA-or-nterm
1029/tcp open ms-lsa
1084/tcp open ansoft-lm-2
2000/tcp open callbook
3268/tcp open globalcatLDAP
3269/tcp open globalcatLDAPssl
3372/tcp open msdtc

so how can i find where my netdisk is ?
 
Old 11-26-2004, 05:16 PM   #4
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
just look at where the drive is being mounted from in windows.

so basicBVGally you have a link in the homepage... "<a href=file://z:\blah..>" wow, that's seriously nasty... it's really relying on IE being both a browser and the windows shell. nasty.
 
Old 11-26-2004, 05:48 PM   #5
Roxbury Ranger
LQ Newbie
 
Registered: Nov 2004
Location: Boston, MA, USA
Distribution: PCLinuxOS .93
Posts: 8

Rep: Reputation: 0
You are soooo right...

Quote:
Originally posted by acid_kewpie
mount \\server\share /mnt/my_z_disk

or something like that should do... i'd be interested to know what you've actually done to get this icon on your desktop... am i right in thinking you created a desktop icon and told it to run "Z:" ?? linux doesn't use drive letters. "Z:" will never *ever* mean anything in linux.

btw. it's worth stopping to realise how stupid drive letters are. what on earth does "C:" mean...?? why C? what a stupidly restrtictive and aribitrary convention that is.
...After all, how could anyone possibly understand what a "C" drive is, when we all know intuitively from birth what "cron," "bash," and "hashstat" mean, for example. Fascinating how people can be locked into their own paradigms...
 
Old 11-27-2004, 04:20 AM   #6
Darin
Senior Member
 
Registered: Jan 2003
Location: Portland, OR USA
Distribution: Slackware, SLAX, Gentoo, RH/Fedora
Posts: 1,024

Rep: Reputation: 45
tacca,
Log into one of the school's windows boxes and hold the little windows logo key down while pressing the E key. you should get a window my computer showing all your drive letters, c:, z: etc and you can just look at z: and it should say something like tacca on 'school_pdc' (z:) which means \\school_pdc\tacca (the names will be slightly different, but that is the information you need) and you can then do exactly what acid_kewpie suggested, mount smb:\\school_pdc\tacca /mnt/school_homedir

Last edited by Darin; 11-27-2004 at 04:22 AM.
 
Old 11-27-2004, 03:52 PM   #7
tacca
Member
 
Registered: Oct 2004
Location: Angers, France
Distribution: SuSE 10.0
Posts: 47

Original Poster
Rep: Reputation: 15
merci for everyone
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Connect Linux PC to windows network ctkroeker Linux - Networking 3 07-06-2005 03:12 PM
How to connect to my Windows Network Brosky SUSE / openSUSE 11 03-03-2005 07:08 PM
linux machine does not connect to the network in windows network Bzuco Linux - Networking 2 07-19-2004 04:44 AM
Connect Linux to Windows network jay123 Linux - Newbie 3 06-21-2004 11:12 AM
Don't know how to connect to my windows network larley Linux - Networking 1 12-15-2003 03:56 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 08:38 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration