![]() |
|
|
|
|
|||||||
| 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 |
| Copying files from a remote server to local system with cygwin | patwa | UNIX for Dummies Questions & Answers | 3 | 06-12-2008 04:49 AM |
| how to mount a file system of a remote machine to local file system | cy163 | UNIX for Dummies Questions & Answers | 2 | 01-31-2008 06:04 AM |
| how to verify that copied data to remote system is identical with local data. | ynilesh | Shell Programming and Scripting | 3 | 01-31-2008 05:55 AM |
| How to execute a remote file with local command | Veera_Raghav | HP-UX | 0 | 06-10-2006 11:21 AM |
| [FTP]opying of file from remote to local machine | sonbag_pspl | SUN Solaris | 1 | 08-12-2004 01:15 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
File System - Remote or Local??
Is there a way to find if the file systems mounted on a AIX/Linux box is local or remote?
|
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
On linux (cannot say about AIX) you will see something like this in /etc/fstab:
Code:
muha:/usr4 /muha/usr4 nfs defaults,intr 0 0 ebi1:/usr2 /nfs/ebi1/usr2 nfs defaults,intr,nolock 0 0 ebi2:/usr2 /nfs/ebi2/usr2 nfs defaults,intr,nolock 0 0 |
|||
| Google The UNIX and Linux Forums |