Sponsored Content
Top Forums UNIX for Dummies Questions & Answers Need help to access/mount so to access folder/files on a Remote System using Linux OS Post 4663 by S.Vishwanath on Monday 30th of July 2001 07:27:41 AM
Old 07-30-2001
Need help to access/mount so to access folder/files on a Remote System using Linux OS

Hi

I need to access files from a specific folder of a Linux system from an another Linux System Remotely.

I know how to, Export a folder on One SCO System & can access the same by using Import via., NFS in the Sco Unix SVR4 System using the scoadmin utility.

Also, I know to use mount -t "source system Ipaddress:/folder to be accessed" "local systems mount point folder where access required" on True64 Unix.

But I want to know how to do the same on Linux OS.

i.e. how to access /usr/user1 of 12.12.12.12 system from 13.13.13.13 system so that I can use them directly from 13.13.13.13.

Probably I know some think like NFS & RFS Services., but not sure.

Please do let me know if u have any IDEAS.

Advance Thankx.

Vishwa.
 

8 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

TomCat access in an Remote Linux Server

Hi all, I Installed Tomcat in an remote linux server (/usr/tomcat)and start service, using ./startup.sh (and tried with ./catalina.sh too). //----------------------------------------------------------------// # ./startup.sh Using CATALINA_BASE: /usr/tomcat/apache-tomcat-6.0.16/ Using... (1 Reply)
Discussion started by: gothama
1 Replies

2. Linux

URGENT :- Linux remote access... issue

Hi ! I have a linux machine( stand lone) in my office network. now, I have application on that machine ( web based) I'm not able to access that box.. using http://abc:4435/console I'm able to ping that box.. and also connect via "ssh" Pls.... help.. Its a production issue... ... (2 Replies)
Discussion started by: dashok.83
2 Replies

3. UNIX for Advanced & Expert Users

Help with Script to Access Remote Files

I need to access files on remote servers and need to do this in a script because there are 100's of servers and 1000's of files. I've tried ssh user@host 'ls -l /dir path/fileName' but cannot figure out how to deal with the prompt for password (here document is of no help). I've read of... (2 Replies)
Discussion started by: twk
2 Replies

4. UNIX for Dummies Questions & Answers

kernel giving access for multiple users to access files

hi all, i want to know y kernel is giving access for multiple users to access a file when one user may be the owner is executing that file. Because other user can manipulate that file when the other user is executing that file, it will give the unexpected result to owner . plz help me... (1 Reply)
Discussion started by: jimmyuk
1 Replies

5. Linux

Remote Access of Red Hat Linux

Dear Friends, I have Red Hat Enterprise Linux 5.0 Server installed in HP Blade server which is dont have monitor. I want access my Linux server on my windows XP Pro with full graphic through the network. Please help me how to do it. I have root password. Thanks. :b: (10 Replies)
Discussion started by: pramodpatil
10 Replies

6. Homework & Coursework Questions

Remote Access vs Local Access

Dear Friends, This is not a problem , it's a course work (UNIX scenario).... As part of it I am searching Remote Attacks and find points as 1. Exploiting a listening service 2. Routing through Unix system that is providing security between 2 or more networks 3. User initiated Remote execution... (1 Reply)
Discussion started by: anespa
1 Replies

7. Proxy Server

How to use Squid on Linux to control certain IP to access Web Server and certain IP cannot access?

Dear all experts here, :) I would like to install a proxy server on Linux server to perform solely to control the access of Web server. In this case, some of my vendor asked me to try Squid and I have installed it onto my Linux server. I would like know how can I set the configuration to... (1 Reply)
Discussion started by: kwliew999
1 Replies

8. Red Hat

Remote access computer system as a whole not just desktop with GUI

Hi All, I've been looking at various options at administering several servers remotely like: - VNC (don't like the lax security of 8 characters max for a password) and - NX (awesome piece of kit but still limited to a per desktop viewer)... What I'm looking for is a GUI that... (7 Replies)
Discussion started by: ASGR
7 Replies
MOUNT.NFS(8)						      System Manager's Manual						      MOUNT.NFS(8)

NAME
mount.nfs, mount.nfs4 - mount a Network File System SYNOPSIS
mount.nfs remotetarget dir [-rvVwfnsh ] [-o options] DESCRIPTION
mount.nfs is a part of nfs(5) utilities package, which provides NFS client functionality. mount.nfs is meant to be used by the mount(8) command for mounting NFS shares. This subcommand, however, can also be used as a standalone command with limited functionality. remotetarget is a server share usually in the form of servername:/path/to/share. dir is the directory on which the file system is to be mounted. Under Linux 2.6.32 and later kernel versions, mount.nfs can mount all NFS file system versions. Under earlier Linux kernel versions, mount.nfs4 must be used for mounting NFSv4 file systems while mount.nfs must be used for NFSv3 and v2. OPTIONS
-r Mount file system readonly. -v Be verbose. -V Print version. -w Mount file system read-write. -f Fake mount. Don't actually call the mount system call. -n Do not update /etc/mtab. By default, an entry is created in /etc/mtab for every mounted file system. Use this option to skip making an entry. -s Tolerate sloppy mount options rather than fail. -h Print help message. nfsoptions Refer to nfs(5) or mount(8) manual pages. NOTE
For further information please refer nfs(5) and mount(8) manual pages. FILES
/etc/fstab file system table /etc/mtab table of mounted file systems SEE ALSO
nfs(5), mount(8), AUTHOR
Amit Gud <agud@redhat.com> 5 Jun 2006 MOUNT.NFS(8)
All times are GMT -4. The time now is 08:02 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy