DEV inの部分一致の例文一覧と使い方
該当件数 : 139件
In our example, /dev/hda1, /dev/hda2 and /dev/hda3 are the /boot, swap and root partitions so we need to combine /dev/hda4 and /dev/hdb1.例文帳に追加
例では、/dev/hda1と/dev/hda2と/dev/hda3は、/bootとスワップとルートパーティションです。 そして、/dev/hda4と/dev/hdb1を結合する必要があります。 - Gentoo Linux
They can be found in /dev/ide/hd,/dev/scsi/hd etc. 例文帳に追加
これらは、/dev/ide/hdや/dev/scsi/hdなどで見つけることができます。 - Gentoo Linux
MySQL Server 5.0 is recommended.Included in the amp-dev package. 例文帳に追加
MySQL Server 5.0 (推奨)amp-dev パッケージに含まれている。 - NetBeans
(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
Apache HTTP Server 2.2 is recommended.Included in the amp-dev package. 例文帳に追加
Apache HTTP Server 2.2 (推奨)amp-dev パッケージに含まれている。 - NetBeans
Create the filesystems on /dev/hda1 and /dev/hda3,and create and activate the swap on /dev/hda2 as described in the handbook.例文帳に追加
ハンドブックに書かれているように、/dev/hda1と/dev/hda3上にファイルシステムを作成します。 そして、/dev/hda2にswapを作成し、有効にします。 - Gentoo Linux
If this is a concern in your application, use /dev/random instead. 例文帳に追加
もし、この事が心配なら、(/dev/urandom ではなく)/dev/random を利用すればいい。 - JM
device (as in stty < /dev/ttyS1), POSIX behaviour requires that it 例文帳に追加
(< /dev/ttyS1 のように) オープンしようとしたときには、 - JM
Code Listing2.1: Directories in /dev cdroms/ cpu/ discs/ floppy/ide/ input/ loop/ misc/netlink/ printers/ pts/ pty/scsi/ sg/ shm/ sound/sr/ usb/ vc/ vcc/ 例文帳に追加
コード表示2.1:/dev内のディレクトリ - Gentoo Linux
Issue the following commands in thetest/dev/ directory: 例文帳に追加
以下のコマンドをtest/dev/ディレクトリで実行してください。 - Gentoo Linux
In /etc/fstab you will want /dev/ROOT to be /dev/ubda, with a fs type of either ext2, ext3, or reiserfs.例文帳に追加
/etc/fstabの中の、/dev/ROOTを/dev/ubd/0に変更します。 このとき、ファイルシステムの種類は、ext2,ext3,あるいはreiserfs等にします。 - Gentoo Linux
fully unmounted, then /dev/ram0 will remain in memory. 例文帳に追加
/dev/ram0が、完全にアンマウント「されなければ」、/dev/ram0はメモリ上に残ってしまうはずである。 - JM
Included in the amp-dev package but disabled by default. 例文帳に追加
amp-dev パッケージに含まれている。 ただし、デフォルトでは無効。 - NetBeans
For example, /dev/hda refers to all of the first IDE drive in the system; and /dev/hdb3 refers to the third DOS "primary" partition on the second one. 例文帳に追加
例えば、/dev/hdaはシステムの最初の IDE ドライブ全体を参照する。 - JM
List the /dev entry pathname in the /etc/printcap file using the lp capability. 例文帳に追加
/etc/printcap ファイルで lp項目を使って /dev エントリを記入します。 - FreeBSD
In the slice case the drive will be added as /dev/da1s1e. 例文帳に追加
スライスの場合、ドライブは /dev/da1s1eとして加えられるでしょう。 - FreeBSD
For instance, /dev/hda represents the first IDE device in their system.例文帳に追加
例えば、/dev/hdaはシステム内の最初のIDEデバイスを表します。 - Gentoo Linux
In my case, I have a USB mouse on /dev/input/mouse0. 例文帳に追加
私の場合では、USBマウスが/dev/input/mouse0に接続されています。 - Gentoo Linux
(Make sure you have mounted your root partition as described in the handbook first)# mkdir /mnt/gentoo/usr# mount /dev/vg/usr /mnt/gentoo/usr# mkdir /mnt/gentoo/home# mount /dev/vg/home /mnt/gentoo/home# mkdir /mnt/gentoo/opt# mount /dev/vg/opt /mnt/gentoo/opt# mkdir /mnt/gentoo/var# mount /dev/vg/var /mnt/gentoo/var# mkdir /mnt/gentoo/tmp# mount /dev/vg/tmp /mnt/gentoo/tmp 例文帳に追加
(最初にハンドブックで記述されているとおりにルートパーティションを確実にマウントしてください) #mount/dev/vg/tmp/mnt/gentoo/tmp - Gentoo Linux
For instance, to have the boot partition (/dev/sda1 in our example) in ext2 and the root partition (/dev/sda3 in our example) in ext3 (as in our example), you would use:例文帳に追加
例えば、 ブートパーティション(この例では/dev/hda1)をext2に、ルートパーティション(この例では/dev/hda3)をext3(今回の例として)にするには、以下の様にします。 - Gentoo Linux
For instance, to have the boot partition (/dev/sda1 in ourexample) in ext2 and the root partition (/dev/sda3 in our example)in ext3 (as in our example), you would use: 例文帳に追加
例えば、 ブートパーティション(この例では/dev/sda1)をext2に、ルートパーティション(この例では/dev/sda3)をext3(今回の例として)にするには、以下の様にします。 - Gentoo Linux
Make sure the appropriate files exist in /dev. 例文帳に追加
適切なデバイスファイルが /devに存在することを確かめてください。 - FreeBSD
The next example shows writing mail to a file, in this case /dev/null. 例文帳に追加
次の例はメールをファイル、この場合 /dev/null に書き込みます。 - FreeBSD
In the previous example we see that /dev/hda is a block device.例文帳に追加
上の例では、/dev/hdaがブロック・デバイスであることが分かります。 - Gentoo Linux
Before chrooting, bind-mount the /dev structure in the new environment:例文帳に追加
chrootをする前に、新しい環境で/dev構造をbindマウントします。 - Gentoo Linux
Fire up fdisk on your disk (in our example, we use /dev/sda):例文帳に追加
さあfdiskを実行しましょう。 (例では/dev/sdaを使っています)。 - Gentoo Linux
SCSI and Serial ATA drives are both labeled/dev/sd*; even IDE drives are labeled /dev/sd* with the new libata framework in the kernel. If you're using the old deviceframework, then your first IDE drive is /dev/hda.例文帳に追加
もし、あなたのシステムがSCSIドライブを使っているなら, 1番目のハードディスクは/dev/sdaになるでしょう。 - Gentoo Linux
You will need to substitute the /dev/hdaexamples in the installation with this path. 例文帳に追加
インストール中に/dev/hdaをこのパスで置き換える必要があります。 - Gentoo Linux
Try using /dev/input/mice before /dev/psaux, as the latter is deprecated and can be disabled in the latest 2.6 kernels.例文帳に追加
/dev/psauxの前に/dev/input/miceを試してみてください。 後者は廃れており、最近の2.6カーネルでは無効になっているかもしれません。 - Gentoo Linux
SCSI and Serial ATA drives are both labeled/dev/sd*; even IDE drives are labeled /dev/sd* withthe new libata framework in the kernel. If you're using the old deviceframework, then your first IDE drive is /dev/hda. 例文帳に追加
もし、あなたのシステムがSCSIまたはSATAドライブを使っているなら, 1番目のハードディスクは/dev/sdaになるでしょう。 - Gentoo Linux
SCSI and Serial ATA drives are both labeled/dev/sd*; even IDE drives are labeled /dev/sd* with the new libata framework in the kernel.例文帳に追加
もし、あなたのシステムがSCSIドライブを使っているなら, 1番目のハードディスクは/dev/sdaになるでしょう。 - Gentoo Linux
for further information. /proc/sys/kernel/real-root-dev This file is documented in the kernel source file Documentation/initrd. 例文帳に追加
/proc/sys/kernel/real-root-devこのファイルはカーネルソースファイルDocumentation/initrdに記述されている。 - JM
The third serial port, sio2 (see sio(4) , known as COM3 in DOS), is on /dev/cuad2 for dial-out devices, and on /dev/ttyd2 for dial-in devices. 例文帳に追加
3 番目のポート sio2 (sio(4) をご覧ください。 DOSでは、COM3 と呼ばれます。 - FreeBSD
In FreeBSD, you access each serial port through an entry in the /dev directory. 例文帳に追加
FreeBSDでは、/dev ディレクトリ内のエントリを介してシリアルポートへのアクセスがおこなわれます。 - FreeBSD
The first argument is the device to configure, in this case, /dev/ccd0c. 例文帳に追加
一番目の引数は設定するデバイスです。 この例の場合は /dev/ccd0c です。 - FreeBSD
In this case, the CRW device is 1,5,0, so the appropriate input would be dev=1,5,0. 例文帳に追加
この例では CRWデバイスは 1,5,0 なので、適切な入力は dev=1,5,0 となります。 - FreeBSD
The same happens with all-round symlinks that used to exist in/dev, such as /dev/mouse, which udev doesn'tcreate anymore. 例文帳に追加
例えば/dev/mouseのような、以前は/devに存在していた、すべてのシンボリックリンクにも同じことが起こります。 それらは、もはやudevは作成しません。 - Gentoo Linux
In other words, changed device files are copied over to /lib/dev-state as soon as the change happens, and are copied over to /dev when booting the system.例文帳に追加
言い替えれば、変更されたデバイス・ファイルは変更が行われたときに/lib/dev-stateへコピーされ、そしてシステムがブートされるとき/devファイルにコピーされます。 - Gentoo Linux
In the Hardware Setup section, we identified the port and the relevant /dev directory entry that FreeBSD will use to communicate with the printer. 例文帳に追加
「ポート用エントリを /dev に追加する」では、FreeBSDでプリン タとの通信に使用される /devディレクトリ内のエントリを特定します。 - FreeBSD
livecd linux # cd /etclivecd etc # nano -w fstab/dev/sda1 /boot ext2 noauto,noatime 1 2/dev/sda3 / ext3 noatime 0 1/dev/sda2 none swap sw 0 0 Configure your network in /etc/conf.d/net. 例文帳に追加
/etc/conf.d/hostnameと/etc/conf.d/domainnameを編集し、rc-updateadddomainnamedefaultを実行して、ネットワークを設定するために/etc/conf.d/netを編集します。 - Gentoo Linux
It will ensure that whomever logs in on /dev/ttyv0 will own the console. 例文帳に追加
そうすると、 /dev/ttyv0 からログインしたユーザがコンソールを所有することになるでしょう。 - FreeBSD
On Linux, shared memory objects are created in a ( tmpfs ) virtual file system, normally mounted under /dev/shm . 例文帳に追加
Linux では、共有メモリオブジェクトは通常/dev/shm以下にマウントされる仮想ファイルシステム( tmpfs ) - JM
| この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。 |
| © 2010, Oracle Corporation and/or its affiliates. Oracle and Java are registered trademarks of Oracle and/or its affiliates.Other names may be trademarks of their respective owners. |
| 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. |
| 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 |
|
ログイン |
Weblio会員(無料)になると
|
|
ログイン |
Weblio会員(無料)になると
|