Sponsored Content
Operating Systems Solaris expecting answers for these questions? Post 302424678 by kingston on Wednesday 26th of May 2010 05:20:22 AM
Old 05-26-2010
thanks jilliagre for your quick reply...
Code:
3. How to mount a pendrive manually which is having fat32 filesystem?
Why doing it manually ? The automounter should do it automatically.

yes it is mounting automatically. But there must be some way to detect the usb drive and mount it ? I just want to know that.
 

8 More Discussions You Might Find Interesting

1. Solaris

solaris 10 OS administration interview questions and answers

Hello, I am new to this forum and I am preparing for interview .Kindly can anybody send me Solaris 10 OS administration interview questions and answers (2 Replies)
Discussion started by: meet2muneer
2 Replies

2. Solaris

Please give answers for this interview questions

I was not able to get answers for these interview questions. It will be appreciable and useful if any one answers this questions. (5 Replies)
Discussion started by: Sesha
5 Replies

3. UNIX for Dummies Questions & Answers

Homework questions, book is lacking answers?

Hey you guys, There's a couple questions I cannot find the answers to anywhere in this book for my Operating Systems class, hopefully you guys could help. I believe we are in the Bourne shell. 1. Match each description to the appropriate type of variable Used in shell programs ... (7 Replies)
Discussion started by: KyleBucket
7 Replies

4. Post Here to Contact Site Administrators and Moderators

Eric's Questions and Answers Blog

I hope this is ok so I will ask if I may use this thread to ask questions about programming. May I use this thread to ask questions and answer questions? If the answer is yes, this is a thread made for minimizing the amount of threads I post to ask questions about programming. Please feel... (3 Replies)
Discussion started by: Errigour
3 Replies

5. UNIX for Advanced & Expert Users

Interview questions and answers on HP Unix administration

Hi, Can some body help me to get Interview questions and answers on HP Unix administration? Thanks Krsnadasa (1 Reply)
Discussion started by: krsnadasa
1 Replies

6. Shell Programming and Scripting

Select answers from multiple questions using shell script

I have a text file in this format Some lines.... Question no: 1 The question? A. Answer 1 B. Answer 2 C. Answer 3 D. Answer 4 Answer:B Some lines.... Question no: 2 The question? (choose 2) (10 Replies)
Discussion started by: zorrox
10 Replies

7. UNIX for Beginners Questions & Answers

Answers for few objective questions.

Hi Unix geniuses, I need your help for the answers of few objective Q&A. i dont know if my answers are correct or not. So i really need your help to provide the answers which will help me in unix programming. (1 Reply)
Discussion started by: Vivekit82
1 Replies

8. What is on Your Mind?

Answers to Recently Asked Questions about UNIX.COM

Here are some answers to some of the recent questions I have received about UNIX.COM. So, I thought I would take time to answer them here in this post: Is it expected that the original poster "thank" everyone who responds to his / her discussion thread? It is always a good practice in all... (7 Replies)
Discussion started by: Neo
7 Replies
AUTOFS(5)						      BSD File Formats Manual							 AUTOFS(5)

NAME
autofs -- automounter filesystem SYNOPSIS
To compile this driver into the kernel, place the following line in the kernel configuration file: options AUTOFS Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5): autofs_load="YES" DESCRIPTION
The autofs driver is the kernel component of the automounter infrastructure. Its job is to pass mount requests to the automountd(8) daemon, and pause the processes trying to access the automounted filesystem until the mount is completed. It is mounted by the automount(8). OPTIONS
These options are available when mounting autofs file systems: master_options Mount options for all filesystems specified in the map entry. master_prefix Filesystem mountpoint prefix. EXAMPLES
To unmount all mounted autofs filesystems: umount -At autofs To mount autofs filesystems specified in auto_master(5): automount SEE ALSO
auto_master(5), automount(8), automountd(8), autounmountd(8) HISTORY
The autofs driver first appeared in FreeBSD 10.1. AUTHORS
The autofs was developed by Edward Tomasz Napierala <trasz@FreeBSD.org> under sponsorship from the FreeBSD Foundation. BSD
September 3, 2014 BSD
All times are GMT -4. The time now is 11:41 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy