OSX version of `mount -l`

mount

On Linux mount -l nicely lists all my mount points:

mount [-l] [-t type]
    lists all mounted filesystems (of type type). The option -l
    adds the labels in this listing. See below

The same command does not seem to exist on OS X… Can someone point me to the right command?

Best Answer

In Terminal type, man mount and press enter.

It says:

The system maintains a list of currently mounted file systems. If no arguments are given to mount, this list is printed.

So, in Terminal type, mount and press enter.