| 意味 | 例文 |
scsi deviceの部分一致の例文一覧と使い方
該当件数 : 124件
a SCSI device 例文帳に追加
SCSI デバイス[機器] - 研究社 英和コンピューター用語辞典
SCSI DEVICE例文帳に追加
SCSI装置 - 特許庁
SCSI DEVICE例文帳に追加
SCSIデバイス - 特許庁
The device is thename of the SCSI device file, e.g. '/dev/scsi/sc0d4l0', or None.例文帳に追加
デバイスdeviceはSCSIデバイスファイルの名前で、例えば'/dev/scsi/sc0d4l0'あるいはNoneです。 - Python
(SCSI emulation automatically kicks in)scsi0 : SCSI emulation for USB Mass Storage devicesusb-storage: device found at 2 例文帳に追加
(SCSIエミュレーションが自動的に始まります) usb-storage:devicefoundat2 - Gentoo Linux
The SoundBlaster SCSI interface and some non-SCSI CD-ROMs are supported, but you cannot boot off this device. 例文帳に追加
SoundBlaster SCSI インタフェースと非 SCSI CD-ROMはサポートしていますが、そのデバイスからは起動できません。 - FreeBSD
scsi currently supports only the add-single-device command which allows root to add a hotplugged device to the list of known devices. 例文帳に追加
scsi は現在のところ add-single-device コマンドのみをサポートしている。 - JM
これによりルート (root) は既知のデバイスリストへ活線挿抜 (hotplugged)デバイスを加えることができる。 echo 'scsi add-single-device 1 0 5 0' > /proc/scsi/scsi - JM
For instance, all IDE-related devices are inside the/dev/ide/ device directory, and SCSI-related devices are inside/dev/scsi/. 例文帳に追加
例えば、すべてのIDEに関連するデバイスが/dev/ide/デバイス・ディレクトリの中にあり、SCSIに関連するデバイスが/dev/scsi/内にあります。 - Gentoo Linux
command (device-specific address) or a Tandberg-compatible SCSI-1 drive (Tandberg, Archive Viper, Wangtek, . 例文帳に追加
コマンド (デバイス固有アドレス)をサポートする SCSI-2ドライブか、Tandberg 互換の SCSI-1 ドライブ(Tandberg, Archive, Viper, Wangtek, ... ) でなければならない。 - JM
SCSI DEVICE AND ITS CONTROL METHOD AND SCSI SYSTEM例文帳に追加
SCSI装置及びその制御方法並びにSCSIシステム - 特許庁
Note: If you are using an external SCSI device, it is important never to connect or disconnect it from the SCSI bus while the computer is running. 例文帳に追加
Note: SCSI で接続された外付けの装置を使用する際、 動作中に SCSIバスからケーブルを抜き差ししないでください。 - FreeBSD
SCSI disks have a major device number of 8, and a minor device number of the form (16 * drive_number ") + " partition_number , 例文帳に追加
SCSI ディスクはメジャーナンバー 8 を持ち、次のような形式のマイナーナンバーを持つ。 - JM
The -D 0,1,0 indicates the SCSI device 0,1,0, which corresponds to the output of cdrecord -scanbus. 例文帳に追加
-D 0,1,0は SCSIデバイス 0,1,0 を表します。 これは cdrecord -scanbus の出力に一致します。 - FreeBSD
SCSI DEVICE AND ITS CONTROL METHOD例文帳に追加
SCSIデバイス及びその制御方法 - 特許庁
A SCSI device can have a number of 'sub-devices' contained within itself. 例文帳に追加
SCSI デバイスは複数の「サブデバイス」を自分自身の内部に持つことができる。 - JM
SCSI SWITCHING DEVICE AND CLUSTER SYSTEM例文帳に追加
SCSI切り替え装置およびクラスタシステム - 特許庁
/proc/sys/kernel/sg-big-buff This file shows the size of the generic SCSI device (sg) buffer. 例文帳に追加
/proc/sys/kernel/sg-big-buffこのファイルは、汎用 SCSI デバイス (sg) のバッファサイズの最大値を表す。 - JM
Each SCSI device has its own controller, and these controllers are fairly intelligent and well standardized, (the second `S' in SCSI is for Standard) so from the operating system's point of view, all SCSI disk drives look about the same, as do all SCSI tape drives, etc. 例文帳に追加
それぞれの SCSI デバイスはそれ自身のコントローラを持っており、そしてそれらは非常に賢く、よく標準化されているので (SCSI の 2 番目の "S" は "標準"を表します)、 OS は SCSI のディスクドライブをすべて同じように扱うことができ、 またそれはSCSI のテープドライブなども同様です。 - FreeBSD
If you have other SCSI-like devices make sure to use the correct device node.例文帳に追加
別のSCSI系デバイスであれば、適切なデバイスノードを使用するようにして下さい。 - Gentoo Linux
The file-system is represented as slice 4 on the device, so for SCSI or parallel ZIP disks, you would use:# 例文帳に追加
デバイス上のファイルシステムがスライス 4 となっていて、 SCSI もしくはパラレル接続の ZIPディスクなら、# - FreeBSD
To rip from an IDE drive, specify the device name in place of the SCSI unit numbers. 例文帳に追加
IDE ドライブから抽出するには、 SCSI ユニット番号をデバイス名に置き換えて指定します。 - FreeBSD
If this option is false, the driver sends the SCSI-commands immediately when the device is changed. 例文帳に追加
このオプションを偽にしておくと、デバイスの変更があるとドライバはすぐに SCSI コマンドを送る。 - JM
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
In a step for transmitting a command to a device by a host computer, the host computer transforms the command into an SCSI command according to an SCSI protocol, to be packaged into a SUB command package, and transmitted according to a USB protocol.例文帳に追加
ホストコンピュータがデバイスにコマンドを送信するステップにおいて、ホストコンピュータはコマンドをSCSIプロトコルによりSCSIコマンドに変換し、USBコマンドパッケージにパッケージされ、USBプロトコルによりデータを伝送する。 - 特許庁
An electronic switch device 9 outputs high impedance to the SCSI bus and electrically disconnects the SCSI bus.例文帳に追加
電子スイッチデバイス9はSCSIバスにハイインピーダンスを出力し、SCSIバスを電気的に切断する。 - 特許庁
The host computer 1 accesses SCSI device 6-0 to 6-n with the talse IDs through an SCSI adaptor 2, and when there are SCSI devices having a coincident false ID, SCSI-ID acquisition controllers 14 in the SCSI device adaptors 4-0 to 4-n read out SCSI-IDs from corresponding SCSI devices 6-0 to 6-n.例文帳に追加
ホスト・コンピュータ1は擬似IDによってSCSIアダプタ2を介してSCSIデバイス6−0〜6−nにアクセスし、合致する擬似IDのSCSIデバイスが存在する場合、SCSIデバイスアダプタ4−0〜4−nのSCSI−ID取得コントローラ14によってSCSIデバイス6−0〜6−nからSCSI−IDを読取る。 - 特許庁
(The write-protect sense is EXPERIMENTAL code in the later kernels)sda: Write Protect is offsda: Mode Sense: 0b 00 00 08sda: assuming drive cache: write throughSCSI device sda: 1003600 512-byte hdwr sectors (514 MB)/dev/scsi/host0/bus0/target0/lun0: p1Attached scsi removable disk sda at scsi0, channel 0, id 0, lun 0Attached scsi generic sg0 at scsi0, channel 0, id 0, lun 0, type 0usb-storage: device scan complete(At this point, the device is generally accessible by mounting /dev/sda1) 例文帳に追加
(最近のカーネルではライトプロテクトはEXPERIMENTAL(実験的)コードになります) (通常この時点で、/dev/sda1をマウントしてデバイスにアクセス可能です) - Gentoo Linux
(Now the device information including model number is retrieved)usb-storage: waiting for device to settle before scanningVendor: JetFlash Model: TS512MJF2A Rev: 1.00Type: Direct-Access ANSI SCSI revision: 02SCSI device sda: 1003600 512-byte hdwr sectors (514 MB) 例文帳に追加
(モデル番号を含むデバイス情報が読み出されます) SCSIdevicesda:1003600512-bytehdwrsectors(514MB) - Gentoo Linux
More than one SCSI ID can be set virtually for one connection port (SCSI device).例文帳に追加
SCSI IDは1つの接続ポート(SCSIデバイス)に対し、仮想的に複数設定することが可能である。 - 特許庁
To automate start-up for a SCSI card in a device having a number of card mounting slots.例文帳に追加
多数のカード搭載スロットを有する装置において、SCSIカードに関する立ち上げを自動的に行えるようにする。 - 特許庁
Device Drivers ---Block devices ---Low Performance USB Block driver 例文帳に追加
注意:古いSCSIスタイルのドライバ(USBMassStoragesupport)は初期設定では有効になっています。 - Gentoo Linux
The electronic switch device 9 connects the SCSI buses of two systems without affecting impedance characteristics and electrically connects the SCSI buses.例文帳に追加
電子スイッチデバイス9は2系統のSCSIバスをインピーダンス特性に影響なく接続し、SCSIバスを電気的に接続する。 - 特許庁
COMMAND PROCESSING METHOD FOR SCSI PROTOCOL AND DEVICE USED FOR THE PROCESSING METHOD例文帳に追加
SCSIプロトコルにおけるコマンド処理方法およびそれに用いる装置 - 特許庁
The ATA or SCSI device has a port for external transceiver connection.例文帳に追加
ATAまたはSCSI装置は外部トランシーバ接続用のポートを有する。 - 特許庁
This high-speed transmission technology is based on a USB bus configured of the USB protocol for communication between the device and the host computer and the SCSI protocol, where the device interacts upward with a device driver.例文帳に追加
デバイスとホストコンピュータが通信するUSBプロトコルと、デバイスが上層へデバイスドライバとインタラクティブを行うSCSIプロトコルとで構成するUSBバスによる高速伝送技術。 - 特許庁
In this case, you will need to wire down the root disk, i.e. force the kernel to bind a specific device to /dev/da0, the root SCSI disk. 例文帳に追加
そうした場合は、ルートのディスクを「つなぎかえ (wire down)」、すなわち、カーネルに特定のデバイスを SCSI ハードディスク /dev/da0 に強制的にバインドさせる必要があります。 - FreeBSD
substituting bootdevice for your real boot device such as ad0 (first IDE disk), ad4 (first IDE disk on auxiliary controller), da0 (first SCSI disk), etc. 3.9. 例文帳に追加
起動デバイスの部分は、たとえば ad0 (一番目の IDE ディスク)、 ad4(セカンダリ IDE コントローラの一番目の IDE ディスク)、 da0(一番目の SCSI ディスク) などといった、実際の起動デバイスを表しています。 - FreeBSD
For example, if you have an E partition as the second DOS partition on the second SCSI drive, there will be a device file for slice 5 in /dev, so simply mount it:# 例文帳に追加
cfディレクトリにある README に、m4での設定の基本的な説明があります。 - FreeBSD
Prior to check of a connecting device 3 by SCSI Inquiry command, information of a wireless tag 202 provided on the device is read by a sensor 201, and a valid SCSI ID is selected based on the read information to issue the SCSI Inquiry command.例文帳に追加
SCSI Inquiryコマンドによる接続デバイス3のチェック前に、デバイスに設けた無線タグ202の情報をセンサ201で読みとり、読み取られた情報に基づき、有効なSCSI IDを選択して、SCSI Inquiryコマンドを発行する。 - 特許庁
Then, the PC 2 recognizes each divided block as one SCSI device.例文帳に追加
したがって、PC2では分割した各ブロックを1つのSCSI機器として認識することになる。 - 特許庁
A disk device 1 is connected to a host computer 3 through an I/F, such as small computer system interface(SCSI).例文帳に追加
ホストコンピュータ3に対してディスク装置1はSCSIなどのI/Fにより接続する。 - 特許庁
If your root hard disk is a SCSI disk, you might run into a problem with probing order, which will cause the system to attempt to use the ZIP drive as the root device. 例文帳に追加
もしルートのハードディスクドライブが SCSI接続であった場合、起動ディスクの読み込み順序に誤りが生じ、 システムが ZIPドライブから起動しようとしてしまう場合があります。 - FreeBSD
To provide a method of controlling a mass storage class digital image device, using an SCSI pass-through protocol.例文帳に追加
SCSIパススループロトコルを使用して、マスストレージクラスデジタル画像装置を制御する方法を提供する。 - 特許庁
| 意味 | 例文 |
| Copyright © Japan Patent office. All Rights Reserved. |
| この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。 |
| Copyright 2001-2004 Python Software Foundation.All rights reserved. Copyright 2000 BeOpen.com.All rights reserved. Copyright 1995-2000 Corporation for National Research Initiatives.All rights reserved. Copyright 1991-1995 Stichting Mathematisch Centrum.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 |
| 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会員(無料)になると
|