problem when mounting Windows drive in AIX


 
Thread Tools Search this Thread
Operating Systems AIX problem when mounting Windows drive in AIX
# 1  
Old 03-01-2012
problem when mounting Windows drive in AIX

Hi,

I have a problem when I was trying to mount windows XP shared folder in AIX v5.3

I used command
Quote:
mount -v cifs -n windowsip/user/pass /sharedfolder /mountpoint
and I got this:
Quote:
/sbin/helpers/mount_cifs: A file or directory in the path name does not exist.
what does it mean?
Is there any solution without install cifs?

Thanks
# 2  
Old 03-01-2012
Quote:
Originally Posted by sunshiner
Hi,

I have a problem when I was trying to mount windows XP shared folder in AIX v5.3

I used command


and I got this:


what does it mean?
Is there any solution without install cifs?

Thanks
Does /mountpoint exist on the AIX system?
# 3  
Old 03-01-2012
Yes, The mount point is exist, the sharedfolder too
# 4  
Old 03-01-2012
Code:
mount -v cifs -n windowsip/user/pass /sharedfolder /mountpoint

This command does not look correct. Following the -n should be the node name of the remote system. Is the remote filesystem windowsip/user/pass/sharedfolder?

I still question whether /mountpoint exists.
# 5  
Old 03-01-2012
1. Create the mount point directory.
2. If the windows machine is in Active Directory Domain, you need to issue this command:

Code:
#mount -v cifs -n serverip/username/password -o wrkgrp=domain,fmode=755
/sharename /localmountpoint

# 6  
Old 03-02-2012
If you have the smbclient installed (part of samba.base), you can try to connect to the Windows share and at least verify that you are authenticating correctly.
Code:
hostname:/> smbclient //windowsip/sharename -U domain/user
Enter domain/user's password:
Domain=[domain] OS=[Windows Server 2003 3790 Service Pack 2] Server=[Windows Server 2003 5.2]
smb: \>

Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. AIX

How can we share a AIX drive on to Windows 2012 server?

Hi, How can we share a AIX drive on to Windows 2012 server. or vise versa. Note: Not using NFS/CIFS/samba. (*we are not able to use samba/NFS/CIFS for some reason) Requirement: How to have real time file sharing over the network between Windows and UNIX Do you guys have any ... (4 Replies)
Discussion started by: System Admin 77
4 Replies

2. AIX

AIX 4.2.1 Tape Drive Problem

Hi, The problem I have is I want to restore my AIX machine. I have created a mksysb tape from my tape drive rmt0 and I changed the bootlist using this command "bootlist -m normal rmt0 hdisk0". However, when I display the bootlist "bootlist -om normal", it shows '-' hdisk0. I googled and... (2 Replies)
Discussion started by: AixNoob87
2 Replies

3. Linux

Mounting windows drive into linux server

Dear Experts, My buissness requierment is to place some automated files in Windows server, Now Can you help me to map the Windows folder into Linux server. Windows Details:-windows 2003 Linux Details:- $ uname -a Linux testdb.mawarid.local 2.6.9-55.ELsmp #1 SMP Fri Apr 20 16:36:54 EDT 2007... (3 Replies)
Discussion started by: Mohammed Fareed
3 Replies

4. SCO

mounting USB floppy drive /Flash drive in OSR 6.0

Can anybody help me out to mount USB flash /floppy drive in sco openserver 6.0 . (5 Replies)
Discussion started by: sureshdrajan
5 Replies

5. AIX

Mounting a USB Drive in AIX 5.3 ML 6, P570

Hi Can somebody help me know , How can i mount a USB drive in my AIX 5.3 ML6, P570 Server. This is a Bit urgent for me. Thanks in advance.. Regards Raj (0 Replies)
Discussion started by: rdkumarj
0 Replies

6. SCO

SCO6 NFS Problem mounting Windows resource

Hi, We are testing SCO6 for an upgrade. We currently have a SCO5.0.4 system that mounts a remote directory on a Windows 2000 server. The windows server has 'services for unix' installed to enable the required directory to be mounted on the SCO system. On SCO we run '/etc/mount -v -f NFS... (2 Replies)
Discussion started by: sidnagra
2 Replies

7. UNIX for Dummies Questions & Answers

Mounting a Windows Network Drive on Solaris 10

Hi, I have a Solaris 10 OS. I would like to map a network drive to a Windows machine. I have typed the following command #mount 192.1.1.1:/content_dir /windows 192.1.1.1 - ip address of my windows box content_dir - directory that I have shared out to others users on my windows box... (3 Replies)
Discussion started by: annointed3
3 Replies

8. UNIX for Dummies Questions & Answers

Problem mounting different named drive

Hi all, I've got a system here in which I have put a hard drive that was previously mirrored in a supposedly identical system. I am now attempting to boot from this drive alone but get these messages: --- ad4: 58644MB <Maxtor 6Y060L0> at ata2-master UDMA100 Mounting root from ufs:/dev/ar0a... (0 Replies)
Discussion started by: jimbostyx
0 Replies

9. 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