1153万例文収録!

「ext3」に関連した英語例文の一覧と使い方 - Weblio英語例文検索


小窓モード

プレミアム

ログイン
設定

設定


セーフサーチ:オン

不適切な検索結果を除外する

不適切な検索結果を除外しない

セーフサーチについて

ext3を含む例文一覧と使い方

該当件数 : 23



例文

The following filesystems are found to be stable:ext2, ext3 and XFS. 例文帳に追加

ext2、ext3は安定しています。 - Gentoo Linux

It is easy to switch back and forth between ext2 and ext3. 例文帳に追加

ext2 と ext3 は簡単に行きつ戻りつできる。 - JM

/dev/hda1 /boot ext3 noauto,noatime 1 2/dev/hda2 none swap sw 0 0/dev/hda3 / ext3 noatime 0 1# Logical volumes/dev/vg/usr /usr ext3 noatime 0 2/dev/vg/home /home ext3 noatime 0 2/dev/vg/opt /opt ext3 noatime 0 2/dev/vg/var /var ext3 noatime 0 2/dev/vg/tmp /tmp ext3 noatime 0 2 例文帳に追加

ハンドブックのインストールパートの最後に到達したとき、通常のパーティションと同様に、すべてのLVM2論理ボリュームをumountすることを忘れないでください。 - Gentoo Linux

In short, ext3 is a very good and reliablefilesystem. 例文帳に追加

要するにext3は素晴らしいファイルシステムということです。 - Gentoo Linux

例文

If you chose to create an ext2 or ext3 partition instead, substitute ext2 or ext3 for affs1 in the mkpart command.例文帳に追加

あなたはLinuxのために2つのパーティションを作成する必要があります。 - Gentoo Linux


例文

Note: On the PegasosII your partition which holds the kernel must be ext2, ext3 or affs1.例文帳に追加

注意: OldWorldマシンとPegasosIIでは、カーネルを入れるパーティションはext2またはext3でなければなりません。 - Gentoo Linux

Curently, only ext2, ext3, and ext4 support returning the file type in d_type . On other file systems, this field is always set to DT_UNKNOWN . 例文帳に追加

ファイルタイプは不明である。 - JM

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

例文

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

例文

We use ext3 on the logical volumes but any filesystem of your choice will work:例文帳に追加

以下では論理ボリューム上にext3を使用しますが、あなたが選択するどんなファイルシステムも機能するでしょう。 - Gentoo Linux

When mounting an ext2, ext3, or reiserfs partition, you have several options you can apply to the file /etc/fstab.例文帳に追加

ext2、ext3、あるいはreiserfsのパーティションをマウントしているなら、/etc/fstabにいくつかのオプションを設定することができます。 - Gentoo Linux

If you have a Pegasos I or intend to use any filesystem besides ext2 or ext3, you will also have to store your Linux kernel on this partition (the Pegasos II can only boot from ext2/ext3 or affs1 partitions).例文帳に追加

もし、Pegasos Iを持っているか、reiserfsまたはxfsを使うつもりなら、同様にLinuxカーネルをこのパーティションに入れなければならないでしょう(Pegasos IIはext2、ext3またはaffs1パーティションからブートすることができます)。 - Gentoo Linux

ext3 is the journaled version of the ext2 filesystem, providing metadata journaling for fast recovery in addition to other enhanced journaling modes likefull data and ordered data journaling.例文帳に追加

ext3はfull data及びordered dataジャーナリングの様に他の優れたジャーナリングモードに加えて素早い回復のためのメタデータジャーナルを提供するext2ファイルシステムのジャーナル化バージョンです。 ext3はとても信頼できる良いファイルシステムです。 - 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

If you think your disk needs to be thoroughly checked for consistency (bad sectors and such), you can use the -c option while placing the ext2 or ext3 filesystem on it (using mke2fs).例文帳に追加

もしディスクに厳密な検査(バッドセクターなど)が必要だと考えるなら、(mke2fsを使って)ext2やext3ファイルシステムを作成している時に-cオプションを使うことができます。 - Gentoo Linux

Run mkpart primary START END to create each partition,replacing START and END with the desired megabyte boundries. 例文帳に追加

ext3パーティションを作るためにmkpart primary ext3 開始 終了を実行してください。 繰り返しになりますが、開始と終了をメガバイトによる開始点と終了点に置き換えてください。 - Gentoo Linux

# mount /dev/fd0 /floppy # cd /floppy; ./parted [drive you wish to operate on](parted) print Disk geometry for /dev/hdb: 0.000-9787.148 megabytesDisk label type: msdosMinor Start End Type Filesystem Flags1 0.031 2953.125 primary ntfs3 2953.125 3133.265 primary linux-swap2 3133.266 5633.085 primary ext34 5633.086 9787.148 extended5 5633.117 6633.210 logical6 6633.242 9787.148 logical ext3(parted) help resize resize MINOR START END resize filesystem on partition MINOR 例文帳に追加

#cd/floppy;./parted[操作するドライブ] - Gentoo Linux

Code Listing5.1: Filesystem information # mount/dev/hdb2 on / type ext3 (rw)none on /proc type proc (rw)none on /dev/pts type devpts (rw,gid=5,mode=620)none on /dev/shm type tmpfs (rw,nodev,nosuid,noexec)# df -h Filesystem Size Used Avail Use% Mounted on/dev/hdb2 4.0G 1.9G 2.4G 82% /none 38M 0 38M 0% /dev/shm 例文帳に追加

コード表示5.1:ファイルシステムの情報 - Gentoo Linux

Values for the filesystemtype argument supported by the kernel are listed in /proc/filesystems (like "minix", "ext2", "ext3", "jfs", "xfs", "reiserfs", "msdos", "proc", "nfs", "iso9660" etc. ). 例文帳に追加

引き数filesystemtypeとしてカーネルが対応している値は、/proc/filesystemsで参照できる (例えば "minix","ext2", "msdos", "proc", "nfs", "iso9660" 等)。 - JM

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

例文

Note that, if your partition where the kernel should be located doesn't use ext2 or ext3 as filesystem you might need to manually configure your kernel using genkernel --menuconfig all and add support for your filesystem in the kernel (i.e. not as a module).例文帳に追加

もし、カーネルを置くパーティションのファイルシステムにext2かext3以外(訳注:ReiserFS、JFS、XFSなど)を使用する場合は、genkernel --menuconfig allを使って手動でカーネルを設定し、カーネルの中にそのファイルシステムを組み込む必要があることに気を付けてください(つまり、モジュールとしてでは無く)。 - Gentoo Linux




  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、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.
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する
英→日 日→英
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する

©2026 GRAS Group, Inc.RSS