weblio英語例文検索 (original) (raw)

例文

Given an NFS mount, you can write scripts out of simple system utilities such as find(1) and md5(1) . 例文帳に追加

NFS マウント をすれば、find(1) や md5(1)などの単純なシステムユー ティリティでスクリプトを書くことができます。 - FreeBSD

To setup a NFS share that contains the Installation CD, use the loop device to mount the ISO image and then copy the contents of the CD into the NFS share.例文帳に追加

これは、あなたのアーキテクチャ用にbusyboxが構築されるために使われる設定です。 - Gentoo Linux

Some versions of the Linux NFS code only accept mount requests from a privileged port; try to issue the following command: 例文帳に追加

Linux の NFS のコードには、許可されたポートからのリクエストしか受けつけないものがあります。 以下を試してみてください。 - FreeBSD

If everything is ok the kernel should boot, mount the root filesystem using NFS and provide you with a login prompt.例文帳に追加

すべてがうまくいっていれば、カーネルが起動してNFSを使ってルートファイルシステムをマウントし、ログインプロンプトが表示されるはずです。 - Gentoo Linux

例文

It is, and the solution is to have one machine do most of the work, while the rest of the machines mount that work via NFS. 例文帳に追加

実際これは無駄で、解決策は 1 つのマシンに仕事のほとんどをさせ、 残りのマシンは NFS経由でそれをマウントする、というものです。 - FreeBSD

例文

B and C should then NFS mount /usr/src and /usr/obj from A, and you can then run make installworld to install the results of the build on B and C. 例文帳に追加

それから、マシン B とマシン C でマシン A の /usr/src と /usr/obj を NFSマウントし、make installworld とすることで構築済みのシステムを各マシンにインストールすることができるのです。 - FreeBSD

例文

If this machine mounts /usr/src and /usr/obj via NFS, when you reboot to single user you will need to enable the network and mount them. 例文帳に追加

テストマシンが NFS 経由で /usr/src と /usr/objをマウントしているなら、シングルユーザで再起動したときネットワークを使えるようにしてマウントする必要があります。 - FreeBSD