Mapping Windiow folder in Linux Server and should be accessable


 
Thread Tools Search this Thread
Operating Systems Linux Mapping Windiow folder in Linux Server and should be accessable
# 1  
Old 03-07-2012
Mapping Windiow folder in Linux Server and should be accessable

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.

My operating system version details given below.
[oracle@testdb dump]$ uname -a
Linux testdb.mawarid.local 2.6.9-55.ELsmp #1 SMP Fri Apr 20 16:36:54 EDT 2007 x86_64 x86_64 x86_64 GNU/Linux


Thank you,
Fareed.
Mohammed Fareed
# 2  
Old 03-07-2012
I'd research Samba (SMB) and then install and configure it so that the Windows folder could be shared to my Linux host.
# 3  
Old 03-07-2012
Appricaited if I get the steps to performs this.
Mohammed Fareed
# 4  
Old 03-07-2012
You may or may not need SAMBA to do this. Depending on the version of Windows, you may be able to use NFS to mount the Linux server's directory to Windows, so that you can move files between them.

Also, uname does NOT give the OS version, but only the Kernel version. We don't know what operating system you are using.

Essentially, you have told us the engine in your car, but no details about what model or make.
# 5  
Old 03-07-2012
Please find the server details given below.


Code:
[oracle@testdb ~]$ tail /etc/redhat-release
Red Hat Enterprise Linux ES release 4 (Nahant Update 5)
[oracle@testdb ~]$ cat /etc/issue
Red Hat Enterprise Linux ES release 4 (Nahant Update 5)
Kernel \r on an \m

[oracle@testdb ~]$


Last edited by Corona688; 03-07-2012 at 03:43 PM.. Reason: Code tags, please.
Mohammed Fareed
# 6  
Old 03-07-2012
and what version of Windows? Would it be acceptable for your windows machine to NFS mount to the Linux machine so that when the Linux machine drops the files, the Windows machine could act on them?
# 7  
Old 03-08-2012
Its windows 2003,Our plan we have to place the reports which are big in size and that are automated with crontab.

Hope you got my point.

Thank you,

---------- Post updated at 05:10 AM ---------- Previous update was at 12:55 AM ----------

Appricatied if you provide solutions as per my requirement!!
Mohammed Fareed
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Sftp cannot see folder in destination server

I'm using sftp to connect from a Windows server (User ID is ssh1) to AIX server (User ID ftpeapsg) to access /sftp/ftphrssg/HRSSG/EAPSG in AIX server. User ftpeapsg is created on AIX server. Able to connect to AIX server fine without the need for password however not able to see the folder... (4 Replies)
Discussion started by: userguy
4 Replies

2. HP-UX

Unable to mount shared folder from Linux server

Hi all, I have 3 servers, rx2600, rx2600, and rx2660. I have another x86 server running on Suse, and create a shared folder named /public From 1 of the rx2600 server I can mount that shared folder : intaqa:/>mount 10.1.2.82:/public /bkup intaqa:/>cd /bkup But from 2 others server I... (29 Replies)
Discussion started by: rexmale
29 Replies

3. Shell Programming and Scripting

Copy folder and files from unix server to linux server

We would be migrating unix solaries to Linux redhat. Basically source is unix and target is linux. i would like to copy entire file system unix/source/* to target linux/souce/* but target linux has only folder setup so what ever files copied need to be placed in the linux server with same... (8 Replies)
Discussion started by: balajikalai
8 Replies

4. Shell Programming and Scripting

Creating unique mapping from multiple mapping

Hello, I do not know if this is the right title to use. I have a large dictionary database which has the following structure: where a b c d e are in English and p q r s t are in a target language., the two separated by the delimiter =. What I am looking for is a perl script which will take... (5 Replies)
Discussion started by: gimley
5 Replies

5. UNIX for Advanced & Expert Users

Help Required for copying a folder from one server to another

Hi all, I have a requirement in which i have to check the latest folder in server A and move the same to Server B with all the subdirectories and files. This has to be done automatically without providing password at each execution. Help me in the same. Thanks in Advance!!! (2 Replies)
Discussion started by: mick_000
2 Replies

6. UNIX for Dummies Questions & Answers

To sync folder for 3 server and all 3 is master

I have 3 server with same folder name and path in it /home/test. But the data in folder quantity is not same for 3 of them and I want to sync the data inside the each folder to be equal. Its not like master and client, but looks like all three server is master to copy to each other. 1- Can rsync... (2 Replies)
Discussion started by: hezry79
2 Replies

7. UNIX and Linux Applications

Copy folder and its contents from HP Unix server to RH Linux

I am trying to copy a folder and all its contents from HP Unix box to RH linux, using the following. rsync -avz -e "ssh" /users/www/webroot/docFiles/Division/Ctry ftpuser@10.4.xxx.yz:/data/webroot/development/contentfiles/webroot/docFiles/Division/Ctry/QAfiles And it throws a consistent... (2 Replies)
Discussion started by: FanTom
2 Replies

8. UNIX for Dummies Questions & Answers

copy folder from one server to another

Dear ALL I have two Sco Unix ver 5.0.5 servers and i want to copy one folder from server A (IP 192.168.0.1) to server B(IP 192.168.0.2). I want a script file using maybe "ftp" to do the job Kindly any help (11 Replies)
Discussion started by: sak900354
11 Replies

9. UNIX for Dummies Questions & Answers

Linux Managed Server, Mapping Dns To Directory

Ok, so I am new at this stuff. I have just created a new directory in my linux root server and I am trying to have that specific directory linked with my domain name. Make sense? Any help would be sweeeeet! Thanks (0 Replies)
Discussion started by: zapmedia
0 Replies

10. UNIX for Advanced & Expert Users

Mapping dir/folder

Dear All, Please advise:- I want to do a folder mapping from Sun Solaris Server to another WindowSytem. So that, my JSP Application can get read xml files. Note: The folder is created at the WindowSystem,for example, "xmlshare". Is it needed to install Samba for it to run? Thank you.... (1 Reply)
Discussion started by: lwy2020
1 Replies
Login or Register to Ask a Question