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

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

1 Answers   Broadcom,


plz mention some interesting problems you faced and how you solved it?

0 Answers  


How to check all open ports on linux machine and block unsed ports????????

7 Answers   Tech Mahindra,


Without Using $date -dyesterday. How I get the yesterday's date ?

3 Answers   DELL,


What is the difference between semaphore and spinlock?

1 Answers  






How to build new filesystem ? and what is irig file system?

3 Answers  


1 which file contains information about os wether it's 32 bit or 64 bit os 2 difference between logical block and physical block?? 3 what is the size of logical block and physical block?? 4 daemon for nfs on client end as well as server end??? 5 how to confirm from client end about nfs server sharing?? 6 what contains information about file and directory creating time or modification time??

4 Answers   Oracle,


How can you see all mounted drives?

10 Answers  


What utility can you use to automate rotation of logs?

2 Answers  


why /etc/shadow file do not have any permission ?

0 Answers   IBM,


How to recover a deleted file in linux ?

5 Answers  


What is the use of DNS Server? Name other servers works same as like DNS?

2 Answers  


Categories