How can you see all mounted drives?
Answers were Sorted based on User's Feedback
Answer / suitable
with df -hT command and
with the mount command.
| Is This Answer Correct ? | 34 Yes | 6 No |
Answer / shivmohanpatel
we can see all mounted drives
#mount
#df -Th
#df -Th
# fdisk -l
| Is This Answer Correct ? | 17 Yes | 6 No |
Answer / shyam kumar panikar
mount -l
through mount command also we can see but not in description
when we are using mount -l it shows what partition mounted
on which directory
| Is This Answer Correct ? | 6 Yes | 2 No |
Answer / kkr
#df -h it displays #vi /etc/fstab perminant mounts and also
temporary mounts and sizes in mbs.
#df -k it displays sizes in kbs
| Is This Answer Correct ? | 7 Yes | 4 No |
Answer / naresh
mount -l
is the perfect answer, as this commands lists all the
mounted drive / partitions in the system ( temperory or
permenent), here root / user may have mounted / unmounted
some other partitions
fstab gives us the information that which partitions has to
be mounted whenever the system starts.
| Is This Answer Correct ? | 5 Yes | 2 No |
i want some basic level enterview questions can any one can help me in this
What file should you examine to determine the defined runlevels for your system?
Who owns the data dictionary?
how do you configure linux system as a router?
1. User gaves df -h and the system get hanged. why ? 2. what is the hardlink and softlink mount ? 3. why is portmape should be started ? 4. what is nologin option 5. how to restrict users from accessing nfs ? 6. what is the difference between cpio and tar 7. what are the kernel parameters ? how to find out it ? 8. why we use sysctl.conf ? 9. if we gives init1 from multiuser runlevel, will it affect other users who already logged in to the system ? 10. what will be the available space to use after configuering raid5 with 5 disks each having 5gb spce ?
Tell me the 5 differences between Linux and Unix?
expalin the process of kickstart installation?
I want to send pop-up message to samba users when they access the shared folder.... for eg: i want to tell them (dont copy mp3 and video files)
How to Create NIS Server And NIS Client? Explain With Example?
In Linux(RHEL) server have two users with same name. one is local user and second one is NIS user. if you login the server which user will login (local or NIS)
As a system admin i want to know some things what are the troubleshooting issues we are facing frequently and what are the tickets will be raised.
what is the use of runlevel 4 in redhat linux? in which cases it will use.