| 意味 | 例文 |
Boot Partitionの部分一致の例文一覧と使い方
該当件数 : 104件
After the boot partition, the usual Linux filesystems are placed, according to the scheme below.例文帳に追加
Bootパーティション - Gentoo Linux
Note: This partition is not a /boot partition. 例文帳に追加
注意: このパーティションは/bootパーティションではありません。 - Gentoo Linux
The IBM PowerPC Reference Platform (PReP) requires a small PReP boot partition on the disk's first partition, followed by the swap and root partitions. PartitionSizeFilesystemDescription例文帳に追加
残りのディスク領域 - Gentoo Linux
And that you copied it to your boot partition: 例文帳に追加
そして、できたカーネルをbootパーティションにコピーしてください。 - Gentoo Linux
Create a small physical /boot partition (hda1). 例文帳に追加
/boot用の小さな物理パーティション(hba1)を作成してください。 - Gentoo Linux
Apple users don't need an extra partition for /boot. 例文帳に追加
Appleユーザーは/bootのための余分のパーティションを必要としません。 - Gentoo Linux
PPC users don't need an extra partition for /boot.例文帳に追加
PPCユーザーは/bootのための余分のパーティションを必要としません。 - Gentoo Linux
You should mount your /boot partition, and remove those images.例文帳に追加
/bootパーティションをマウントし、カーネルイメージを削除してください。 - Gentoo Linux
Note: This partition is not a "boot" partition. 例文帳に追加
注意: このパーティションは「ブート」パーティションではありません。 - 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
Code Listing4.8: Creating the PReP boot partition 例文帳に追加
コード表示4.6: PRePブートパーティションを作成する - Gentoo Linux
Mount your boot partition and verify if the grub/grub.conf file exists.例文帳に追加
bootパーティションをマウントし、grub/grub.confファイルが存在するかを確認してください。 - Gentoo Linux
The Apple bootstrap partition is not/boot and is not related in any way. 例文帳に追加
bootstrapパーティションは/bootではありませんからどこにも関連づけられません。 - Gentoo Linux
Make sure that the file it is referring to exists on your boot partition.例文帳に追加
参照しているファイルがbootパーティションにあるかを確認してください。 - Gentoo Linux
The next step is mounting your /boot partition and copying the kernel image over.例文帳に追加
次のステップでは/bootパーティションをマウントしてカーネルイメージを上書きします。 - Gentoo Linux
When all this fails, your boot partition may be corrupt. 例文帳に追加
これら全てが失敗したときは、bootパーティションが壊れている可能性があります。 - Gentoo Linux
At the time of correcting the boot flag, either the first boot partition or the second boot partition is constituted so as to be identified as the partition including an operating system for computer boot.例文帳に追加
このブートフラグの修正は、第1ブートパーティションと第2ブートパーティションのうちの一方をコンピュータブート用のオペレーティングシステムを含むパーティションとして識別するように構成される。 - 特許庁
# make make modules_install# mount /boot# cp arch/i386/boot/bzImage /boot/bzImage-2.6.9-gentoo-r2 Finally, you should update your boot loader configuration, adding an entry for the new kernel (don't delete the old one just yet!) and unmount the /boot partition.例文帳に追加
最後に、新しいカーネルの項目を追加(まだ古い物は削除しないでください!)してブートローダーの設定を更新し、/bootパーティションをマウント解除してください。 - Gentoo Linux
(Make sure the boot partition, /dev/hda1 in this case, is unmounted)# fsck -y /dev/hda1 例文帳に追加
(この場合、bootパーティションである/dev/hda1をアンマウントしてから検査してください) #fsck-y/dev/hda1 - Gentoo Linux
Next, compile your kernel and copy it over to your boot partition. 例文帳に追加
次に、カーネルをコンパイルしブートパーティションにコピーします。 - Gentoo Linux
MODIFIABLE PARTITION BOOT RECORD FOR COMPUTER MEMORY DEVICE例文帳に追加
コンピュータメモリ装置のための変更可能な区画ブート記録 - 特許庁
EXE utility on the CD (It should find your FreeBSD partition and boot it.)FreeBSD + OS/2 + Windows 95: Nothing new here. 例文帳に追加
FreeBSD + OS/2 + Windows95: 特に注意すべきことはありません。 - FreeBSD
If you are not using a separate boot partition (/boot) then you do not need this line and can safely just delete it from /etc/fstab.例文帳に追加
別領域のbootパーティション(/boot)を設定していなければ、この項目は必要なく、安全のためには/etc/fstabから削除したほうが良いでしょう。 - Gentoo Linux
Then, a selection window for requesting a user to select either the first boot partition or the second boot partition is displayed.例文帳に追加
次に、ユーザが第1ブートパーティションもしくは第2ブートパーティションを選択するよう要求する選択ウィンドウが表示される。 - 特許庁
Besides, if you chose to use a different partitioning scheme and did not put/boot in a separate partition, the /boot prefix used in the above code samples is really required.例文帳に追加
加えて、もし違うパーティションスキームを選択した/bootを別のパーティションに置かなかった場合、上記サンプルコード内での/boot prefixの使用は必須です。 - Gentoo Linux
A primary partition is a partition which has its information stored in the MBR (master boot record).例文帳に追加
基本パーティションはMBR(マスターブートレコード)にその情報が格納されているパーティションです。 - Gentoo Linux
What makes a partition bootable is the configuration of the Partition Boot Sector that exists at the beginning of each partition. 例文帳に追加
パーティションが起動可能かどうかは、 各パーティションの先頭に存在する パーティション起動セクタの設定で決まります。 - FreeBSD
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
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
In general, Apple PowerPC machines do not need a separate /boot partition, and the bootstrap partition should not be mounted or referred to in your fstab. When I rebooted, yaboot didn't work!例文帳に追加
通常、PowerPCマシンでは別領域の/bootパーティションは必要ありませんし、bootstrapパーティションはマウントされるべきではありません。 - Gentoo Linux
To find out the exact name of your kernel, boot from the installation cd, mount your root and (if applicable) boot partition.例文帳に追加
カーネルの正確な名前を調べるためには、インストールCDからブートし、(もしあれば)bootパーティションあるいはルートパーティションをマウントしてください。 - Gentoo Linux
Create boot.config in the root directory of the a partition on the boot drive. 例文帳に追加
ブートドライブの a パーティションの ルートディレクトリに boot.config を作成してください。 - FreeBSD
title Gentoo Linux 2.6.24-r5# Partition where the kernel image (or operating system) is locatedroot (hd0,0)kernel /boot/kernel-2.6.24-gentoo-r5 root=/dev/sda3 例文帳に追加
title=Gentoo Linux 2.6.12 # カーネルイメージ(あるいは、OS)があるパーティションの指定 - Gentoo Linux
Some users don't want their /boot partition to be mounted automatically to improve their system's security.例文帳に追加
/boot自身のシステムのセキュリティを向上させるためにパーティションが自動的にマウントされたくないユーザーもいます。 - Gentoo Linux
If /boot is a separate partition, ensure it is mounted before copying the compiled kernel to this directory!例文帳に追加
もし/bootが別のパーティションなら、コンパイル済みのカーネルをこのディレクトリにコピーする前にマウントしてください。 - Gentoo Linux
Switching between multiple kernels is as simple as leaving the kernel sourcesunder /usr/src/ and leaving the bzImage binaries on your /boot partition (referenced by entries in your boot loaderconfiguration).例文帳に追加
複数のカーネルを切り替えるには/usr/src/のカーネルソースと/bootパーティションのbzImageバイナリ(ブートローダーの設定で参照されている)を残すだけです。 - Gentoo Linux
Besides, if you chose to use a different partitioning scheme and did not put/boot in a separate partition, the /boot prefix usedin the above code samples is really required. 例文帳に追加
そのほかに、違うパーティション構成を使用することを選択し、/bootを別のパーティションにおいていなければ、上記のコード例で使用されている/bootは本当に必要です。 - Gentoo Linux
In the example configuration we want to install GRUB so that it reads itsinformation from the boot partition /dev/sda1, andinstalls the GRUB boot record on the hard drive's MBR (master boot record) sothat the first thing we see when we turn on the computer is the GRUB prompt. 例文帳に追加
次の例では、GRUBが/bootパーティションの/dev/sda1から情報を読むように、そして、コンピュータの電源を入れた後、最初にGRUBプロンプトが出現するように、ハードディスクのMBR(master boot record、マスターブートレコード)にGRUBをインストールしています。 - Gentoo Linux
To realize booting by selecting a boot partition from the single drive of a computer.例文帳に追加
コンピュータの単一ドライブからブートパーティションを選択してブートを行う。 - 特許庁
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
That Boot Sector for the partition itself contains enough information to start loading the operating system on that partition. 例文帳に追加
読み込まれる起動セクタには、そのパーティション上の OSをロードするために必要な情報が含まれています。 - FreeBSD
Finally the bootmenu must be transferred into Forth and copied to your boot partition, so that the SmartFirmware can read it.例文帳に追加
最終的に、bootmenuはForthに変換されなければなりません。 そして、SmartFirmwareが読めるように、それをbootパーティションにコピーします。 - Gentoo Linux
After you've done this, type t to set the partition type, 1 to select the partition you just created and then type in 41 to set the partition type to "PPC PReP Boot".例文帳に追加
この作業の後、パーティションタイプを設定するのにtと入力します。 先程作成したパーティションを選択するのに1と入力して、このパーティションタイプを"PPC PReP Boot"にする為に41と入力します。 - Gentoo Linux
In the example configuration we want to install GRUB so that it reads its information from the boot partition /dev/sda1, and installs the GRUB boot record on the hard drive's MBR (master boot record) so that the first thing we see when we turn on the computer is the GRUB prompt.例文帳に追加
次の例では、GRUBが/bootパーティションの/dev/hda1から情報を読むように、そして、コンピュータの電源を入れた後、最初にGRUBプロンプトが出現するように、ハードディスクのMBR(master boot record、マスターブートレコード)にGRUBをインストールしています。 - Gentoo Linux
| 意味 | 例文 |
| Copyright © Japan Patent office. All Rights Reserved. |
| この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。 |
| Copyright 1994-2010 The FreeBSD Project. All rights reserved. license |
| Copyright 2001-2010 Gentoo Foundation, Inc. The contents of this document are licensed under the Creative Commons - Attribution / Share Alike license. |
|
ログイン |
Weblio会員(無料)になると
|
|
ログイン |
Weblio会員(無料)になると
|