An imaginary continuous file system.
- From: 一首诗 <newptcai@xxxxxxxxx>
- Date: Fri, 27 Jun 2008 09:06:16 -0700 (PDT)
Hi all,
Recently I am working on a video surveillance system. We use IP-SAN
to store videos. While we are using ext3 as file system, I am
wondering if a special file system would have high IO performance and
be fragmentation proof.
1. Every camera has it dedicated LUN to store its video.
2. Video files has exactly the same size, maybe 20M Bytes.
3. No share access ability since only one dedicated process would read
and write video files.
4. All files stored continuous on hard drive, sector by sector.
and so on...
I am not sure if it would worth that trouble to write my own file
system. Anyway, thinking of writing a file system is very interesting
even if I won't write it
.
- Follow-Ups:
- Re: An imaginary continuous file system.
- From: John Hasler
- Re: An imaginary continuous file system.
- Prev by Date: Re: phtread_create while pthread_cond_timedwait in gdb
- Next by Date: Re: An imaginary continuous file system.
- Previous by thread: Re: Tftp server problem
- Next by thread: Re: An imaginary continuous file system.
- Index(es):
Relevant Pages
|