Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
06-12-2001, 09:30 AM
|
#1
|
LQ Newbie
Registered: Jun 2001
Posts: 2
Rep:
|
I'm using Red Hat 7.1 with the KDE Desktop. I would like to use Linux as my main OS on my laptop for work. If I can connect to, and mount shares on NT and Win2K servers, I would be able to use Linux for work. I have been testing my configuration at home, connecting to my Win2K server.
I'm able to use the:
smbclient -L 'servername' and the
smbclient //servername/sharename -U username
commands to successfully make connections to my Win2K shares.
I'm having trouble with the 'smbmount' command. I really need to be able to mount the NT shares. I read in a Red Hat guide that the proper syntax for smbmount is:
smbmount //servername/sharename /mnt/directory name -U username
When I use this command, I get an error that the -U is not an smbmount option. I have not been able to find any help with the smbmount command. What is the proper syntax for using this command?
Any help would be appreciated....cudneyd
|
|
|
06-12-2001, 02:09 PM
|
#2
|
Senior Member
Registered: May 2001
Location: Left Coast - Canada
Distribution: s l a c k w a r e
Posts: 2,731
Rep:
|
Try
Code:
smbclient -L \\netbiosname_of_NT_server -N
to see if you can list teh resources on the NT Farm.
|
|
|
06-14-2001, 11:49 PM
|
#3
|
Member
Registered: Feb 2001
Location: Texas
Distribution: Slackware, Mandrake, LFS
Posts: 306
Rep:
|
1. Make sure that smbfs is either installed in the kernel, or loaded as a module.
2. Depending on the file type, if it's fat32 your going to be fine, but if it's NTFS your going to only be able to mount it read only. Make sure whichever type your using you have them either compiled in or loaded as a module.
3. Run the command: # smbmount //server/share /mountpoint
This will automagically ask for your password, if correct it will mount, if not then you did something wrong.
Hope this helps,
J
|
|
|
All times are GMT -5. The time now is 04:24 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|