How can you see all mounted drives?

Answers were Sorted based on User's Feedback



How can you see all mounted drives? ..

Answer / suitable

with df -hT command and
with the mount command.

Is This Answer Correct ?    34 Yes 6 No

How can you see all mounted drives? ..

Answer / saim.saiyed

with mount command

Is This Answer Correct ?    19 Yes 4 No

How can you see all mounted drives? ..

Answer / shivmohanpatel

we can see all mounted drives
#mount
#df -Th
#df -Th
# fdisk -l

Is This Answer Correct ?    17 Yes 6 No

How can you see all mounted drives? ..

Answer / susheel narayan singh

#df
# vim /etc/mtab

Is This Answer Correct ?    8 Yes 1 No

How can you see all mounted drives? ..

Answer / vimal

In vi /etc/fstab

or
df -h

Is This Answer Correct ?    8 Yes 3 No

How can you see all mounted drives? ..

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

How can you see all mounted drives? ..

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

How can you see all mounted drives? ..

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

How can you see all mounted drives? ..

Answer / kiran

df -h

Is This Answer Correct ?    0 Yes 0 No

How can you see all mounted drives? ..

Answer / kamal kakkar

it can be mount -a

Is This Answer Correct ?    3 Yes 10 No

Post New Answer

More Linux AllOther Interview Questions

This question is belong to linux support. "one of my customer told to me, my application is getting slow response". how to resolve the issue. what are the steps you will follow to resolve the issue.

0 Answers  


How do display error messages instantly when command fails?

4 Answers  


there are many IPC mechanisms available in Linux ? Which one is best to use and when ?

1 Answers   Broadcom,


What is the other method of installing Linux O.S other than Text, GUI mode? Why we prefer that for installation of Linux in Real time?

2 Answers  


Tell me command which is use for create quota database in Linux.

7 Answers   Wipro,






What utility can you use to automate rotation of logs?

2 Answers  


What is Hard mount and soft Mount?

0 Answers   Cap Gemini,


Where is standard output usually directed?

2 Answers  


why accounting Software does not support on linux?

5 Answers  


What is page-in and page-out in redhat linux?

1 Answers  


My Linux server in the two lan card one lan card is ok working but second lan card after restart daily lan card deactivate and then manual activate then properly working but after restart repeat this problem.(Fedora O.S.) Pls tell me solved this problem.

4 Answers  


What are main anti-spam features available in sendmail?

1 Answers   CSC,


Categories