Sponsored Content
Special Forums Hardware Filesystems, Disks and Memory ФС для больших файлов Post 302382650 by imbolc on Thursday 24th of December 2009 07:16:19 AM
Old 12-24-2009
ФС для больших файлов

Задача перемещаться в большом файле и читать информацию. Пробовал Ext3 и JFS, при определённом размере файла начинаются жуткие тормоза. Этот размер зависит от объёма оперативки. Видимо, кончается дисковый кэш.

Возможно, есть ФС, не нуждающиеся в подобном кэшировании для смещений, например, записывающие файлы строго последовательно? Или есть другие способы решение проблемы. Буду рад любому совету Smilie
 

3 More Discussions You Might Find Interesting

1. Solaris

Make utility - несколько вопросов к спецам

Помогите с 'make' или с 'makefile' написанием. Я хоть и понимаю, но вот взялся использовать для своих целей и столкнулся с некоторыми проблемами, которые не удается разрешить чтением 'man'. 1. О Макро: (в качестве переменной) ясно с их об'явлением в самом начале или с командной строки. Но ... (1 Reply)
Discussion started by: alex_5161
1 Replies

2. Shell Programming and Scripting

вызов sh-скрипта в awk

Добрый день! имеется такая последовательность: 1.awk file.txt | 2.awk, где 1.awk разбирает тхт файл, а 2.awk форматирует и выводит. В разобранных данных имеется дата, теперь надо по ней выводить день недели. День недели можно определять, напр., след. образом: #!/bin/sh cal -m 09 2010 | awk... (1 Reply)
Discussion started by: d2e8k
1 Replies

3. What is on Your Mind?

What is Your Favorite Editor for Linux and UNIX? | A Video in 1080 HD

We have asked UNIX.com users over the years what is their favorite editor and why. Here is the top three answers. Here is a new YT video on this question: What Editor Does Everyone Use? https://youtu.be/gqE8RTZZt9g Of course, vi was the overwhelming favorite. Credits: 1080 HD... (3 Replies)
Discussion started by: Neo
3 Replies
xchkdmp(8)					       JFS utility - dump fsck.jfs log file						xchkdmp(8)

NAME
xchkdmp - dump the contents of a JFS fsck log file created with xchklog SYNOPSIS
xchkdmp [ -f input.file ] [ -V ] DESCRIPTION
xchkdmp dumps the contents of a JFS fsck log file that was created by JFS utility xchklog. If no input file is specified, the default path and file name (<pwd>fscklog.new) is used. The output is written to standard out. OPTIONS
-f input.file Specifies the input file name and path. input.file must be 127 characters or less in length. input.file will be read from the present working directory unless it is fully qualified. -V Print version information and exit (regardless of any other chosen options). EXAMPLES
Dump the contents of the fsck service log in <pwd>fscklog.new: xchkdmp Dump the contents of the fsck service log in /temp/l9651107.log: xchkdmp -f /temp/l9651107.log REPORTING BUGS
If you find a bug in JFS or xchkdmp , please report it via the bug tracking system ("Report Bugs" section) of the JFS project web site: http://oss.software.ibm.com/jfs Please send as much pertinent information as possible, including any xchkdmp error messages and the complete output of running fsck.jfs with the -v option on the JFS device. SEE ALSO
xchklog(8), mkfs.jfs(8), fsck.jfs(8), logdump(8), logredo(8), xpeek(8) AUTHOR
Barry Arndt (barndt@us.ibm.com) xchkdmp is maintained by IBM. See the JFS project web site for more details: http://oss.software.ibm.com/jfs January 11, 2001 xchkdmp(8)
All times are GMT -4. The time now is 08:09 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy