10-08-2009
we are using ubuntu distribution, and it doesn't have exportfs command ..
7 More Discussions You Might Find Interesting
1. UNIX for Dummies Questions & Answers
Does anyone know of a good Internet source that explains the directory structure of Unix/Linux??
Thanks
Gregg (2 Replies)
Discussion started by: gdboling
2 Replies
2. Linux
hello everybody
i have one quetion :( about how i can share my file in windows to use it in linux
explane
i have to opreating system
windows xp and linux fedore core and unix ( sun solaris 10 )
and i want to open me file that is storege in windows <<< want to open it in unix or... (4 Replies)
Discussion started by: msn22
4 Replies
3. UNIX for Dummies Questions & Answers
Hi,
Here's my newbie question!
I've two servers with Oracle on. I've created an oralce export (10 GB) on server 1.
Server 2 does not have enough space to copy the export and import it. I'd like to import the export from server 1 to server 2 remotely.
If this was windows I'd create a... (2 Replies)
Discussion started by: AngryBunny
2 Replies
4. AIX
Hi All,
I am basically new to this forum as well as AIX. To share some huge files between 2 servers I thought of creating a shared Directory in my AIX machine to access it in Solaris. I am very new to this AIX. Help me out how can u share a directory in AIX to access (mount) it on Solaris.
Hope... (2 Replies)
Discussion started by: babuchoudary_g
2 Replies
5. UNIX for Dummies Questions & Answers
Hello Unix Gurus Who I Hope Reads This,
I have quasi-inherited control over a Linux cluster at a university research lab. The post-doc that set it up is gone, and the person in charge of administering the cluster doesn't know a ton about Linux. Amongst other things, I want to use the cluster... (0 Replies)
Discussion started by: mbl
0 Replies
6. Red Hat
Hi,
I have two server , one linux and one unix .
I want to compare two different directry in them .
What command or tool I can use instead of search the dir one by one ???
thank (3 Replies)
Discussion started by: chuikingman
3 Replies
7. Shell Programming and Scripting
I have a requirement to copy the changed file on CIFS share mounted on Red Hat Linux to a remote FTP/SFTP server.
I tried inotify-tools, but this didn't track the modified files.
Has anyone tried incron or any other suggestion? (1 Reply)
Discussion started by: SupeAlok
1 Replies
LEARN ABOUT OPENSOLARIS
dfmounts_nfs
dfmounts_nfs(1M) System Administration Commands dfmounts_nfs(1M)
NAME
dfmounts_nfs - display mounted NFS resource information
SYNOPSIS
dfmounts [-F nfs] [-h] [server]...
DESCRIPTION
dfmounts shows the local resources shared through NFS, along with the list of clients that have mounted the resource. The -F flag may be
omitted if NFS is the only file system type listed in the file /etc/dfs/fstypes.
dfmounts without options, displays all remote resources mounted on the local system, regardless of file system type.
The output of dfmounts consists of an optional header line (suppressed with the -h flag) followed by a list of lines containing whitespace-
separated fields. For each resource, the fields are:
resource server pathname clients ...
where
resource Does not apply to NFS. Printed as a hyphen (-).
server Specifies the system from which the resource was mounted.
pathname Specifies the pathname that must be given to the share(1M) command.
clients Is a comma-separated list of systems that have mounted the resource.
OPTIONS
-F nfs Specifies the nfs-FSType.
-h Suppress header line in output.
server Displays information about the resources mounted from each server, where server can be any system on the network. If no server
is specified, the server is assumed to be the local system.
FILES
/etc/dfs/fstypes
ATTRIBUTES
See attributes(5) for descriptions of the following attributes:
+-----------------------------+-----------------------------+
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
+-----------------------------+-----------------------------+
|Availability |SUNWnfscu |
+-----------------------------+-----------------------------+
SEE ALSO
mount(1M), share(1M), unshare(1M), attributes(5)
SunOS 5.11 6 Nov 2000 dfmounts_nfs(1M)