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

What are the differences between FTP , NFS , SAMBA servers explain separately.

0 Answers  


what is the difference between semaphore, mutex & spinlock?????

1 Answers   Patni,


How to know what are the packages required for any service? Example: How to know what are the package required for send mail services. using any command it is passable are not?

2 Answers   OnMobile,


Give a Linux shell command to find all files in a directory which contain ip addresses.

1 Answers   Amazon,


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  






How to send automated email to a set of people at fixed time ?

3 Answers   Accenture, HP,


what is difference between  TFTP abd FTP?

0 Answers  


in linux gui desktop icon was lost how con u back this icons

2 Answers  


what is difference between inetd and xinetd

2 Answers  


how to install linux OS? pls send step by step

3 Answers  


How does the boot process[init levels] work on Linux? How is it different from Solaris?

3 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  


Categories