Unable to share win folder in AIX


 
Thread Tools Search this Thread
Operating Systems AIX Unable to share win folder in AIX
# 1  
Old 03-17-2011
Unable to share win folder in AIX

Hi,
Iam unable to share WInXp folder in AIX, i configured samba, its working fine, i am able to access win folder from AIX by using samba but unbale to access AIX folder from Windows.

bash-3.00# mount -v cifs -n Win_IP/Win_username/Win_passwd /Win_Folder /AIX-folder

Result:
There was an error connecting the share or the server.
Make sure the lsdev command shows that device nsmb0 is in
the Available state. Also make sure that the share name,
user name and password are accurate.

nsmb0
nsmb0 Available N/A

please give me the solution.

and
----


mount -v cifs -n Win_machine/user_name/password /Win_share_folder /AIX-Share_folder

and i am getting below error.

-318 cifs is not a known vfs type for object /test.

Last edited by mpasha06; 03-17-2011 at 10:03 AM..
# 2  
Old 03-17-2011
Do you have these filesets installed?
Code:
hostname:/:$ lslpp -L | grep -i cifs
  bos.cifs_fs.rte            7.1.0.0    C     F    Runtime for SMBFS
  bos.cifs_fs.smit           7.1.0.0    C     F    SMIT Interface for SMBFS
hostname:/:$

Also, samba only lets you mount the share itself. You cannot map subdirectories in Windows share. If they share on the Windows box is "Win_share_folder", then that is what you have to mount. I map Windows shares on my AIX boxes and the syntax you are using is the same that I use. Here is the example command I modify when mapping Windows shares.
Code:
mount -v cifs -n rmt_hostname/rmt_user/rmte_password /rmt_share /mnt/windows

Also, if the Windows user account is a domain account the "-o wrkgrp=domain" has to be specified in the command. If you are authenticating with a local Windows account (versus a domain account), the option is not required.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Trying to share a folder between windows machine and VM

I was following the guide I found here for doing this and I reached the step where I added myself to the vboxsf group but I am still getting a permissions denied message when I try to get into the folder: ubuntu12@ubuntu12-VirtualBox: /media$ cd sf_Shared_files/ bash: cd: sf_Shared_files/:... (0 Replies)
Discussion started by: Circuits
0 Replies

2. Windows & DOS: Issues & Discussions

Unable to access the CIFS share folder on windows by IP

Hi All Actually I have NAS Storage and Suddenly I got problem Unable to access the CIFS share folder on windows host, however the IP is pinging and the share is accessible via share name. The share can be accessed via share name only on Windows higher Windows Versions. Any help guys (4 Replies)
Discussion started by: Abu_SM
4 Replies

3. Red Hat

Share folder between vmware and windows

when i try to mount share folder in redhat mount share -t vmboxfs /mnt it shows no filesystem vmbox:) (4 Replies)
Discussion started by: amitbharad
4 Replies

4. Solaris

mount windows share folder

all,,i need help,,i try to mount a windows 2000 share folder to my system,,i already userd smb mount,mount -F and bunch of stuff and none is working,,can anyone give me a script to this?? PS : when i use mount -F i got this message : nfs mount: insufficient privileges ,,, is it must be root ? (6 Replies)
Discussion started by: Cellscript
6 Replies

5. Solaris

mounting windows share folder

please help me,,i need step to mount windows share folder,,i try samba and nfs and it didnt work (in my linux server the command is fine),,can somenone give me an example for this to be done? (0 Replies)
Discussion started by: Cellscript
0 Replies

6. Solaris

how to share a folder from windows xp to solaris 8

how to share a folder from windows xp to solaris 8? with out using samba?it is possible or not for sharing a folder between windows and solaris 8 (1 Reply)
Discussion started by: tv.praveenkumar
1 Replies

7. UNIX for Dummies Questions & Answers

unable to telnet from win xp to sun fire v880 server

Hi everybody i am trying to telnet to sun server from win xp machine but getting message "x21 error connection closed by remote user". i had make changes in /etc/default/login & /etc/fuser file still i have not getting telnet access. my win xp machines ip is 10.205.121.177 & sun server ip is... (1 Reply)
Discussion started by: pshelke
1 Replies

8. HP-UX

How to Share out a folder in Hp UX 10.20 OS

Hi all, I'm new to UNIX and recently i just being assign to work with a HP UX 10.20 Operation Systems. So i wonder if i can share out some folder in the system as this UNIX is link to another Windows base PC. My purpose is to do some auto file maintenance where i can copy/delete files in UNIX... (1 Reply)
Discussion started by: sim2004
1 Replies

9. Linux

how i can share from fc5 folder

hai friends i am using fc5 i configured samba and i can access windows files and folders in my network of linux. but in windows(xp.2000) i can not access my fc5 folder. pls x-xplain me anybody what i need to do in gui of fc5 for to enable to share my files and folders to windows(my samba... (0 Replies)
Discussion started by: sadiquep
0 Replies

10. UNIX for Advanced & Expert Users

mount Win folder in UNIX ??

Hello, I like to mount an windows folder on my NT4 system in my UNIX system. How can i do that, i have installed SAMBA 2.2.7 on my Unix machine so i can access the UNIX machine from the NT . Do i need to install anything on the NT machine, or anymore software on the UNIX. I tried to do an... (5 Replies)
Discussion started by: sajjan2
5 Replies
Login or Register to Ask a Question