HOW DO CREATE A NFS FILE SYSTEM
Answers were Sorted based on User's Feedback
Answer / kishore devkate
Hi Saroj,
First you have to implement NFS server then you have to
mount NFS file system on NFS client.
i,e,
server and client names
NFSserver1
on NFSserver1
vi /etc/dfs/dfstab
share -F nfs /mpoint
:wq!
and start the services which require for NFS server
then move on the NFSclient
mount -F nfs NFSserver:/mpoint /localdirectory
Is This Answer Correct ? | 5 Yes | 0 No |
Answer / one
exeute the following command on source server.
share -F nfs /sharefilesystem
Execute the following command on destination server.
mount -F nfs sourceserver:/sharefilesystem /localmountpoint
or
Source SERVER
-------------
vi /etc/dfs/dfstab
share -F nfs /sharefilesystem
:wq!
shareall
Destination Client.
------------------
mount -F nfs sourceserver:/sharefilesystem /localmountpoint
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / sushil
Among the many different file systems that FreeBSD supports
is the Network File System, also known as NFS. NFS allows a
system to share directories and files with others over a
network. By using NFS, users and programs can access files
on remote systems almost as if they were local files.
Some of the most notable benefits that NFS can provide are:
Local workstations use less disk space because commonly
used data can be stored on a single machine and still
remain accessible to others over the network.
There is no need for users to have separate home
directories on every network machine. Home directories
could be set up on the NFS server and made available
throughout the network.
Storage devices such as floppy disks, CDROM drives, and
Zip® drives can be used by other machines on the network.
This may reduce the number of removable media drives
throughout the network.
Is This Answer Correct ? | 14 Yes | 15 No |
What is INODE?
What is 'inode'?
How many VI editor modes do you know?
I am new to Unix and Unix Shell scripting could you guide me on how to go about these subjects and where to start from with concern to Oracle?. I also would like to know where does UNIX shell Scripting help in terms of development of a application in Oracle? I have no clue in the subject so do help me. Thank You Neelima
Telnet sometimes doesn't permit root logons,how will you then change a file writable only by root on a remote host?
What is a level 0 backup?
What is a Map?
Explain the read, write, and execute permissions on a UNIX directory.
If Media Server fails. What are the steps to be followed? Can anyone please reply for this question Thanks, Ganesh
In detail elaborate the system? What is driver?
What is a filesystem?
What are the processes that are not bothered by the swapper? Give Reason.