![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| TomCat access in an Remote Linux Server | gothama | UNIX for Dummies Questions & Answers | 1 | 03-13-2008 06:17 AM |
| NTRconnect Remote Access for Linux 2.0 (Default branch) | iBot | Software Releases - RSS News | 0 | 01-11-2008 04:00 PM |
| Open-source remote access technology advances (Linux Devices) | iBot | UNIX and Linux RSS News | 0 | 06-21-2007 03:10 PM |
| LDAP Authentication for access to a folder | sunmatts | UNIX for Advanced & Expert Users | 1 | 04-30-2006 11:26 PM |
| FTP - remote access | shashi_kiran_v | UNIX for Dummies Questions & Answers | 0 | 01-18-2006 07:43 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
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. |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
Hi Vishwa,
You could use NFS in linux to share the directory. in RH linux you put directories you want to export in the /etc/exports file. To mount the directory you put the relevant entry in /etc/fstab on the client machine and issue the mount command. The link below goes into more detail about NFS for linux: http://www.linuxdoc.org/HOWTO/NFS-HOWTO/ Hope this helps. Andy H |
|
#3
|
|||
|
|||
|
Thanks Andy Hibbins
Hello Andy Hibbins
Ya, In the mean while I was trying my effort & finally I got it. Ya, ur answer was write & gave me a clue tooo...I'm greately thank full for ur kind Info.. Fianlly Thanks a Ton. With Warm Regards Vishwa. |
|||
| Google The UNIX and Linux Forums |