「Dev」を含む例文一覧(516)

<前へ 1 2 3 4 5 6 7 8 9 10 11 次へ>
  • The special file /dev/initrd is a read-only block device.
    /dev/initrdスペシャルファイルは読み込み専用のブロックデバイスである。 - JM
  • This is more portable than reading /dev/kmem.
    これは /dev/kmem を読むよりも移植性の高い方法である。 - JM
  • is returned, but root may stop redirection by using this ioctl with fd pointing at /dev/console or /dev/tty0 .
    が返されるが、root は、/dev/consoleまたは/dev/tty0を指すfdに対してこの ioctl を使用することにより、リダイレクトを止めることができる。 - JM
  • Normally during command substitution stderr is redirected to /dev/null .
    通常はコマンド置換のときにstderrが/dev/nullにリダイレクトされる。 - JM
  • a logarithmic encoding (used by Sun .au files and/dev/audio)
    対数符号化 (Sun の .au 形式や/dev/audio で使われている形式) - Python
  • It's important to specify the right device Note: com1 - /dev/ttyS0, com2 - /dev/ttyS1, ...
    正しいデバイスを指定することが重要である。 - XFree86
  • dd if=/dev/acd0 of=/dev/null count=1
    Note: FreeBSD 5.0 では devfs(5) が /devにエントリを自動的に作成、 管理するので、MAKEDEVを使用する必要はありません。 - FreeBSD
  • Once you have USB keyboard support enabled on your system, the AT keyboard becomes /dev/kbd0 and the USB keyboard becomes /dev/kbd1, if both are connected to the system.
    システムを再起動させた後、 AT、USB 両方のキーボードが接続されていれば、 ATキーボードは /dev/kbd0 に、 USB キーボードは /dev/kbd1になります。 - FreeBSD
  • If there is the USB keyboard only, it will be /dev/ukbd0.
    一方、USBキーボードだけが接続されているなら、 /dev/ukbd0となります。 - FreeBSD
  • newfs /dev/da1s1e # Repeat this for every partition you created.
    newfs /dev/da1s1e # 作成したすべてのパーティションに対してこれを繰り返す# - FreeBSD
  • 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
  • Code Listing1.1: Checking the information of a device file # ls -l /dev/hdabrw-rw---- 1 root disk 3, 0 Jul 5 2000 /dev/hda
    コード表示1.1:デバイス・ファイルの情報の確認 - Gentoo Linux
  • 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
  • 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
  • If/dev/input/mice fails, then fall back to other devices.
    /dev/input/miceが失敗したのなら、他のデバイスへと切り替えてください。 - Gentoo Linux
  • 12.Could Not Find Device For /boot/boot: Not Found Or Not a Block DeviceSituation
    #grub-install--root-directory=/boot/dev/hda 状況 - 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
  • If you're using the old deviceframework, then your first IDE drive is /dev/hda.
    また、IDEドライブがあったとしても、Serial ATAドライブは/dev/sdaになります。 - Gentoo Linux
  • Fire up fdisk on your disk (in our example, we use /dev/sda):
    さあfdiskを実行しましょう。 (例では/dev/sdaを使っています)。 - Gentoo Linux
  • and should redirect output to /dev/null instead.
    を両方とも使わずに、出力を /dev/null へリダイレクトすべきです。 - JM
  • File /dev/full has major device number 1 and minor device number 7.
    /dev/full は、メジャーデバイス番号 1、マイナーデバイス番号 7 のファイルである。 - JM
  • The boot loader loads the kernel program and /dev/initrd 's contents into memory.
    ブートローダはカーネルプログラムと/dev/initrdの内容をメモリにロードする。 - JM
  • Presently, there are subdirectories abi ", " debug ", " dev ", " fs ", " kernel ", " net ", " proc ", "
    を用いて書き換えることもできる。 いまのところabi ", " debug ", " dev ", " fs ", " kernel ", " net ", " proc ", " - JM
  • (This function opens the master clone device, /dev/ptmx ;
    を呼び出す(この関数はマスタ・クローン・デバイス (master clone device),/dev/ptmxをオープンする;pts (4) - JM
  • File /dev/random has major device number 1 and minor device number 8.
    /dev/random ファイルはメジャーデバイス番号 1マイナーデバイス番号 8 である。 - JM
  • Code Listing2.7: Create swap partition # dd if=/dev/zero of=swap_fs seek=500 count=1 bs=1M# mkswap -f swap_fs
    コード表示2.8 - Gentoo Linux
  • for write access to /dev/random .
    を実行するプロセスを起こす。 - JM
  • Ivy, this is my boyfriend, dev.
    こちらは私の彼氏のデヴ - 映画・海外ドラマ英語字幕翻訳辞書
  • 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
  • As your existing device manager will be mounted at /dev, we cannot access it directly.
    動作中のデバイスマネージャが/devにマウントされているので、ユーザは/devに直接アクセスすることができません。 - Gentoo Linux
  • The tricky part of using cdrecord is finding the dev to use.
    cdrecord のトリッキーな部分は、使用する dev を見つけるところにあります。 - FreeBSD
  • Run killalludevd; udevstart to reload /dev entries and fire up alsamixer.
    killalludevd;udevstartを実行して/devエントリを再読込し、alsamixerを起動してください。 - Gentoo Linux
  • 4.Network-Booting with genkernelNetwork Booting from an Installation CD
    (...そしてSCSIディスクならば:) #mount/dev/sda1/boot - Gentoo Linux
  • You will need to substitute the /dev/hdaexamples in the installation with this path.
    インストール中に/dev/hdaをこのパスで置き換える必要があります。 - Gentoo Linux
  • Your Linux partition/dev/sda1 will most likely be called (hd0,0) underGRUB.
    あなたのLinuxパーティションが/dev/hda1であったとすると、GRUBでは、(hd0,0)となります。 - Gentoo Linux
  • (Create the /mnt/usb mount point if needed)# mkdir -p /mnt/usb# mount -t vfat /dev/sdc1 /mnt/usb
    (必要であれば、/mnt/usb/マウントポイントを作成します) #mount-tvfat/dev/sda1/mnt/usb/ - Gentoo Linux
  • X11 config file should now use /dev/input/mice for PS/2 and USB mice
    X11設定ファイルはこれからPS/2とUSBマウス用に/dev/input/miceを使います - Gentoo Linux
  • call only works on file descriptors connected to /dev/tty.
    呼び出しは /dev/tty に結びつけられたファイル・ディスクリプタにのみ作用する。 - JM
  • dev is a device number identifying a device containing a mounted file system.
    devは調べるファイル・システムを含んでいるデバイス (device) のデバイス番号。 - JM
  • dev does not refer to a device containing a mounted file system.
    devがマウントされたファイル・システムを含むデバイスを参照していない。 - JM
  • The device is thename of the SCSI device file, e.g. '/dev/scsi/sc0d4l0', or None.
    デバイスdeviceはSCSIデバイスファイルの名前で、例えば'/dev/scsi/sc0d4l0'あるいはNoneです。 - Python
  • In most cases, cp will
    多くの場合、cp は FIFO や `/dev/console' といった - JM
  • Now you can follow the Gentoo install doc essentially verbatim,although you'll need to know that the root filesystem will be/dev/ubd/0, the swap "partition" will be /dev/ubd/1, and the CD rom will be /dev/ubd/2. 5.Resources
    これで、基本的には、Gentooインストールドキュメントに従ってインストールすることができますが、ルートファイルシステムが/dev/ubd/0に、スワップパーティションが/dev/ubd/1に、CD-ROMが/dev/ubd/2になるということは知っておく必要があります。 - Gentoo Linux
  • With all these drivers present, the Parallel Port drive should be available as /dev/da0s4.
    これらすべてのドライバがあれば、 パラレルポートのドライブは /dev/da0s4 となります。 - FreeBSD
  • For example, to play title 3 from /dev/dvd:#
    たとえば、/dev/dvd から 2番目のタイトルを再生するには以下のようにします。 - FreeBSD
  • This shows that our scanner is using the /dev/uscanner0 device node.
    この例では、スキャナが /dev/uscanner0デバイスノードを使用していることがわかります。 - FreeBSD
  • Code Listing4.8: Sample pxelinux.cfg/default DEFAULT /bzImageAPPEND ip=dhcp root=/dev/nfs nfsroot=192.168.1.1:/diskless/192.168.1.21
    コード表示4.5:pxelinux.cfg/defaultの例 - Gentoo Linux
  • TwoPPC-specific mailing lists currently exist, gentoo-ppc-dev and gentoo-ppc-user.
    それから、二つのPPC限定メーリングリストgentoo-ppc-devとgentoo-ppc-userも現在あります。 - Gentoo Linux
<前へ 1 2 3 4 5 6 7 8 9 10 11 次へ>

例文データの著作権について