|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Connecting to Windows Shares
When I installed my Red Hat Linux 7.3, I installed as well SMB so I can connect to window shares over the network. My Windows computer is a Windows 2000 Server computer running Active Directory and sharing a few files.
How do I connect to it using SMB to log in with my user name and password? Note: I'm using KDE 3.0 btw, GNOME is also available. |
|
#2
|
|||
|
|||
|
man mount
man smbmount Generally, something like mount -t smbfs -o username=fred //foobox/share /mnt/somewhere should work.
__________________
PHP manual | MySQL manual | Apache docs | Linux Documentation Project | Free Software Foundation Smart Questions HOWTO | PHP security | PHP FAQ | Posting HOWTO Wikipedia | English dictionary | Google | News | RFCs Thus Spoke Zarathustra | A Skeptic's Guide to Christianity | Project Gutenberg | Skeptic's Annotated Bible ParEcon | Marxists Internet Archive | The Memory Hole | Landover Baptist | DHMO Research Universal Declaration of Human Rights | UN Charter | Geneva Conventions Sinfest | Chopping Block | Filthy Lies | Bob the Angry Flower | How to Shoot Yourself In the Foot |
|
#3
|
|||
|
|||
|
The server is in active directory and sharing a file. Here is the info...
Folder = test Domain = mydomain.com Computer = comp1 mount -t smbfs -o username=eliteboo //comp1.mydomain.com/test /mnt/somewhere Is this the correct format? If so, it's not working? |
|
#4
|
|||
|
|||
|
Are you going to post the actual error message later or should I just guess what it is?
|
|
#5
|
||||
|
||||
|
This is what I use on my Redhat 7.3 and works:
mount -t smbfs -o username=bob,password=abc123 //bobsmachine/D /mnt/bob/D |
![]() |
| Viewing: Dev Shed Forums > Operating Systems > Linux Help > Connecting to Windows Shares |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|