1153万例文収録!

「boot」に関連した英語例文の一覧と使い方(15ページ目) - Weblio英語例文検索


小窓モード

プレミアム

ログイン
設定

設定


セーフサーチ:オン

不適切な検索結果を除外する

不適切な検索結果を除外しない

セーフサーチについて

bootを含む例文一覧と使い方

該当件数 : 3347



例文

a stiff boot that is fastened to a ski with a ski binding 例文帳に追加

ビンディングでスキーに固定される堅いブーツ - 日本語WordNet

3.17. When I boot FreeBSD for the first time after install I get Missing Operating System. 例文帳に追加

1.20. FreeBSD の起動時に Missing Operating System と表示されます - FreeBSD

A prompt will appear asking which boot loader to install. 例文帳に追加

どのブートローダをインストールするか尋ねられます。 - FreeBSD

This explains why, for example, FreeBSD's boot messages will report a disk that supposedly has 80GB as holding 76,319MB. 例文帳に追加

単にシステムを再起動し、 シングルユーザモードに移るためにBoot: と表示されるプロンプトで boot-s と入力してください (FreeBSD の 3.2 より前のリリースでは -sとなります)。 - FreeBSD

例文

How do I start XDM on boot?11.13. 例文帳に追加

8.8. XDM を起動時に起動させるにはどうしますか? 8.9. - FreeBSD


例文

1 Creating the boot floppy (On the diskless system) 例文帳に追加

1. ブートフロッピーを作る(ディスク無しのシステム上で) - FreeBSD

It will load the kernel from the boot server. 例文帳に追加

それはブートサーバからカーネルをロードするものです。 - FreeBSD

This is an alternative to Boot Easy. It gives you more control over the booting process, with the ability to set the default partition to boot and the booting timeout. 例文帳に追加

これは、Boot Easy に類似したもので、起動のタイムアウト設定や起動のデフォルトパーティションを決めるといった、起動プロセスの細かい制御が可能です。 - FreeBSD

When partitioning out the hard disk, I make sure to install Boot Easy on the first disk. 例文帳に追加

ハードディスクのパーティションを切る時には、 Boot Easy が 1番目のディスクにインストールされていることを確認します。 - FreeBSD

例文

The OS/2 boot manager can boot all of these operating systems, so that should not be a problem. 例文帳に追加

OS/2のブートマネージャは、これらすべての OSを起動することができますので、問題はないでしょう。 - FreeBSD

例文

