| mount – ファイルシステムをマウントする |
| [構文] mount オプション デバイス マウントポイント |
| オプション |
a/etc/fstabにある全ファイルシステムをマウント-tファイルシステムのタイプを指定してマウント
# mount -t nfs example.com:/home /mnt↑ネットワーク上のexample.comの/homeを/mntにマウント
a/etc/fstabにある全ファイルシステムをマウント-tファイルシステムのタイプを指定してマウント
# mount -t nfs example.com:/home /mnt↑ネットワーク上のexample.comの/homeを/mntにマウント