JP2014510982A - ファイルシステムに関する改善 - Google Patents
ファイルシステムに関する改善 Download PDFInfo
- Publication number
- JP2014510982A JP2014510982A JP2014503210A JP2014503210A JP2014510982A JP 2014510982 A JP2014510982 A JP 2014510982A JP 2014503210 A JP2014503210 A JP 2014503210A JP 2014503210 A JP2014503210 A JP 2014503210A JP 2014510982 A JP2014510982 A JP 2014510982A
- Authority
- JP
- Japan
- Prior art keywords
- file
- data
- file system
- requested
- request
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Ceased
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/10—File systems; File servers
- G06F16/11—File system administration, e.g. details of archiving or snapshots
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/10—File systems; File servers
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/10—File systems; File servers
- G06F16/18—File system types
- G06F16/188—Virtual file systems
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/10—File systems; File servers
- G06F16/16—File or folder operations, e.g. details of user interfaces specifically adapted to file systems
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/10—File systems; File servers
- G06F16/16—File or folder operations, e.g. details of user interfaces specifically adapted to file systems
- G06F16/164—File meta data generation
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/90—Details of database functions independent of the retrieved data types
- G06F16/907—Retrieval characterised by using metadata, e.g. metadata not derived from the content or metadata generated manually
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Databases & Information Systems (AREA)
- Data Mining & Analysis (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Human Computer Interaction (AREA)
- Library & Information Science (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Abstract
【選択図】図2
Description
DIR−特定のディレクトリ内のファイルおよびフォルダのリストを返す;
CREATE/OPEN−ファイルを開き、そのファイルを指すために使用される一時的な識別子であるファイルハンドル(またはファイル識別子、「FID」)を作成して返す;
READ−ファイルを構成しているデータを読み取る;
WRITE−ファイルにデータを書き込む;
CLOSE−ファイルを閉じて、FIDを取り下げる。
ファイルシステム内のファイルを開きたいという要求を受け取るステップと、
その要求のシンタックスを使用してファイルの所望のプロパティを特定するステップと、
ファイルの特定されたプロパティに基づいてファイルレコードデータベース内にファイルレコードを作成するステップと、
そのファイルレコードに関するファイルハンドルを返すステップと、
ファイルの特定されたプロパティに基づいて、データストア内のデータから、要求されたファイルを構成するデータを生成するステップと、
ファイルからのデータの一部分を読み取りたいという要求に応答して、生成されたデータの対応する部分を返すステップとを含む。
ファイルシステム内のファイルを開きたいという要求に応答して、その要求のシンタックスを使用してファイルの所望のプロパティを特定し、ファイルの特定されたプロパティに基づいてファイルレコードデータベース内にファイルレコードを作成し、そのファイルレコードに関するファイルハンドルを返すように構成されており、
このファイルシステムゲートウェイは、ファイルの特定されたプロパティに基づいて、データストア内のデータから、ファイルを構成するデータを生成し、ファイルからのデータの一部分を読み取りたいという要求に応答して、生成されたデータの対応する部分を返すようにさらに構成されている。
\movies\30\4000\movie1.avi−30FPSのフレームレートおよび4000×3000ピクセルのフレームサイズを有するAVIフォーマットのビデオファイルmovie1.aviの1つのバージョン。
Claims (18)
- データストアとファイルレコードデータベースとを含むファイルシステムからファイルデータを提供する方法であって、
前記ファイルシステム内のファイルを開きたいという要求を受け取るステップと、
前記要求のシンタックスを使用して前記ファイルの所望のプロパティを特定するステップと、
前記ファイルの前記特定されたプロパティに基づいて前記ファイルレコードデータベース内にファイルレコードを作成するステップと、
前記ファイルレコードに関するファイルハンドルを返すステップと、
前記ファイルの前記特定されたプロパティに基づいて、前記データストア内のデータから、前記要求されたファイルを構成するデータを生成するステップと、
前記ファイルからのデータの一部分を読み取りたいという要求に応答して、前記生成されたデータの対応する部分を返すステップと
を含む方法。 - 前記ファイルを構成するデータの前記部分が、要求された場合にのみ生成される、請求項1に記載の方法。
- 前記要求されたファイルのファイル名が、前記ファイルに生成される前記データの元となる前記データを含む前記ファイルシステム内の既存のファイルを特定する、請求項1または2に記載の方法。
- 前記要求されたファイルの拡張子が、前記要求されたファイルのファイルフォーマットを特定する、前記請求項1〜3のいずれかに記載の方法。
- 前記要求されたファイルが配置されているディレクトリの階層が、前記要求されたファイルのプロパティを特定する、請求項1から4のいずれかに記載の方法。
- 前記階層内のそれぞれのディレクトリが、前記ファイルのそれぞれのプロパティを特定する、請求項5に記載の方法。
- 前記要求の前記シンタックスが、データベースにクエリーを行うためのデータベースクエリーを生成するために使用され、前記ファイルの前記所望のプロパティが、前記データベースクエリーの結果を使用して特定される、請求項1から6のいずれかに記載の方法。
- データストアとファイルレコードデータベースとを含むファイルシステムのためのファイルシステムゲートウェイであって、
前記ファイルシステム内のファイルを開きたいという要求に応答して、前記要求のシンタックスを使用して前記ファイルの所望のプロパティを特定し、前記ファイルの前記特定されたプロパティに基づいて前記ファイルレコードデータベース内にファイルレコードを作成し、前記ファイルレコードに関するファイルハンドルを返すように構成されており、
前記ファイルの前記特定されたプロパティに基づいて、前記データストア内のデータから、前記ファイルを構成するデータを生成し、前記ファイルからのデータの一部分を読み取りたいという要求に応答して、前記生成されたデータの対応する部分を返すようにさらに構成されている、ファイルシステムゲートウェイ。 - 前記ファイルを構成するデータの前記部分を、要求された場合にのみ生成するように構成されている、請求項8に記載のファイルシステムゲートウェイ。
- 前記要求されたファイルのファイル名が、前記ファイルに生成される前記データの元となる前記データを含む前記ファイルシステム内の既存のファイルを特定する、請求項8または9に記載のファイルシステムゲートウェイ。
- 前記要求されたファイルの拡張子が、前記要求されたファイルのファイルフォーマットを特定する、請求項8から10のいずれかに記載のファイルシステムゲートウェイ。
- 前記要求されたファイルが配置されているディレクトリの階層が、前記要求されたファイルのプロパティを特定する、請求項8から11のいずれかに記載のファイルシステムゲートウェイ。
- 前記階層内のそれぞれのディレクトリが、前記ファイルのそれぞれのプロパティを特定する、請求項12に記載のファイルシステムゲートウェイ。
- データベースにクエリーを行うためのデータベースクエリーを前記要求の前記シンタックスから生成するように構成されており、前記ファイルの前記所望のプロパティが、前記データベースクエリーの結果を使用して特定される、請求項8から13のいずれかに記載のファイルシステムゲートウェイ。
- 前記ファイルレコードデータベースを含む、請求項8から14のいずれかに記載のファイルシステムゲートウェイ。
- 請求項8から15のいずれかに記載のデータストア、ファイルレコードデータベース、およびファイルシステムゲートウェイを含むファイルシステム。
- 実行されたときに、請求項1から7に記載の方法のいずれかの方法のステップを実行するように構成されているコンピュータプログラム製品。
- コンピューティングデバイス上で実行されたときに、請求項8から15のいずれかに記載のファイルシステムゲートウェイを提供するように構成されているコンピュータプログラム製品。
Applications Claiming Priority (3)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
GB1105976.3 | 2011-04-07 | ||
GB1105976.3A GB2489932B (en) | 2011-04-07 | 2011-04-07 | Improvements relating to file systems |
PCT/GB2012/050602 WO2012136977A2 (en) | 2011-04-07 | 2012-03-20 | Improvements relating to file systems |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2014510982A true JP2014510982A (ja) | 2014-05-01 |
JP2014510982A5 JP2014510982A5 (ja) | 2015-04-30 |
Family
ID=44072169
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2014503210A Ceased JP2014510982A (ja) | 2011-04-07 | 2012-03-20 | ファイルシステムに関する改善 |
Country Status (7)
Country | Link |
---|---|
US (1) | US11714858B2 (ja) |
EP (1) | EP2695089A2 (ja) |
JP (1) | JP2014510982A (ja) |
AU (1) | AU2012238409A1 (ja) |
CA (1) | CA2832353A1 (ja) |
GB (1) | GB2489932B (ja) |
WO (1) | WO2012136977A2 (ja) |
Families Citing this family (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
GB2489932B (en) | 2011-04-07 | 2020-04-08 | Quantel Ltd | Improvements relating to file systems |
GB2495268B (en) | 2011-08-05 | 2019-09-04 | Quantel Ltd | Methods and systems for providing file data for media files |
US10089315B2 (en) * | 2014-08-22 | 2018-10-02 | AsterionDB, Inc. | Systems, apparatus, and methods for accessing data from a database as a file |
US12072850B2 (en) * | 2021-07-28 | 2024-08-27 | Grass Valley Limited | Virtual file system for dynamically providing media content |
Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH08110869A (ja) * | 1994-10-12 | 1996-04-30 | Fuji Xerox Co Ltd | ファイルシステム |
JP2004120180A (ja) * | 2002-09-25 | 2004-04-15 | Brother Ind Ltd | 画像データ転送システム、画像読取装置、及びプログラム |
JP2010211803A (ja) * | 2010-03-23 | 2010-09-24 | Seiko Epson Corp | 閲覧者の表示要求に応じた画像表示 |
Family Cites Families (53)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPS5564445A (en) | 1978-11-08 | 1980-05-15 | Nec Corp | Code converter circuit |
US6029160A (en) * | 1995-05-24 | 2000-02-22 | International Business Machines Corporation | Method and means for linking a database system with a system for filing data |
US5864870A (en) * | 1996-12-18 | 1999-01-26 | Unisys Corp. | Method for storing/retrieving files of various formats in an object database using a virtual multimedia file system |
US6411970B1 (en) * | 1998-05-21 | 2002-06-25 | Intergraph Corporation | Methods and apparatus for an automatic file indexer |
US6356863B1 (en) * | 1998-09-08 | 2002-03-12 | Metaphorics Llc | Virtual network file server |
US6741608B1 (en) | 1999-01-29 | 2004-05-25 | Avaya Technology Corp. | Dynamically configurable system and method for transcoding streaming data and telecommunications infrastructure the same |
US6477544B1 (en) * | 1999-07-16 | 2002-11-05 | Microsoft Corporation | Single instance store for file systems |
US7194506B1 (en) * | 2000-12-21 | 2007-03-20 | Vignette Corporation | Method and system for cache management of locale-sensitive content |
US7197531B2 (en) * | 2000-12-29 | 2007-03-27 | Fotomedia Technologies, Llc | Meta-application architecture for integrating photo-service websites for browser-enabled devices |
US7109985B2 (en) * | 2001-12-14 | 2006-09-19 | Liquidpixels, Inc. | System and method for dynamically generating on-demand digital images |
US7640578B2 (en) * | 2002-07-08 | 2009-12-29 | Accellion Inc. | System and method for providing secure communication between computer systems |
JP2004079087A (ja) | 2002-08-20 | 2004-03-11 | Sony Corp | 記録装置および方法、記録媒体、並びにプログラム |
US7450612B2 (en) | 2002-12-04 | 2008-11-11 | Koninklijke Electronics N.V. | Packetization of layered media bitstreams |
JP4201590B2 (ja) | 2002-12-24 | 2008-12-24 | パナソニック株式会社 | データ通信装置、データ通信方法、データ通信プログラム及びデータ通信プログラムを記録した記録媒体 |
US7913164B1 (en) * | 2003-04-02 | 2011-03-22 | Quiro Holdings, Inc. | Serving an image in multiple formats from a photohosting website |
US20040207657A1 (en) * | 2003-04-02 | 2004-10-21 | Svendsen Hugh B. | Serving an image in multiple formats from a photohosting website |
KR20060076770A (ko) * | 2003-09-30 | 2006-07-04 | 소니 가부시끼 가이샤 | 콘텐츠 취득 방법 |
US7185030B2 (en) * | 2004-03-18 | 2007-02-27 | Hitachi, Ltd. | Storage system storing a file with multiple different formats and method thereof |
US20080205860A1 (en) | 2005-02-18 | 2008-08-28 | Koninklijke Philips Electronics, N.V. | Method Of Live Submitting A Digital Signal |
US20060224760A1 (en) | 2005-03-15 | 2006-10-05 | 1000 Oaks Hu Lian Technology Development (Beijing) Co., Ltd. | Method and system for providing streaming content in a peer-to-peer network with network coding |
US8195646B2 (en) * | 2005-04-22 | 2012-06-05 | Microsoft Corporation | Systems, methods, and user interfaces for storing, searching, navigating, and retrieving electronic information |
US8121428B2 (en) | 2005-05-31 | 2012-02-21 | Microsoft Corporation | Accelerated image rendering |
US7965736B2 (en) | 2005-08-24 | 2011-06-21 | Qualcomm Incorporated | Transmission of multiplex protocol data units in physical layer packets |
US8234397B2 (en) | 2006-01-06 | 2012-07-31 | Google Inc. | Media article adaptation to client device |
US8214516B2 (en) * | 2006-01-06 | 2012-07-03 | Google Inc. | Dynamic media serving infrastructure |
US20090100496A1 (en) | 2006-04-24 | 2009-04-16 | Andreas Bechtolsheim | Media server system |
JP2007323544A (ja) * | 2006-06-05 | 2007-12-13 | Sony Corp | 情報処理システム、情報処理装置、および方法、並びにコンピュータ・プログラム |
US7807062B2 (en) | 2006-07-10 | 2010-10-05 | Micron Technology, Inc. | Electron induced chemical etching and deposition for local circuit repair |
JP5082310B2 (ja) * | 2006-07-10 | 2012-11-28 | 日本電気株式会社 | データ移行装置及びプログラム |
US7962637B2 (en) | 2006-11-03 | 2011-06-14 | Apple Computer, Inc. | Dynamic adjustments of video streams |
US8010711B2 (en) * | 2007-01-26 | 2011-08-30 | Digital Video Chip, Llc | Universal multimedia |
GB2446832A (en) * | 2007-02-23 | 2008-08-27 | Quantel Ltd | A file server system |
US7870224B1 (en) * | 2007-06-08 | 2011-01-11 | Adobe Systems Incorporated | Managing online composite image content |
US20090006634A1 (en) * | 2007-06-28 | 2009-01-01 | Microsoft Corporation | Run-once static content generation using a descriptive file path |
US8639734B1 (en) * | 2008-03-31 | 2014-01-28 | Symantec Operating Corporation | Use of external information about a file to determine virtualization |
JP5135147B2 (ja) | 2008-09-29 | 2013-01-30 | 富士フイルム株式会社 | 動画ファイル送信サーバおよびその動作制御方法 |
US8219711B2 (en) | 2008-11-24 | 2012-07-10 | Juniper Networks, Inc. | Dynamic variable rate media delivery system |
US9009337B2 (en) | 2008-12-22 | 2015-04-14 | Netflix, Inc. | On-device multiplexing of streaming media content |
EP2219321A1 (en) | 2009-02-04 | 2010-08-18 | Nokia Corporation | Scheduling of dynamically multiplexed services in a wireless network |
US8279926B2 (en) | 2009-06-18 | 2012-10-02 | Cisco Technology, Inc. | Dynamic streaming with latticed representations of video |
US20100325086A1 (en) * | 2009-06-23 | 2010-12-23 | James Skinner | Systems and methods for updating a database for providing access to various files across a network |
CA2711311C (en) | 2009-08-10 | 2016-08-23 | Seawell Networks Inc. | Methods and systems for scalable video chunking |
US8914835B2 (en) | 2009-10-28 | 2014-12-16 | Qualcomm Incorporated | Streaming encoded video data |
US20110126104A1 (en) * | 2009-11-20 | 2011-05-26 | Rovi Technologies Corporation | User interface for managing different formats for media files and media playback devices |
KR101211279B1 (ko) | 2010-01-27 | 2012-12-11 | 에스케이플래닛 주식회사 | 미디어 스트리밍을 이용한 리치미디어 서비스 방법 및 시스템 |
US8769685B1 (en) * | 2010-02-03 | 2014-07-01 | Symantec Corporation | Systems and methods for using file paths to identify potentially malicious computer files |
JP4892074B2 (ja) * | 2010-03-31 | 2012-03-07 | 株式会社東芝 | 電子機器、画像出力方法及びプログラム |
US8190677B2 (en) | 2010-07-23 | 2012-05-29 | Seawell Networks Inc. | Methods and systems for scalable video delivery |
US9307025B1 (en) * | 2011-03-29 | 2016-04-05 | Riverbed Technology, Inc. | Optimized file creation in WAN-optimized storage |
US8489760B2 (en) | 2011-03-31 | 2013-07-16 | Juniper Networks, Inc. | Media file storage format and adaptive delivery system |
GB2489932B (en) | 2011-04-07 | 2020-04-08 | Quantel Ltd | Improvements relating to file systems |
WO2013021167A1 (en) | 2011-08-05 | 2013-02-14 | Quantel Limited | Methods and systems for providing file data for video files |
GB2495268B (en) | 2011-08-05 | 2019-09-04 | Quantel Ltd | Methods and systems for providing file data for media files |
-
2011
- 2011-04-07 GB GB1105976.3A patent/GB2489932B/en active Active
-
2012
- 2012-03-20 WO PCT/GB2012/050602 patent/WO2012136977A2/en active Application Filing
- 2012-03-20 JP JP2014503210A patent/JP2014510982A/ja not_active Ceased
- 2012-03-20 EP EP12719430.6A patent/EP2695089A2/en not_active Withdrawn
- 2012-03-20 AU AU2012238409A patent/AU2012238409A1/en not_active Abandoned
- 2012-03-20 US US14/110,227 patent/US11714858B2/en active Active
- 2012-03-20 CA CA2832353A patent/CA2832353A1/en not_active Abandoned
Patent Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH08110869A (ja) * | 1994-10-12 | 1996-04-30 | Fuji Xerox Co Ltd | ファイルシステム |
JP2004120180A (ja) * | 2002-09-25 | 2004-04-15 | Brother Ind Ltd | 画像データ転送システム、画像読取装置、及びプログラム |
JP2010211803A (ja) * | 2010-03-23 | 2010-09-24 | Seiko Epson Corp | 閲覧者の表示要求に応じた画像表示 |
Also Published As
Publication number | Publication date |
---|---|
WO2012136977A3 (en) | 2013-06-20 |
EP2695089A2 (en) | 2014-02-12 |
GB2489932B (en) | 2020-04-08 |
WO2012136977A2 (en) | 2012-10-11 |
US20140122545A1 (en) | 2014-05-01 |
AU2012238409A1 (en) | 2013-10-31 |
US11714858B2 (en) | 2023-08-01 |
NZ616449A (en) | 2015-08-28 |
CA2832353A1 (en) | 2012-10-11 |
GB2489932A (en) | 2012-10-17 |
GB201105976D0 (en) | 2011-05-18 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US20200374347A1 (en) | System, method, and computer program for enabling a user to access and edit via a virtual drive objects synchronized to a plurality of synchronization clients | |
US6990497B2 (en) | Dynamic streaming media management | |
US7181468B2 (en) | Content management for rich media publishing system | |
US7092969B2 (en) | Management of source and derivative image data | |
TWI450107B (zh) | 用於網路資料使用平臺之方法及電腦可讀儲存媒體 | |
US20100268694A1 (en) | System and method for sharing web applications | |
US20070204115A1 (en) | Systems and methods for storage shuffling techniques to download content to a file | |
US20060179080A1 (en) | System for management of source and derivative data | |
US20020026521A1 (en) | System and method for managing and distributing associated assets in various formats | |
JP2009277218A (ja) | メタデータ注入を用いたメディアファイルの管理 | |
KR101991537B1 (ko) | 자율형 네트워크 스트리밍 기법 | |
JP4806072B2 (ja) | エンベデッドavコンテンツのプロトコルマッチング装置および方法 | |
US20230325460A1 (en) | Methods of website generation | |
JP2014510982A (ja) | ファイルシステムに関する改善 | |
EP2686791B1 (en) | Variants of files in a file system | |
JP2012512486A (ja) | 永続ドキュメントコレクションを管理するためのシステムおよび方法 | |
EP3518120A1 (en) | Indexing media asset aggregates in a multi-database environment | |
JP6262742B2 (ja) | データuri増強を利用するプログレッシブ画像処理 | |
KR100772516B1 (ko) | UPnP AV 서버를 위한 컨텐츠 정보 자동 생성 및관리 장치 및 그 방법 | |
US20110302241A1 (en) | Reproducing a graphical user interface display | |
US8990265B1 (en) | Context-aware durability of file variants | |
NZ616449B2 (en) | Improvements relating to file systems | |
US20150088943A1 (en) | Media-Aware File System and Method | |
JP2002149553A (ja) | ウェブコンテンツ公開管理装置および方法、記録媒体 | |
JP2005208781A (ja) | コンテンツ管理システム及びコンテンツ管理方法、並びにコンピュータ・プログラム |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20150311 |
|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20150311 |
|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20160129 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20160223 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20160520 |
|
A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 Effective date: 20161025 |
|
A045 | Written measure of dismissal of application [lapsed due to lack of payment] |
Free format text: JAPANESE INTERMEDIATE CODE: A045 Effective date: 20170228 |