The boot code (the boot manager and the OS loader hooked into all bootable partitions' Boot Sectors) has to reside below cylinder 1024. 例文帳に追加

すべての起動可能なパーティションの起動セクタから呼び出されるブートマネージャや OSローダーは 1024 シリンダより下のシリンダに存在しなければなりません。 - FreeBSD

At some point when installing boot managers, you might leave the MBR in a state such that your machine will not boot. 例文帳に追加

ブートマネージャをインストールした際に、 MBRが起動しない状態にしてしまうことがあります。 - FreeBSD

To load this module at each system startup, add the following line to /boot/loader.conf: 例文帳に追加

このモジュールをシステムを起動するたびに読み込みたければ、 以下の行を /boot/loader.conf ファイルに追加してください。 - FreeBSD

boot-conf Goes through the same automatic configuration of modules based on variables as what happens at boot. 例文帳に追加

すべてのモジュールの設定を、 起動時と同じように変数にもとづいて自動的に行ないます。 - FreeBSD

Device hints may also be specified at the Stage 3 boot loader prompt. 例文帳に追加

device hints は ステージ 3 ブートローダでも設定できます。 - FreeBSD

At this time, there is no way to select a port other than COM1 for the boot blocks without recompiling the boot blocks. 例文帳に追加

今のところ、COM1:以外のポートを 選択するためにはブートブロックの再コンパイルが必要です。 - FreeBSD

Makes the boot block probe the keyboard. 例文帳に追加

ブートブロックがキーボードを検出するようにします。 - FreeBSD

You can easily specify the boot loader and the kernel to use the serial console by writing just one line in /boot/loader.conf: 例文帳に追加

ブートローダとカーネルに対して シリアルコンソールを使用するように設定するには、 単に/boot/loader.rcのファイルに、次のような一行を書くだけで実現できます。 - FreeBSD

Save the kernel in your chrooted / (not in /boot)according to the pxegrub setting defined earlier. 例文帳に追加

先ほどの作業でのpxgrubの設定に従って、カーネルをchroot後の/(/bootではありません)に保存してください。 - Gentoo Linux

Can I dual-boot Gentoo Linux and Mac OS X? 例文帳に追加

空のCD-Rを挿入して書き込んでください。 - Gentoo Linux

# mdadm --detail --scan /etc/mdadm.conf From now onwards, use /dev/md1 for the boot partition,/dev/md2 for the swap partition and /dev/md3 for the root partition.例文帳に追加

ここからは、/dev/md1をbootパーティション、/dev/md2をswapパーティション、そして/dev/md3をrootパーティションに使ってください。 - Gentoo Linux

grub root (hd0,0)grub setup (hd0) (hd0,0) must be replaced with your boot partition and (hd0) with the HDD you have chosen.例文帳に追加

(hd0,0)をあなたのbootパーティションに置き換え、(hd0)をあなたの選んだHDDに置き換えなければいけません。 - Gentoo Linux

When the kernel has finished compiling, copy the kernel image to/boot as shown below. 例文帳に追加

カーネルのコンパイルが終ったら、カーネルイメージを/bootにコピーしてください(必ず適切にPegasosでマウントしてください)。 - Gentoo Linux

Now boot your CD, select a kernel (if you are not happy with the defaultgentoo kernel) and boot options. 例文帳に追加

では、CDをブートしましょう。 (デフォルトのgentooカーネルでは困るなら)カーネルとブートオプションを選択します。 - Gentoo Linux

In short, the above examples shouldwork whether you defined a separate /boot partition or not. 例文帳に追加

一言で言えば、上記のコード例は、/bootパーティションを分けているいないにかかわらず動作します。 - Gentoo Linux

Finally, you can mount your /boot partition and remove the bzImage file(s) for the kernel(s) you are pruning.例文帳に追加

最後に/bootパーティションをマウントして、取り除こうとしているカーネルのbzImageファイルを削除できます。 - Gentoo Linux

"General Non-device Specific Boot Arguments" 例文帳に追加

一般的な、デバイス固有ではない起動時引き数 - JM

Then the hardware boot stage accesses the boot device, loads the OS Loader, which is located on a fixed position on the boot device, and transfers control to it. 例文帳に追加

ハードウェアブートのシーケンスは、次にブートデバイスにアクセスし、ブートデバイスのあらかじめ決まった場所に置かれているOS ローダーをロードし、制御を渡す。 - JM

The kernel then can use the block device /dev/initrd "'s " contents for a two phased system boot-up. 例文帳に追加

その後、カーネルは/dev/initrdブロックデバイスの内容を二段階のシステム起動(two phased system boot-up) で利用することができる。 - JM

To prevent firmware from executing a boot loader unless the boot loader of an operating system is authorized.例文帳に追加

ファームウェアが、オペレーティングシステムのブートローダが許可されなければブートローダを実行できないようにする。 - 特許庁

To provide a boot mounting structure, capable of stably mounting a boot on a shaft while preventing slippage of a shaft-side mounting part of the boot.例文帳に追加

ブーツをシャフトに対して安定して装着できて、ブーツのシャフト側装着部の位置ずれを防止できるブーツ取付構造を提供する。 - 特許庁

The boot process is verified further by the preloader.例文帳に追加

ブートプロセスは、プリローダによりさらにベリファイされる。 - 特許庁

He is poor, and an invalid, into the bargain―and an invalid to boot. 例文帳に追加

彼は貧乏でおまけに病人と来ている - 斎藤和英大辞典

In such a boot mounted state that a boot band 18 is fastened to a shaft fixing portion of the boot 1, a boot compression set amount with at least one peripheral protruded portion 25 is different from a boot compression set amount with each of the other peripheral protruded portions 23, 24.例文帳に追加

ブーツ1のシャフト固定部にブーツバンド18を締付けたブーツ装着状態で、少なくとも1個の周方向突起部25によるブーツ圧縮永久歪量が他の周方向突起部23、24によるブーツ圧縮永久歪量と相違する。 - 特許庁

SYSTEM AND METHOD FOR ACCELERATED BOOT PERFORMANCE例文帳に追加

ブート・パフォーマンスを向上させたシステム及び方法 - 特許庁

When the boot monitoring unit 24 receives, from the management server 1, a first boot response for a first boot request from an NIC (Network Interface Card) 41-1 of the managed server 4, the boot monitoring unit stores a receiving time thereof.例文帳に追加

ブート監視手段24が、管理対象サーバ4のNIC41−1からの第1ブート要求に対する第1ブート応答を管理サーバ1から受信した場合に、その受信時刻を格納する。 - 特許庁

CONNECTOR WITH WATERPROOF BOOT AND MANUFACTURING METHOD OF THE SAME例文帳に追加

防水ブーツ付きコネクタ及びその製造方法 - 特許庁

Fault tolerant boot is performed from the auxiliary storage device.例文帳に追加

補助記憶装置から縮退起動を行なう。 - 特許庁

SHAPE KEEPING TOOL AND SHAPE KEEPING HOLDING DEVICE OF BOOT例文帳に追加

ブーツの保形具及びブーツの保形保持装置 - 特許庁

STARTING SYSTEM USING BOOT CODE AND STARTING METHOD例文帳に追加

ブートコードを用いた起動システム、及び起動方法 - 特許庁

PORTABLE TERMINAL EQUIPMENT AND BOOT PROCESSING METHOD THEREOF例文帳に追加

携帯端末装置およびそのブート処理方法 - 特許庁

RESIN BOOT AND EQUIPMENT ELEMENT FITTED THEREWITH例文帳に追加

樹脂製ブーツ及びそれを装着した機器要素 - 特許庁

METHOD FOR MAKING NETWORK BOOT COMPUTER SYSTEM HIGHLY RELIABLE例文帳に追加

ネットワークブート計算機システムの高信頼化方法 - 特許庁

ENDLESS TYPE BOOT FIXING BAND AND ITS MANUFACTURING METHOD例文帳に追加

無端式ブーツ固定バンド及びその製造方法 - 特許庁

MANUFACTURING METHOD OF POLYESTER ELASTOMER DRIVE SHAFT BOOT例文帳に追加

ポリエステルエラストマー製ドライブシャフトブーツの製造方法 - 特許庁

STRETCH BOOT WITHOUT SEAM, AND PRODUCTION METHOD THEREOF例文帳に追加

継ぎ目のないストレッチブーツおよびその製造方法 - 特許庁

BOOT MEDIATING PROGRAM, BOOTING METHOD, AND STORAGE DEVICE例文帳に追加

ブート仲介プログラム、ブート方法及び記憶装置 - 特許庁

How can I use the WindowsNT loader to boot FreeBSD?9.11. 例文帳に追加

7.29. su が not in root's ACLと言って私を悩ませるのはなぜ? - FreeBSD

autoexec.bat 2 Getting the network boot programs (On the server) 例文帳に追加

2.ネットワークブートのプログラムを手に入れる (サーバ上で) - FreeBSD

例文

hints file, the following line: 例文帳に追加

FreeBSD5.X では、/boot/device.hintsファイルの以下の行を削除するだけです。 - FreeBSD




  
斎藤和英大辞典
Copyright (C) 1994- Nichigai Associates, Inc., All rights reserved.
「斎藤和英大辞典」斎藤秀三郎著、日外アソシエーツ辞書編集部編
  
日本語WordNet
日本語ワードネット1.1版 (C) 情報通信研究機構, 2009-2026 License. All rights reserved.
WordNet 3.0 Copyright 2006 by Princeton University. All rights reserved.License
  
Copyright © Japan Patent office. All Rights Reserved.
  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  
Copyright 2001-2010 Gentoo Foundation, Inc.
The contents of this document are licensed under the Creative Commons - Attribution / Share Alike license.
  
Copyright 1994-2010 The FreeBSD Project. All rights reserved. license
  
Copyright (c) 2001 Robert Kiesling. Copyright (c) 2002, 2003 David Merrill.
The contents of this document are licensed under the GNU Free Documentation License.
Copyright (C) 1999 JM Project All rights reserved.
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する
英→日 日→英
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する

©2026 GRAS Group, Inc.RSS