1153万例文収録!

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


小窓モード

プレミアム

ログイン
設定

設定


セーフサーチ:オン

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

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

セーフサーチについて

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

該当件数 : 46



例文

`ctime' in the inode). 例文帳に追加

(inode の `ctime') でソートする。 - JM

Inode number. 例文帳に追加

I ノード番号。 - Python

/proc/sys/fs/inode-nr This file contains the first two values from inode-state . 例文帳に追加

/proc/sys/fs/inode-nrこのファイルには、inode-state の最初の 2 つの値が書かれている。 - JM

Inode protection mode. 例文帳に追加

I ノードの保護モード。 - Python

例文

output with a zero inode. 例文帳に追加

の出力に 0 inode として出力される。 - JM


例文

An I/O error occurred updating the inode. 例文帳に追加

inode の更新時に I/O エラーが発生した。 - JM

/proc/sys/fs/inode-max This file contains the maximum number of in-memory inodes. 例文帳に追加

/proc/sys/fs/inode-maxこのファイルには、メモリ内 inode の最大値が書かれている。 - JM

Device inode resides on. 例文帳に追加

I ノードが存在するデバイス。 - Python

The socket inode would reside on a read-only file system. 例文帳に追加

ソケット inode が読み込み専用のファイルシステム上にある。 - JM

例文

One line for the block limits, and one line for inode limits. 例文帳に追加

一つはブロックリミット用でもう一つは inode リミット用です。 - FreeBSD

例文

A low-level I/O error occurred while modifying the inode. 例文帳に追加

i ノード (inode) を変更する際に低レベル I/O エラーが発生した。 - JM

