answersLogoWhite

0

The 'mount' command with no options will list out all of the mounted filesystems currently in use and their 'mount' options.

This command is used by the administrator to make available partitions that are currently offline.

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

What is the mount command in Linux?

The mount command instructs the kernel to access the file system on a partition or device.


What command in LINUX do you use to mount a USB storage device (ex.USB device listed is sdal?

mount .


What command prompt would you use in Linux to see filesystems in use?

mount


What command in Linux is do you use to mount USB storage device sda1 to folder mnt?

mount /dev/sda1 /mnt/<mount point>.


What does the k command do in Linux?

k is not a standard command in Linux.


How do you check filesystem types in Linux?

Assuming you have the filesystem mounted, the "mount" command can tell you every mounted filesystem and its type.


How do I mount a file system in Linux?

Use the mount command mount /dev/sda1 /media/<destination dir> you may have to specify a file system in some cases. Else the command will recognize it by default mount -t <FS TYPE> /dev/sda1 /media/<destination dir>


What is the command to turn on Linux?

There is no such command. Obviously, in order to enter a command into the prompt, Linux must already be on.


Which Linux command is equivalent to Windows' MD command?

In a Linux terminal, the command to create a new directory is: mkdir .


What Linux command sets a files permission?

In Linux the chmod command is used to set file permissions.


What is helo for Linux?

Nothing. Helo is not a recognized command in linux.


What is the maximum number of characters Linux allows in a keyboard command?

Linux does not have a limit as to the number of characters you can enter in a command.