Search code examples
mount

how to find all the exsiting file systems in UNIX?


I want to mount a device to a designated dir, how can I know what file systems already exist in my machine? I am using a NFS system, Thank you


Solution

  • Use df command with -a argument:

    df -a