Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Linux でこの 1 つのコマンドですべてのクライアント名とそのマウント ポイントを取得できるコマンドはありますか? Windowsではどうですか?
コマンドを使用usermountして、すべてのマウント ポイントを一覧表示できます。
usermount
/etc/fstabしかし、ファイルをチェックすることもできます
/etc/fstab
cat /etc/fstab
また
df -k