HOW DO CREATE A NFS FILE SYSTEM

Answers were Sorted based on User's Feedback



HOW DO CREATE A NFS FILE SYSTEM..

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

HOW DO CREATE A NFS FILE SYSTEM..

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

HOW DO CREATE A NFS FILE SYSTEM..

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

HOW DO CREATE A NFS FILE SYSTEM..

Answer / prasanth

what is the command to creaye NFS

Is This Answer Correct ?    1 Yes 4 No

Post New Answer

More Unix AllOther Interview Questions

What is a FIFO?

2 Answers  


very first process created by kernell?

4 Answers   TCS,


How to find the version details of unix? if any application is installed in unix OS how to find the version of that application is it possilbe or not? pls let me know cmd in detail.

5 Answers   HCL,


how can you say that unix operating system provides more security than other operating systems.

1 Answers  


What are permissions in UNIX?

5 Answers   BMC, University,






. Using sed and grep, write a command which lists files and directories with following properties: (i) created in 1999 (ii) with user's as owner and group

0 Answers  


What is the difference between windows environment and Unix environment ?

8 Answers   Oracle,


Is this the command to connect oracle from unix? sqlplus -s username/password. Then what is the -S here...????

1 Answers   TCS,


What is the number of the masked code ee@?

2 Answers   Accenture, Amazon, Amdocs,


What is mean by Mac os? Why it is named as like that? Which purprose it is using? Please answer me. Advance thanks.

2 Answers   Excel, GeniusPort,


what is difference between kernel and shell?

18 Answers   Juniper Networks,


what is a profile?

1 Answers  


Categories