「DEV in」を含む例文一覧(139)

1 2 3 次へ>
  • Files found in /dev .
    /dev以下にあるファイル。 - JM
  • 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
  • Included in the amp-dev package .
    amp-dev パッケージに含まれている。 - NetBeans
  • They can be found in /dev/ide/hd,/dev/scsi/hd etc.
    これらは、/dev/ide/hdや/dev/scsi/hdなどで見つけることができます。 - Gentoo Linux
  • In some cases /dev/psaux is used.
    /dev/psauxが使われる場合もあります。 - Gentoo Linux
  • /dev/lp currently does not exist in FreeBSD.
    /dev/lp は、現在のFreeBSD には存在していません。 - FreeBSD
  • 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
  • My /etc/fstab file has /dev/BOOT in it.
    私の/etc/fstabファイルには/dev/BOOTの項目があります。 - Gentoo Linux
  • 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
  • typically found in the `/dev' directory.
    FIFO、`/dev' ディレクトリ以下にあるものに対して使うことである。 - JM
  • 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
  • In most cases, cp will
    多くの場合、cp は FIFO や `/dev/console' といった - JM
  • 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
  • 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
1 2 3 次へ>

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