Displaying 20 results from an estimated 60000 matches similar to: "How to flush file system buffers?"
2008 Dec 15
2
How to sell linux tools?
Hi,
I need clarifications on how to sell linux tools. (Though i' not sure
how people ready to buy it :) )
I have written few tools and planning to write more(by giving up
current non-linux & boring job).
I want to know,which license will allow me to sell tools/softwares? (I
hope to sell the products through online)
Cheers,
Lakshmipathi.G
www.giis.co.in
2007 Feb 24
3
Hi all
Hi all,
I wrote a program which recovers deleted file from Ext3/Ext2 FS.It's
like crash proof program.For past few months i'm trying hard to get
feedback or comments or criticizm on the tool.I hope to get from you.
The link is ,
https://sourceforge.net/projects/giis/
Warm Regards,
Lakshmipathi.G
2014 Jan 18
0
Re: File System corruption tool
We have a script that adds corruption to ext2/3/4 filesystems and runs
e2fsck on it. It definitely could be improved, but it still catches some
occasional errors:
http://git.whamcloud.com/?p=tools/e2fsprogs.git;a=commit;h=aee44c669bebe29bfdb8a1c86da443234f8bc257
It tries to format the filesystem with different features and options, then
adds corruption from both random data and copying parts of
2007 Apr 18
0
Ext3-users Digest, Vol 38, Issue 10
Hi,
my program works well with fedora-2 .with fedora-5 it's gives following
errors..
get_it_i_say.c:549: warning: implicit declaration of function 'strcmp'
cc -o giis dir.o file.o get_it_i_say.o group.o init.o inode.o main.o
searchnupdate.o uninit.o
inode.o: In function `read_inode':inode.c:(.text+0x202): undefined reference
to `S_ISDIR'
inode.o: In function
2007 Mar 15
1
How to name it?
hi all,
The reason why writting this mail--i don't know how to name a tool written
by myself :-)
Following is the functionality of a file system tool :
When you install the tool it acts as a protection for your files.Tool copies
the address of files.
If you accidently deleted a file -if its contents are not modified-then the
tool retrives the contents of file.
How should i call this tool./
2003 Mar 18
2
Re: 2.4.20: ext3/raid5 - allocating block in system zone/multiple 1 requests for sector
On Sunday March 16, gilbertd@treblig.org wrote:
> Hi,
> I've just built an 800GB RAID5 array and built an ext3 file system
> on it; on trying to copy data off the 200GB RAID it is replacing I'm
> starting to see errors of the form:
>
> kernel: EXT3-fs error (device md(9,2)): ext3_new_block: Allocating block in
> system zone - block = 140509185
>
> and
>
2005 Jan 04
0
[PATCH] BUG on error handlings in Ext3 under I/O failure condition
Hello.
I found bugs on error handlings in the functions arround the ext3 file
system, which cause inadequate completions of synchronous write I/O operations
when disk I/O failures occur. Both 2.4 and 2.6 have this problem.
I carried out following experiment:
1. Mount a ext3 file system on a SCSI disk with ordered mode.
2. Open a file on the file system with O_SYNC|O_RDWR|O_TRUNC|O_CREAT
2002 Dec 04
0
[Fwd: [RESEND] 2.4.20: ext3: Assertion failure in journal_forget()/Oops on another system]
Just to make sure somebody reacts (please) I'm forwarding this. Please
cc me on replies as I'm not subscribed to this list.
-------- Original Message --------
Subject: [RESEND] 2.4.20: ext3: Assertion failure in
journal_forget()/Oops on another system
Date: Wed, 04 Dec 2002 21:27:31 +0100
From: Andreas Steinmetz <ast@domdv.de>
To: Linux Kernel Mailing List
2007 Dec 11
2
Ext3 Performance Tuning - the journal
Hello,
I have some performance problems in a file server system. It is used
as Samba and NFS file server. I have some ideas what might cause the
problems, and I want to try step by step. First I have to learn more
about these areas.
First I have some questions about tuning/sizing the ext3 journal.
The most extensive list I found on ext3 performance tuning is
2007 Jun 05
1
Help on ext3 file system corruption issue
Hi All,
I m a novice developer of Linux applications. Recently I faced a file
system corruption. (I guess)
I have a Kernel 2.4.7-10 with ext3 file system in compact flash. The
system was up for 3 months and was running with average load conditions.
One fine day, it just started sending kernel messages on the serial
console. The message was like this.
EXT3-fs error (device ide0(3,2)):
2009 Mar 04
1
file system, kernel or hardware raid failure?
I had a busy mailserver fail on me the other day. Below is what was
printed in dmesg. We first suspected a hardware failure (raid controller
or something else), so we moved the drives to another (identical
hardware) machine and ran fsck. Fsck complained ("short read while
reading inode") and asked if I wanted to ignore and rewrite (which I
did).
After booting up again, the problem came
2003 Feb 09
1
ML9.0:file system completely crashed ext3,"could not find mime type",kde3.0.3
Mandrake Linux 9.0 here:
I installed alsa-utils from CD1 with MCC:Software Install:
in /var/log/syslog these error messages appeared (SEE BELOW):
"XT3-fs error (device ide0(3,2)): ext3_new_block: Allocating block in
system zone - block = 294914"
Then I rebooted (because I wanted to boot in runlevel 3 to see
whether I could play sound..., not relevant here).
Error bootmessages appeared
2014 Jan 18
3
File System corruption tool
Hi -
I'm searching for file system corruption tool, say it inject disk-errors
like
multiply owned blocks etc. Later an integrity scan process (like e2fsck)
will
verify on-disk layout and fix these errors.
I'd like to read/understand such tools before writing one for an proprietary
on-disk file system.
Do we have such tools for ext{2,3,4}fs ? Thanks for any help or pointers!
--
----
2015 Sep 28
2
parse raw image to read block group desc table!
Hi,
I am writing a piece of code to open a raw image file of a virtual machine
which has ubuntu installed in it. The virtual disk is formatted using MBR
partitioning method and has 3 primary and 1 extended partition.
I want to open up that file and read the block group descriptor table and
inode table for each partition. I have written some lines of code and
successfully able to read the
2005 Jan 06
0
[2.6 patch] fs/ext3/: possible cleanups
The patch below contains the following cleanups:
- make some needlessly global code static
- super.c: remove the unused global function ext3_panic
Please comment ib whether this patch is correct or conflicts with
pending changes.
diffstat output:
fs/ext3/balloc.c | 2
fs/ext3/dir.c | 2
fs/ext3/inode.c | 4
fs/ext3/resize.c | 4
2003 Mar 14
1
Updated ext3 patch set for 2.4
Hi all,
I've pushed my current set of ext3 diffs (against Marcelo's current
tree) to
http://people.redhat.com/sct/patches/ext3-2.4/dev-20030314/
This includes:
00-merged/ diffs recently merged into 2.4
10-core-fixes-other/ misc fixes/tweaks from akpm, adilger
11-core-fixes-sct/ misc fixes/tweaks from sct
20-tytso-updates/ Ted's recent updates
21-updates-sct/ recent sct diffs
2002 Dec 06
2
[patch] fix the ext3 data=journal unmount bug
This patch fixes the data loss which can occur when unmounting a
data=journal ext3 filesystem.
The core problem is that the VFS doesn't tell the filesystem enough
about what is happening. ext3 _needs_ to know the difference between
regular memory-cleansing writeback and sync-for-data-integrity
purposes.
(These two operations are really quite distinct, and the kernel has got
it wrong for
2003 Apr 28
4
Problem after system hang and reboot
Hello,
a system here stopped because it had a hardware problem. We rebooted it and
have now the following problem:
The data disk /dev/hde1 is formatted as ext3. Obviously one of the inodes is
bad and we get a lot of lines:
Truncating prphaned inode 8863987 (uid=0, gid=0, mode=0100644, size=742)
when running fsck.
These lines have always the same values (inode, mode, ... are equal) and ar
enow
2003 Mar 16
0
2.4.20: ext3/raid5 - allocating block in system zone/multiple 1 requests for sector]
(It was suggested I send a copy of this to ext3-users, so here it is -
note that I need this RAID going so I've rebuilt with reiser, but would
still appreciate suggestions; the message was original sent to the lkml)
Hi,
I've just built an 800GB RAID5 array and built an ext3 file system
on it; on trying to copy data off the 200GB RAID it is replacing I'm
starting to see errors of the
2002 Mar 31
3
GID and UID on ext3 file system
Hello.
Look at this:
[sergey@gleam sergey]$ uname -s -m -r
Linux 2.4.17 i586
[sergey@gleam sergey]$ mount | grep /home
/dev/hda11 on /home type ext3 (rw)
[sergey@gleam sergey]$ pwd
/home/sergey
[sergey@gleam sergey]$ id
uid=502(sergey) gid=100(users) groups=100(users),10(wheel),13(news),512(ftpadmin),513(dos)
[sergey@gleam sergey]$ stat .
File: "."
Size: 8192 Blocks: 16