Sort by modification time (the `mtime' in the inode) instead of 例文帳に追加

アルファベット順ではなく修正時刻 (inode の `mtime') でソートする。 - JM

since stdin, stdout and network sockets also need an inode to handle them. 例文帳に追加

これは stdin, stdout, ネットワークソケットを扱うにもinode が必要なためである。 - JM

Number of links to the inode. 例文帳に追加

該当する I ノードへのリンク数。 - Python

File's inode number (in decimal). 例文帳に追加

ファイルの i-ノード番号 (10 進表示)。 - JM

inode numbers. 例文帳に追加

i-ノード番号が共に等しければ真。 - JM

File has inode number n. 例文帳に追加

ファイルの i-ノード番号が n ならば真。 - JM

can be used to avoid unnecessary inode disk write operations. 例文帳に追加

を使うことで、不必要な inode のディスク書き込み操作を避けることができる。 - JM

List inode usage information instead of block usage. 例文帳に追加

ブロック単位での使用容量のかわりに inode の使用状況をリスト表示する。 - JM

The MIME type inode/directory has to be used if the widget shall accept directories. 例文帳に追加

ディレクトリを有効にしたい場合は、MIME タイプinode/directory を使用する必要があります。 - PEAR

An inode map is created which points to a disk block address of the inode table.例文帳に追加

inodeテーブルのディスクブロックアドレスを指し示すinodeマップを作成する。 - 特許庁

system call changes the access and modification times of the inode specified by filename to the actime " and " modtime 例文帳に追加

システムコールはfilenameで示される inode のアクセス時刻と修正時刻をtimes中のactime " と " modtime - JM

times, print each file's inode last change time, instead of it's last modification time. 例文帳に追加

各ファイルの最終修正時刻ではなく inode の最終変更時刻を表示する。 - JM

call on this file under Linux 2.0 returns a string in the format: [device]:inode For example, [0301]:1502 would be inode 1502 on device major 03 (IDE, MFM, etc. 例文帳に追加

を実行すると、[デバイス番号]:iノード番号というフォーマットの文字列が返る。 - JM

be sure to increase /proc/sys/fs/inode-max to 3-4 times the new value of /proc/sys/fs/file-max "," 例文帳に追加

/proc/sys/fs/file-maxを増やした場合は、/proc/sys/fs/inode-maxを新しい/proc/sys/fs/file-maxの値の 3-4 倍に増やしておくこと。 - JM

or you will run out of inodes. 例文帳に追加

こうしないと inode を使い果たしてしまうだろう。 - JM

same device/inode pair as before by opening and fstating the file. 例文帳に追加

ファイルをオープンして fstat することによって調べる。 - JM

For some file systems, inodes are dynamically allocated. 例文帳に追加

ファイルシステムの中には、inode を動的に確保するものもある。 - JM

number) of each file to the left of the file name. 例文帳に追加

それぞれのファイルについて、ファイル名の左に inode 番号 - JM

This flushing can include (but is not limited to) modified superblocks, 例文帳に追加

このフラッシュには、変更されたスーパーブロック・変更された inode - JM

The name includes a namespace prefix; there may be several, disjoint namespaces associated with an individual inode. 例文帳に追加

名前には、名前空間を表す接頭辞 (prefix) が含まれる;個々の inode に対して、互いに独立な名前空間が複数あってもよい。 - JM

first commits inodes to buffers, and then buffers to disk. 例文帳に追加

はまず inode をバッファへ書き込み、それからバッファ(buffer)をディスクへ書き込む。 - JM

Such file systems will return the current number of free inodes. 例文帳に追加

このようなファイルシステムは、現在解放されている inode の数を返す。 - JM

You may limit allocations based on disk space (block quotas) or number of files (inode quotas) or a combination of both. 例文帳に追加

割り当てディスク容量を制限(ブロッククォータ) することもファイル数を制限 (inode クォータ)することも、両者を組み合わせることもできるのです。 - FreeBSD

METHOD AND COMPUTER PROGRAM FOR INODE ALLOCATION AND DE-ALLOCATION例文帳に追加

inodeの割り当て及び割り当て解除の方法及びコンピュータプログラム - 特許庁

When you regularly run out of inodes, you need to increase this value. 例文帳に追加

日常的に inode を使い果たしている場合は、この値を増やす必要がある。 - JM

Responsive to determining that all inodes in the first inode table have been initialized, a further inode table is created allocating additional inodes.例文帳に追加

第1のinodeテーブルのすべてのinodeが初期化済みであるとの判断に応答して、追加のinodeを割り当てるさらなるinodeテーブルを作成する。 - 特許庁

will always initiate two write operations: one for the newly written data and another one in order to update the modification time stored in the inode. 例文帳に追加

は常に 2つの書き込み操作を開始する。 一つは新しく書き込まれたデータに対するものであり、もう一つは inode に格納される修正時刻 (modification time) を更新するためのものである。 - JM

Extended attributes are name:value pairs associated with inodes (files, directories, symbolic links, etc. 例文帳に追加

拡張属性は、inode (ファイル、ディレクトリ、シンボリックリンク等) に関連付けられたname :\\c valueの対である。 - JM

To provide a method and a computer program for inode allocation and de-allocation.例文帳に追加

inodeの割り当て及び割り当て解除の方法及びコンピュータプログラムを提供する。 - 特許庁

check if the filename is still associated with the same device/inode pair as 例文帳に追加

検知されたらファイル名がまだ以前と同じ「デバイス / i-ノード」 の組み合わせに対応しているかどうかを、 - JM

Writing to this file causes the kernel to drop clean caches, dentries and inodes from memory, causing that memory to become free. 例文帳に追加

このファイルに書き込みを行うことで、クリーンなキャッシュ、dentry、inode をメモリ上から外し、そのメモリを解放する。 - JM

This can include (but is not limited to) modified superblocks, modified inodes, and delayed reads and writes. 例文帳に追加

これには、変更されたスーパーブロック・変更された inode・遅延した読み書きが含まれる (他にもあるかもしれない)。 - JM

HP-UX warns: For some file systems, the number of free inodes does not change. 例文帳に追加

HP-UX は次のように警告している:ファイルシステムの中には、解放されている inode の数を変更しないものもある。 - JM

The file system where the core dump file would be created is full; or has run out of inodes; or is mounted read-only; or the user has reached their quota for the file system. 例文帳に追加

コアダンプファイルを生成しようとしたファイルシステムがフルであるか、inode が全て使用されているか、読み込み専用でマウントされている場合。 - JM

例文

However, the Empress that appears in "Kojiki" (The Records of Ancient Matters) is Futomawakahime (日比Iihihime), who was an ancestor of Shiki no agatanonushi, while the frist addendum to the Nihonshoki mentions the Empress is Izumihime, a daughter of Inode (猪手), who was a younger brother of Shiki no agatanonushi Hae, and the second addendum describes the Empress as Iihihime, who was a daughter of Shiki no agatanushi Futomawakahiko. 例文帳に追加

なお『古事記』での皇后は、師木県主の祖である賦登麻和訶比売(飯日比売)、『日本書紀』第1の一書では磯城県主葉江の男弟猪手の娘である泉媛、第2の一書では磯城県主太眞稚彦の娘である飯日媛である。 - Wikipedia日英京都関連文書対訳コーパス




  
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 © 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/ ).
  
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 1994-2010 The FreeBSD Project. All rights reserved. license
  
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.
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

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

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

©2026 GRAS Group, Inc.RSS