Mounting shares from a Windows PC


 
Thread Tools Search this Thread
Special Forums IP Networking Mounting shares from a Windows PC
# 1  
Old 12-19-2001
Mounting shares from a Windows PC

Hi...

I can ping my Windows PC using both the IP address and NetBios name and I can ping my Linux box the same, IP address and NetBios name. I can even use smbclient to see the shares on my Windows PC. But I can't map the shares so that Linux sees it as a drive. How do I do that?
# 2  
Old 12-19-2001
look for the program called 'smbmount'. It lets you mount a Windows share on your linux box...
# 3  
Old 12-19-2001
Thanx PxT,

I tried the smbmount program... Smilie Actually, before registering here, I printed out all the man pages related to the Samba suite that I can find--even 116 pages of smb.conf (just so that they're readily avail). And they've helped me out. Honestly, everything I've downloaded from installing Linux to networking it (so far) has helped. But the smbmount man page has got me stumped. Maybe I'm not typing the command in correctly. Can show me an example of how it should me done?

Thanx again.
SeCBerm
# 4  
Old 12-20-2001
smbmount

Hi SeCBerm

Try this:

smbmount //netbios_name/shared_folder/... /your/directory/... -o username=foo

you don't need to include -o (options).
Peek at manpages for options.

Ex.
smbmount //tolkien/My_Share/Windows /home/win -o username=gandalf,password=ring

/*ghost*/
# 5  
Old 12-20-2001
smbumount

Hi SeCBerm

I forgott to say how you umount the share

smbumount /your/directory/...

/*ghost*/
# 6  
Old 12-20-2001
Thanx PxT and /*ghost*/...

That example was what I needed... the -o option threw me!!!! Smilie Thanx alot. Much appreciated.

Last edited by SeCBerm; 12-21-2001 at 10:43 AM..
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. AIX

Samba 3.6 on AIX 7.1 - Windows 10 Access to AIX file shares using Active Directory authentication

I am running AIX 7.1 and currently we have samba 3.6.25 installed on the server. As it stands some AIX folders are shared that can be accessed by certain Windows users. The problem is that since Windows 10 the guest feature no longer works so users have to manually type in their Windows login/pwd... (14 Replies)
Discussion started by: linuxsnake
14 Replies

2. Shell Programming and Scripting

[Perl] Module for recursive listing of remote Windows shares

Hi, I'm looking for a Perl module which can recursively list remote Windows shares from within a Linux machine. I've tried Filesys::SmbClient ans Filesys:SmbClientPars but they just list the current directory Thank You for your help (4 Replies)
Discussion started by: Fundix
4 Replies

3. AIX

Use SMB/CIFS signing when mounting Win shares

Hi, We have a number of Windows Server 2003 shares mounted on our AIX server via CIFS, using a command similar to this: mkcifsmnt -f /test -d testshare -h testserver -c testuser -p pass -w DOMAIN The windows servers are currently being upgraded to 2012, and as part of this they are setting... (0 Replies)
Discussion started by: AndyG
0 Replies

4. UNIX for Dummies Questions & Answers

Help mounting Samba shares

I have these two shares on my Ubuntu Server: path = /media/share read only = no guest ok = yes path = /var/www read only = noI want to mount them to the directories that I created on my Desktop called "shared" and "www" how do I do this? I ran the command: smbclient -L... (1 Reply)
Discussion started by: shadowcat
1 Replies

5. UNIX for Dummies Questions & Answers

Errors when connecting to SMB shares from Windows

Hi all I have a server running Oracle Linux. When i try \\linux-server\share I get prompted for username & password or I get a permission denied error. I see these errors in the messages file on the Linux server: smbd: auth/auth_util.c:create_builtin_administrators(792) Feb 15 10:39:13... (0 Replies)
Discussion started by: wbdevilliers
0 Replies

6. Red Hat

Mounting Windows Filesystem

i am new to linux i want to know how to create ntfs partition and mount all windows drives in linux please help me (2 Replies)
Discussion started by: arunkmohan18
2 Replies

7. UNIX for Advanced & Expert Users

Help mounting Windows share in UNIX

We recently upgraded one of our engineering servers, and now the lone UNIX box that houses older CAD files can not connect to it. I have tried every variation of mount I can find, but to no avail. Help is appreciated. Here are the specs: Server: Windows 2003 x64 with Unix Services for Windows... (8 Replies)
Discussion started by: shatterstorm
8 Replies

8. HP-UX

Mounting of unix NFS to windows XP

is it possible? i will only config on the windows side. is there a third party software to help me accomplish this? tnx (3 Replies)
Discussion started by: Amaru
3 Replies

9. Solaris

windows mounting on sun

i have a problem in my sparc based solaris network i want to mount some of windows directories on sun solaris9 if any body know how to do this please tell me . regards. (3 Replies)
Discussion started by: asif.suleman
3 Replies

10. Windows & DOS: Issues & Discussions

Mounting a windows share on AIX

Hi, How can I mount a Windows share (over samba) on an AIX machine? I know there is a utility called smbmount on Linux, but alas, I cannot find out how to the same thing on AIX. anyone have any ideas? thanks! (3 Replies)
Discussion started by: szahir1
3 Replies
Login or Register to Ask a Question