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 |
how do i check which package has installed some command suppose ls , mkdir or whatever ???
Which directory is closer to the top of the file system tree, parent directory or current directory?
How to findout, if the user is local user or NIS user in the Linux (RHEL)?
how can i make an user to nologin without locking the account for the user
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)
You want to create a compressed backup of the users' home directories. What utility should you use?
what is difference between TFTP abd FTP?
Tell me the 5 differences between Linux and Unix?
How does the boot process[init levels] work on Linux? How is it different from Solaris?
expalin the process of kickstart installation?
Give a Linux shell command to find all files in a directory which contain ip addresses.
How to trace any process background processing?