Describe the mount and unmount system calls?

Answers were Sorted based on User's Feedback



Describe the mount and unmount system calls?..

Answer / sowmya

Hi
mount is the command used to know which devices are
loaded.it means devices like floppy drive,cd drive.if we
give mount command it will display which device is mounted.
unmount is the command used to disable the device.if we
give umount and the path of the device then it will umount
the device.
In windows we wont have this concept.because those are
installed.

Let me know if i am wrong

Is This Answer Correct ?    27 Yes 7 No

Describe the mount and unmount system calls?..

Answer / vinay

"mount" is used to avail the file system which we want to
access , "unmount" is used to unavail the file system
in case of removable file system like floppy/cd if don't
execute mount command these file system will not be
available to user and once they mounted if we want to
remove them from respective drives we have to unmount them
then only we can eject them out from respective drives.
eg. $mount /mnt/floppy
$ umount /mnt/floppy

Is This Answer Correct ?    9 Yes 7 No

Post New Answer

More Unix System Calls Interview Questions

The very first process created by the kernel in unix is?

0 Answers  


What command is used to execute system calls from exe?

3 Answers   Axis Technologies,


What is the fork() system call?

0 Answers  


Tell me how to protect a process from others to kill?

0 Answers  


what is diff between command and utility in unix

3 Answers  






Name the command which is used to execute system calls from exe?

0 Answers  


Explain c program to implement the unix or linux command to implement ls -l >output.txt?

0 Answers  


What is the difference between command and utility in unix?

0 Answers  


What are the possible return values of kill() system call?

0 Answers  


What is the first process created by the kernel in unix?

0 Answers  


Explain the mount and unmount system calls?

0 Answers  


Explain the mount system calls?

0 Answers  


Categories