NFS Files system and df command


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users NFS Files system and df command
# 1  
Old 04-23-2010
NFS Files system and df command

How can I get the available file system in a given box.

Example : When I give df -kh * from /apps I get this out

Code:
megatron% df -kh *
Filesystem            Size  Used Avail Use% Mounted on
fltrinfs1:/fltrinfs1/triapps1/subversion/Linuxx86_64/CollabNet_Subversion
                       31G   31G  247M 100% /apps/CollabNet_Subversion
fltrinfs1:/fltrinfs1/triapps1/ant/Linuxx86_64/apache-ant-1.7.0
                       31G   31G  247M 100% /apps/apache-ant-1.7.0
fltrinfs1:/fltrinfs1/tri008/apps/oracle/Linuxx86_64/oracle-10.2.0.4-64b
                       71G   68G  3.2G  96% /apps/oracle-10.2.0.4-64b
fltrinfs1:/fltrinfs1/tri008/apps/oracle/Linuxx86_64/oracle-11.1.0.7-64b
                       71G   68G  3.2G  96% /apps/oracle-11.1.0.7-64b
fltrinfs1:/fltrinfs1/tri008/apps/oracle
                       71G   68G  3.2G  96% /apps/oracle-dba
fltrinfs1:/fltrinfs1/triapps1/perl/Linuxx86_64/perl-5.8.5-64b-10g
                       31G   31G  247M 100% /apps/perl-5.8.5-64b-10g
/dev/sda5             234G  2.2G  220G   1% /u2


But when I give after doing a
Code:
cd /apps/jdk1.5.0_11

Then I get a additional disk mounted in addition to the above output.

Code:
fltrinfs1:/fltrinfs1/triapps1/java/Linuxx86_64/jdk1.5.0_11
                       31G   31G  247M 100% /apps/jdk1.5.0_11
/dev/sda5             234G  2.2G  220G   1% /u2


QUESTION :

I want get all the file system available for me to access. How can I get the available file system ?

Last edited by zaxxon; 04-23-2010 at 12:08 PM.. Reason: use code tags not so much color please, ty
# 2  
Old 04-25-2010
You NFS NAS would appear to be running an automount rule. So... this gets a bit complicated. You could find the source of the automount map and try to glean the info from that. The automount map could be static, or from a source like NIS or LDAP.

Just looking at what you've given, the rule is a bit too generic and so you're actually getting multiple mounts of the same area (just named differently because of the rule).
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. AIX

NIM NFS file system cannot unmount

Hello, I have a script on my NIM Master that runs with crons and performs mksysb backups of all NIM Clients once a week. There is a problem with one of the clients as it stucks and never finishes the mksysb backups. I tried to unmount the NFS file system created by the NIM in order to perform... (5 Replies)
Discussion started by: omonoiatis9
5 Replies

2. AIX

Write once on NFS file system

Hello Guru's We are trying to save some data for 10 -15 yrs. so we created a NFS share file system and mounted on AIX 5.3 servers, keeping in mind that we might need to replace the expired disk/bad disk every 2 yrs or 4 yrs. Now we are trying to solve. How to protect it from getting deleted... (6 Replies)
Discussion started by: Beginner123
6 Replies

3. AIX

For NIM: NFS file system problem

hello, i am trying to export a file system so that i can mount it on NIM server and make mksysb backup of the server on that fs. i get this message: mount: 1831-011 access denied for s_semdev:/dr_s_zeus/mksysb/dr_s_zeus mount: 1831-008 giving up on: s_semdev:/dr_s_zeus/mksysb/dr_s_zeus ... (5 Replies)
Discussion started by: omonoiatis9
5 Replies

4. UNIX for Advanced & Expert Users

How to determine the number of NFS threads RUNNING on the system

Hi, Anyone can tell me how to get the number of NFS threads RUNNING on the system for Solaris 10? Someone told me for Solaris 9, the method is "echo "*svc$<svcpool" | adb -k. But, I've tried to google the method for Solaris 10 and did not find the corresponding method, please help... (1 Reply)
Discussion started by: wang.caiqi
1 Replies

5. UNIX for Dummies Questions & Answers

How to check whether file system is local or NFS?

Hi, suppose I have file system path say /foo/bar/baz then how would I find out whether it is local file system or NFS? If it is NFS then I want to find out the host where file system is located. Thanks, Paresh (5 Replies)
Discussion started by: masaniparesh
5 Replies

6. Filesystems, Disks and Memory

How to manage the .nfs files generated by the system

I'm running a UNIX application on HP-UX which generated logs files every few seconds. Now at times these log files are replicated as .nfs files and sometimes cannot be deleted. Now it reaches a point that i'm not even able to list any files on the logs directory. Normally i restart that server... (0 Replies)
Discussion started by: dowell
0 Replies

7. AIX

Cannot access NFS file system

I create a NFS file system. I can read this system from client, however, I cannot write anything in this folder. Why? (1 Reply)
Discussion started by: rainbow_bean
1 Replies

8. Filesystems, Disks and Memory

Is it possible to re-export a exported NFS file system?

Hi... Is it possible to re-export a exported NFS file system? If no, Why? Let me know, if any further details are required about the question. Thanks in advance Adams:) (5 Replies)
Discussion started by: Adams Nave
5 Replies

9. UNIX for Dummies Questions & Answers

Backup system to NFS Appliance device

I have been tasked with getting an AIX 4.3.3 box to backup to a NAS applicance device which provides NFS service. It is an intermediary repository so that other tools can transport the resulting backup file to another NAS Applicance at a remote site on a secondary frame connection. Anyone have... (10 Replies)
Discussion started by: sirhisss
10 Replies

10. UNIX for Dummies Questions & Answers

Setting up NFS system

I want to set up NFS system as server and client on a linux redhat7.1. Can anybody give me some guidence on how to setup NFS system. All I want to do is to let the client use just one Directory from the clinet machine. Please help me out. Thanks. ... (1 Reply)
Discussion started by: syedifti
1 Replies
Login or Register to Ask a Question