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.
cgroupを実践するときは、マウントが必要ですmount -t cgroup -o cpuset none /cpuset
mount -t cgroup -o cpuset none /cpuset
ここの意味を説明してnoneいただけますか?
none
それは単なる名前のようで、任意の文字列として設定できますよね?
それに基づいたファイル、フォルダー、またはファイルの内容はありますか?
device特定のファイルシステムは物理(パーティションやネットワーク共有など、コマンドのその時点で予期されるもの) に関連付けられておらず、これらmountに使用するのが通例noneです。よりわかりやすい名前を使用して、より合理的なアプローチを見てきました。cpusetあなたの場合。
device
mount
cpuset
乾杯、