forked from docs/doc-exports
Reviewed-by: Miskanin, Jan <jan.miskanin@t-systems.com> Co-authored-by: lizaoxu <lizaoxu@huawei.com> Co-committed-by: lizaoxu <lizaoxu@huawei.com>
757 B
757 B
How Do I Check Whether a File System Is Available on a Linux Server?
Log in to the server as the root user. Run the following command to list all available file systems with the specified domain name or IP address:
showmount -e File system domain name or IP address
Parent topic: Others