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.
私はsolaris sparc 5.11のようにsolaris sparc 5.10ディレクトリをマウントしようとしています
root> mount S5.10Machine:/mydir /mydir
そして私は得ています
nfs マウント S5.10Machine:/mydir 許可が拒否されました。
S5.10Machine:/mydir に 777 パーミッションを与えました
nfs 共有をマウントしようとする場合は、/etc/dfs/dfstab に前提条件があることを確認してください。
男シェア
アクセス権を設定するrwオプションがあります。
また、nfs 共有をマウントする場合、正しいコマンドは次のようになります。
mount -F nfs S5.10Machine:/mydir /mydir