dev.を含む例文一覧と使い方
該当件数 : 516件
With udev, the devices are named/dev/cciss/cXdYpZ with X, Y and Z regular numbers. 例文帳に追加
udevでは、そのデバイスは、/dev/cciss/cXdYpZ(X,Y,Zは規則的な数値)と名前を割り当てられます。 - Gentoo Linux
When using /dev/initrd , the RAM disk driver cannot be loaded as a module. 例文帳に追加
/dev/initrdを使用する場合には、RAM ディスクドライバをモジュールとしてロードすることはできない。 - JM
If the normal root file has directory /initrd , device /dev/ram0 is moved from / 例文帳に追加
通常時ルートファイルシステムにディレクトリ/initrdがあれば、/dev/ram0デバイスは/から/initrdに移動される。 - JM
The use of /proc/sys/kernel/real-root-dev to change the root file system is obsolete. 例文帳に追加
ルートファイルシステムを変更するために/proc/sys/kernel/real-root-devを使うのは以前の方法である。 - JM
On Linux, shared memory objects are created in a ( tmpfs ) virtual file system, normally mounted under /dev/shm . 例文帳に追加
Linux では、共有メモリオブジェクトは通常/dev/shm以下にマウントされる仮想ファイルシステム( tmpfs ) - JM
How do I uninstall Kerberos?10.18. What happened to /dev/MAKEDEV?10.19. 例文帳に追加
Kerberos の認証システムからくるエラーです。 - FreeBSD
In order to avoid conflicting with X, syscons(4) supports a virtual device called /dev/sysmouse. 例文帳に追加
Xでのマウスの衝突を避けるために、syscons は /dev/sysmouseという仮想デバイスをサポートしています。 - FreeBSD
This will be /dev/da0 if you have no other SCSI disks in the system, or /dev/da1 if you have a SCSI hard disk wired down as the root device. 例文帳に追加
ここで表示される ZIP のデバイスファイルは、 もしシステムに他の SCSI ディスクがない場合は/dev/da0 となり、 SCSIハードディスクドライブがルートデバイスとしてつなぎかえられているならば /dev/da1 となります。 - FreeBSD
to directly load /dev/initrd from CD-ROM without the need of any floppies. 例文帳に追加
を使って、フロッピーを全く利用せずに CD-ROM から/dev/initrdを直接ロードすることができる。 - JM
For the people involved, this can said to be a 'black hole' even when it is compared to/dev/null. 例文帳に追加
関係者にとっては/dev/null以上に「何でも飲み込む穴」と云う事もできる。 - Wikipedia日英京都関連文書対訳コーパス
So, dev... how are things going for you, down at the mayor's office?例文帳に追加
それで 市長との仕事はどうだ - 映画・海外ドラマ英語字幕翻訳辞書
A CPU #0 initializes a MEM #0, DEV #0, and DEV #2 that are hardware devices for use in booting an OS prior to the initialization of a DEV #1 that is a hardware device not used for booting the OS, and the OS is booted using the MEM #0, DEV #0, and DEV #2.例文帳に追加
CPU#0が、OSの起動に用いられるハードウェア装置であるMEM#0、DEV#0、DEV#2の初期化を、OSの起動に用いられないハードウェア装置であるDEV#1の初期化に先立って行い、MEM#0、DEV#0、DEV#2を用いてOSを起動する。 - 特許庁
The can't assign resources messages indicate that the devices are legacy ISA devices for which a non-PnP-aware driver is compiled into the kernel. 例文帳に追加
schg (system immutable flag) のようなファイルフラグの変更 /dev/mem および /dev/kmem経由でのカーネルメモリへの書き込み - FreeBSD
It will then assign the ZIP disk to the next available SCSI disk, e.g. /dev/da1. 例文帳に追加
そうすれば、ZIPディスクドライブは二番目の SCSI デバイス、つまり /dev/da1としてきちんと認識されます。 - FreeBSD
As an example, our USB scanner uses the device node /dev/uscanner0 which is owned by the operator group. 例文帳に追加
一例として、USB スキャナが、グループ operator が所有する、/dev/uscanner0デバイスノードを使用しているものとします。 - FreeBSD
This could be changed to the name of your ISP so that later you can use the load ISP to start the connection. Line 12: 例文帳に追加
モデムが接続されているデバイスを指定します. COM1: は /dev/cuaa0 に, COM2: は /dev/cuaa1 になります.Line 3: - FreeBSD
Traditional Linux implementations provide their users with an abstract device path, called /dev.例文帳に追加
伝統的なLinuxの実装では、ユーザーに/devと呼ばれる抽象的なデバイス・パスを提供しています。 - Gentoo Linux
REGISTER ^cdroms/.* PERMISSIONS root.cdrom 0660 例文帳に追加
2番目の欄は、/devから始まるデバイス・グループです。 - Gentoo Linux
(Run from within the chrooted environment)# grub-install --root-directory=/boot /dev/hda 例文帳に追加
(chroot環境内で実行してください) - Gentoo Linux
On x86_64, these errors are not printed to dmesg like on other architectures, but to /dev/mcelog.例文帳に追加
コード表示3.3: 一般的なサポート - Gentoo Linux
The most famous block device isprobably the one that represents the first drive in a Linux system, namely/dev/sda. 例文帳に追加
おそらく最も有名なブロックデバイスはLinux上で1番目のドライブ、すなわち/dev/sdaでしょう。 - Gentoo Linux
Note: It is not recommended to put the following directories in an LVM2 partition: /etc, /lib, /mnt,/proc, /sbin, /dev, and/root.例文帳に追加
注意:以下に続くディレクトリをLVM2パーティションに置くことは推奨しません。 /etc、/lib、/lib、/mnt、/proc、/sbin、/dev、/root。 - Gentoo Linux
So we will bind-mount your root partition to another location and access the /dev directory from there.例文帳に追加
そのためrootパーティションを別の位置にbindマウントし、そこから/devディレクトリにアクセスしましょう。 - Gentoo Linux
The path returned may not uniquely identify the controlling terminal; it may, for example, be /dev/tty . 例文帳に追加
返されたパスはたぶん制御端末を一意には特定できない。 たとえば/dev/ttyのように。 - JM
For glibc2, if /dev/tty cannot be opened, the prompt is written to stderr and the password is read from stdin . 例文帳に追加
glibc2 では、/dev/ttyがオープンできない場合はpromptはstderrに書き出され、パスワードはstdinから読み込まれた。 - JM
The /dev/initrd is a read-only block device assigned major number 1 and minor number 250. 例文帳に追加
/dev/initrdは、メジャー番号 1、マイナー番号 250 が割り当てられた読み込み専用のブロックデバイスである。 - JM
The kernel then read-write mounts device /dev/ram0 as the initial root file system. 例文帳に追加
カーネルは/dev/ram0デバイスを初期のルートファイルシステムとして読み書き可能な形式でマウントする。 - JM
The kernel performs the usual boot sequence as if /dev/initrd was not initialized. 例文帳に追加
カーネルは/dev/initrdが初期化されていない場合と同様の、通常のブートアップ動作を行う。 - JM
Users of /dev/initrd should not depend on the behavior give in the above notes. 例文帳に追加
/dev/initrdの利用者は、上記の注意事項で述べた動作に依存しないようにすべきである。 - JM
/proc/sys/kernel/random This directory contains various parameters controlling the operation of the file /dev/random . 例文帳に追加
/proc/sys/kernel/randomこのディレクトリは、ファイル/dev/randomの操作を制御する様々なパラメータが書かれている。 - JM
A read from the /dev/urandom device will not block waiting for more entropy. 例文帳に追加
/dev/urandom デバイスから読み出しでは、エントロピーがより高くなるのを待つためのブロックは行われない。 - JM
Note: You can also install the modules by running the following command in the Terminal window:aptitude install php5-dev php-pear 例文帳に追加
注: 「端末」ウィンドウで次のコマンドを実行してもモジュールをインストールできます。 aptitude install php5-dev php-pear - NetBeans
A package denounced by its leads (i.e. The lead actually says that he is no longer maintaining it on pear-dev) 例文帳に追加
リーダーから捨てられた (つまり、リーダーが「このパッケージの保守をやめる」と pear-dev で宣言した)。 - PEAR
For more information on RSS see the website of the RSS working group (http://tech.groups.yahoo.com/group/rss-dev/files/specification.html). 例文帳に追加
RSSについてより詳細な情報は、RSSワーキンググループのウェブサイト(http://tech.groups.yahoo.com/group/rss-dev/files/specification.html)を見てください。 - PEAR
Code Listing12.1: Grub Output # grub-install --root-directory=/boot /dev/hdaCould not find device for /boot/boot: not found or not a block device 例文帳に追加
コード表示12.1:GRUBの出力 - Gentoo Linux
Code Listing2.6: Creating UML files # dd if=/dev/zero of=root_fs seek=500 count=1 bs=1M# mke2fs -F root_fs# mount -o loop root_fs /mnt/loop# tar xvjpf gentoo.tbz2 -C /mnt/loop# umount /mnt/loop 例文帳に追加
コード表示2.7 - Gentoo Linux
The Linux support for the above (known as Unix98 pty naming) is done using the devpts file system, that should be mounted on /dev/pts . Before this Unix98 scheme, master ptys were called /dev/ptyp0 ", ..." 例文帳に追加
(Unix98 pty naming と呼ばれる) 上記の機能の Linux でのサポートは、通常/dev/ptsにマウントされるはずのdevptsファイルシステムを通して実現されている、この Unix98 スキームが導入される前は、マスタ擬似端末は/dev/ptyp0 ", ..." - JM
If you are not using devfs(5) , you will have to point your applications at /dev/dsp0. 例文帳に追加
devfs(5)を使用していないのなら、 利用するアプリケーションに /dev/dsp0.xを指定しなければならないでしょう。 - FreeBSD
If you do not specify the lp capability for a printer in your /etc/printcap file, LPD uses /dev/lp as a default. 例文帳に追加
/etc/printcap でプリンタの lp項目が指定されていない場合は、 LPD はデフォルトとして /dev/lp を使用します。 - FreeBSD
Use your backup program and backup tapes to recover the data for this file system (e.g. restore vrf /dev/sa0). 例文帳に追加
バックアッププログラムとバックアップテープを使用して、このファイルシステムのデータを回復します (たとえば restore vrf/dev/sa0)。 - FreeBSD
For example to detach and free all resources used by /dev/md4: 例文帳に追加
たとえば /dev/md4によって使用されたすべてのリソースを切り離し、開放するには以下のようにします。 - FreeBSD
# nano -w /etc/fstab/dev/cdroms/cdrom0 /mnt/cdrom iso9660 noauto,ro 0 0proc /proc proc defaults 0 0tmpfs /dev/shm tmpfs nodev,nosuid,noexec 0 0 You also need to prevent the client to run a filesystem check: 例文帳に追加
また、クライアント側でのファイルシステムのチェックを無効にする必要があります。 - Gentoo Linux
As we can see, the partition mounted as / named/dev/hdb2 has 2.4 gigabytes free. 例文帳に追加
御覧の通り、/にマウントされているパーティションは2.4GBの空き領域のある/dev/hdb2に割り当てられています。 - Gentoo Linux
For instance, to make an ext3 filesystem on the root partition (/dev/sda4 in our example), you would use: 例文帳に追加
mkfs.xfs 例えば、ルートパーティション(この例では/dev/hda4)をext3(今回の例として)にするには、以下の様にします。 - Gentoo Linux
For instance, to have the root partition (/dev/sda4 in our example)in ext3 (as in our example), you would use: 例文帳に追加
例えば、ルートパーティション(この例では/dev/hda3)をext3(今回の例として)にするには、以下の様にします。 - Gentoo Linux
Important: This HOWTO assumes that the /dev/sdc device node corresponds to your USB flash drive.例文帳に追加
重要:この手引書では、/dev/sdaデバイスノードをUSBフラッシュドライブに対応するものと想定しています。 - Gentoo Linux
Note that glibc does not follow the POSIX specfication and uses stdin instead of /dev/tty . 例文帳に追加
を用いるべきではない。 glibc は POSIX 仕様には従っておらず、/dev/ttyではなく"標準入力 (stdin)"を使う。 - JM
turns off echoing, reads one line (the "password"), restores the terminal state and closes /dev/tty again. 例文帳に追加
そして echo をオフにし、一行 (「パスワード」)を読み込み、端末の状態を元に戻して、再び/dev/ttyをクローズする。 - JM
JESC: Japanese-English Subtitle Corpus映画・海外ドラマ英語字幕翻訳辞書のコンテンツは、特に明示されている場合を除いて、次のライセンスに従います: Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) |
| Copyright © Japan Patent office. All Rights Reserved. |
| 本サービスで使用している「Wikipedia日英京都関連文書対訳コーパス」はWikipediaの日本語文を独立行政法人情報通信研究機構が英訳したものを、Creative Comons Attribution-Share-Alike License 3.0による利用許諾のもと使用しております。詳細はhttp://creativecommons.org/licenses/by-sa/3.0/ および http://alaginrc.nict.go.jp/WikiCorpus/ をご覧下さい。 |
| この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。 |
| 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 © 2001 - 2008 by the PEAR Documentation Group. This material may be distributed only subject to the terms and conditions set forth in the Open Publication License, v1.0 or later (the latest version is presently available at http://www.opencontent.org/openpub/ ). |
| © 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 1994-2010 The FreeBSD Project. All rights reserved. license |
|
ログイン |
Weblio会員(無料)になると
|
|
ログイン |
Weblio会員(無料)になると
|
Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)