The usage of mount file system of different servers


 
Thread Tools Search this Thread
Special Forums UNIX and Linux Applications The usage of mount file system of different servers
# 1  
Old 08-05-2008
The usage of mount file system of different servers

There is a file system in server1 which is mounted on different file system on server2.

Filesystem kbytes used avail capacity Mounted on
server1:/users/user1
7047581 5994192 982914 86% /u01

/data/datafiles/user1


The data in /users/user1 in server1 is reflecting in /u01

/data/datafiles/user1 of server2.

I want to know whether the data is taking the disk space of server1 or server2.

I also want to know, if we access or change a file system on server2, whether it is using disk space of server1 or server2.

Please help me in this regard.
# 2  
Old 08-17-2008
Quote:
server1:/users/user1
This looks like it's physically on server1, and mounted over NFS on server2. This is just a hunch, but it's probably the best you can get with the information you posted. Perhaps you could simply ask your local admin.
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

File system usage

Hi Experts, I am trying to write script to find the FS usage. My requirement is first i need to gather all the mountpoint details.like below. df -k 2> /dev/null | awk '{print "FS=" $1 "\tMP=" $6 "\tTOT(KB)=" $2 "\tUSED(KB)=" $3 }'Then I need to find which FS is using space >10GB.some thing... (1 Reply)
Discussion started by: navsan420
1 Replies

2. AIX

Cannot mount file system

Hi , We i try to mount aix filesystem i am getting the following error mount: 0506-324 Cannot mount /dev/fslv11 on /testdir: A system call received a parameter that is not valid. Please help me out (2 Replies)
Discussion started by: chidori
2 Replies

3. Solaris

Specifying file system mount order

Does anyone know if it's possible to specify the mount order of local and remote file systems? I'd like to mount a local ZFS file system on top of an NFS mount automatically and have that repeated on every reboot. I've checked man pages and Google, but can't find anything that addresses,... (6 Replies)
Discussion started by: Monty51
6 Replies

4. HP-UX

how to mount a file system from a solaris server into an hp-ux system

Hi all I wonder if its possible to mount on a hp-ux server a file system that was previously mounted on a solaris 10 server. The LUN is on NetApp stoarge. The problem on hp-ux I cannot do pvcreate on the lun (disk) because contains data. Any help will be appreciated FR (2 Replies)
Discussion started by: fretagi
2 Replies

5. UNIX for Advanced & Expert Users

Script to access multiple linux servers to get system details such as CPU usage

Hi Is there any shell script that accesses multiple linux servers to get details such as CPU usage, RAM used etc. The access of the servers must be parallel not serial in the sense it must ping all the servers at a time to get information.The script has to be triggered from a host system and get... (7 Replies)
Discussion started by: mssrivatsa
7 Replies

6. Red Hat

File system and its usage

HI all, Can anybody send me some useful links or explain about file system and its usage.As i want to know before using it. Actually, i am going to install linux and then planning to install oracle on it. OS -- Red hat linux 8.0 Regards, Willaim (2 Replies)
Discussion started by: William1482
2 Replies

7. Solaris

Mount a remote file system

Hello, I'm having troubles with sharing a filesystem across 2 machines... Machine A, running Solaris 10, is sharian via NFS the filesystem /sp. Machine B, running Solaris 10, is mounting /sp shared by A in /tm/sp and shares via NFS the /tm folder. Machine C, running HP-UX, is mounting... (4 Replies)
Discussion started by: mirciulicai
4 Replies

8. Solaris

File system and disc mount

Hello All Well i m using sun fire and I want to view file system on each disc mount then what will be the commands?...like i want to get each disc like c0t0d0s0 and others and i want to see directories and files distributed on each discs.... with heartiest greetings nilanjan (7 Replies)
Discussion started by: ailnilanjan
7 Replies

9. UNIX for Dummies Questions & Answers

how to mount a file system of a remote machine to local file system

Hi friends, In my case, there are serveral PCs running Linux in a LAN. I would like to to mount the directory /A_river of machine-A to the file system of another machine machine-B so that I can access files in that directory. I do not know how to do this. The situation is complicated by... (2 Replies)
Discussion started by: cy163
2 Replies
Login or Register to Ask a Question