mount Win folder in UNIX ??


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users mount Win folder in UNIX ??
# 1  
Old 01-16-2003
Data 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 ordinary mount i got an message
RPC: Program not registred

Can someone just give me a hint so i know where to start.

Thanx
/Nick
# 2  
Old 01-16-2003
Normally that error comes from the fact that the NFS server isn't running the proper processes to allow your client to mount a drive.

Post your OS and version and the mount command you are attempting.

Also use the search button for this site to find other posts about your problem (such as this one ).
# 3  
Old 01-16-2003
I believe SAMBA installs a program called "mount_smb" which allows you to mount a Windows shared folder into a Unix system.

Smilie
# 4  
Old 01-16-2003
try this:

to view the shares:

$ smbclient -L host -U username

to mount the shares:

# mount -t smbfs //machine/dir /mountpoint -o username=user

# smbmount //machine/dir /mountpoing -o username=user

regards!
# 5  
Old 01-16-2003
Not all Unix variants can mount a windows share to the filesystem. Notably, I know that Linux can. The BSD's may as well - I can't recall. AIX, for example, can't.

It depends entirely on your Unix.
# 6  
Old 01-19-2003
That's for shure, if the kernel doesn't have support for the filesystem in question, there is now way to mount the share.

Linux is good Smilie
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Red Hat

Identify the folder is part of which mount point

Dear, I am using Redhat 6.6 . How to identify a given directory is part of which mount point. (2 Replies)
Discussion started by: aneesha
2 Replies

2. Shell Programming and Scripting

Folder growth in mount points

I have a file server that has a pretty large folder tree. There's a shared folder, under that are 5 departmental folders. Nested inside of those are thousands of subfolders and files. I would like to be able to trace growth of those 5 departmental folders. There are certain particular... (4 Replies)
Discussion started by: arijitsaha
4 Replies

3. UNIX and Linux Applications

Virtualbox Need to change share folder name before i can mount it

HI I would like to ask about my virtualbox 4.0.4 in my lucyd lynx box My shared forlder isn't auto mount in my linux guest OS. And everytime i manually mount using command sudo mount -t vboxsf <shared_folder_name> <Guest_location> it throw an error msg "/sbin/mount.vboxsf: mounting failed... (1 Reply)
Discussion started by: jao_madn
1 Replies

4. AIX

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... (1 Reply)
Discussion started by: mpasha06
1 Replies

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

6. IP Networking

Can't see home folder on one NFS mount but can in another mount on another share

Hello, I have a few Ubuntu 9.10 laptops I'm trying to learn NFS sharing with. I am just experimenting on this right now, so no harsh words about the security of what I'm playing with, please ;) Below are the configs /etc/exports on host /home/woodnt/Homeschool... (2 Replies)
Discussion started by: Narnie
2 Replies

7. AIX

Mount drive to Win2003 share folder

Dear all, How can mount a drive from AIX 4.3 to Windows 2003 Server share folder ? Thank a lot. (1 Reply)
Discussion started by: sinopec
1 Replies

8. UNIX for Dummies Questions & Answers

move from Win -> Unix

I'd like to become a web applications developer, and the company I currently work for use Sun/Apache and Perl, CGI and Python and Oracle to develop in (which is a little unfortunate for me as I have MS IIS and ASP/VBScript and SQL from my last job). I have an old laptop I'd like to convert from... (2 Replies)
Discussion started by: dawn
2 Replies

9. Windows & DOS: Issues & Discussions

win,unix

hi, Could anyone tell me mounting windows directories in unix.I have used mount command in all directions like mounting hd00,hd1,hd2,hd3 and so on but that don't work for me Mohan (2 Replies)
Discussion started by: mohan
2 Replies
Login or Register to Ask a Question