0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Solaris NFSマウント

Last updated at Posted at 2020-01-25

Solaris10 1/13でのコマンド

NFSサーバ側

# mkdir /backup
# chmod 777 /backup
# share -F nfs -o rw,root=@192.168.0.0/24 /backup
# share
-               /backup   rw,root=@192.168.0.0/24   ""
# svcadm enable network/nfs/server 
# unshare /nfs ...解除

NFSクライアント側

# mount -F nfs -o rw 192.168.0.125:/backup /mnt
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?