Displaying 20 results from an estimated 600 matches similar to: "Ext3-users Digest, Vol 38, Issue 10"
2007 Apr 16
1
User space tool to extract ext3 inode information
Hello!
I need to write a user space tool that can dump
logical block addresses used by every file in a ext3
file system. For example, if file foo uses LBAs 2,3
and file bar uses LBAs 100,102,156, then the ouptut
should read:
FILENAME LBAs
foo 2, 3
bar 100,102,156
Is there a tool that exists that can do this? If not,
what would be a good strategy to write this tool. I am
2003 Jan 16
1
RE: ext3fs still uses sequential search of file names in director ies?
Didn't hear back from anyone regarding if there is a way to determine if I
am running the ext3fs with htree. Is there a way I can do it without
checking the src code since I am running the precompired redhat kernel with
8.0? Perhaps an entry under /proc somewhere?
Pj
-----Original Message-----
From: Parker Johnson
Sent: Tuesday, January 14, 2003 3:34 PM
To: 'Andreas Dilger';
2003 Jan 16
0
RE: ext3fs still uses sequential search of file names in director
I'm NOT the authority here, but AFAIK, Htree is presently
available only as a patch for 2.4 kernels (which includes
RH8). I think that Htree was still beta code at the time
RH8 was frozen (and may still be, from RedHat's perspective).
I do not have the impression that the Htree patch has been
applied in any standard RedHat kernels or kernel updates.
I hope I am wrong, and that
2008 Mar 14
0
Help needed in Building lustre using pre-packaged releases
Hi,
Can anyone guide me in building the lustre using pre-packaged lustre release.I''m using Ubuntu 7.10 I want to build lustre using RHEL2.6 rpms available on my system.I''m referring how_to in wiki. but in that no detailed step by step procedure is given for building lustre using pre-packed release.
I''m in need of this.
Thanks and Regards,
Ashok Bharat
-----Original
2003 Jan 14
0
RE: ext3fs still uses sequential search of file names in director ies?
Andreas was kind enough to point out that not neccesarily all ext3fs have
htrees ready to go. I am running redhat8.0 out of the box. How can I check
if ext3fs with htrees is running? I can download the kernel source, but I
don't know what options were used when it was built by redhat.
Thanks much for all of your help.
-Parker
-----Original Message-----
From: Andreas Dilger
2003 Jan 16
1
RE: ext3fs still uses sequential search of file names in director ies?
Bummer. Does anyone have a url that describes the 2.4 patching process?
Any claims on stability?
Thanks,
Parker
-----Original Message-----
From: 'Andreas Dilger' [mailto:adilger@clusterfs.com]
Sent: Wednesday, January 15, 2003 4:35 PM
To: Parker Johnson
Cc: 'ext3-users@redhat.com'; Ops
Subject: Re: ext3fs still uses sequential search of file names in
director ies?
On Jan 15,
2007 Apr 18
0
[Bridge] Update OSDL/Linux-Foundation maintainer addresses
Hi,
I'm not sure if this is apprriate or not, but here goes anyway.
The patch below updates MAINTAIER address
Individuals (Only Andrew :): osdl.org -> linux-foundation.org
Lists: osdl.org -> lists.osdl.org
I assume the latter will change at some stage, but at least
with this change the osdl/linux-foundation lists are consistent.
Signed-off-by: Simon Horman
2003 Mar 04
2
ext3 htree brelse problems look to be fixed!
I just booted 2.5-bk current as of last night with the below patch¹
(which was recently posted to ext3-users) that un-static-ifies a
struct dx_frame in namei.c.
I then did my best torture test for the brelse bug: starting gnus
(3600+ nnmh folders² with a total of XXX messages; it does a readdir
on each of those folders) while doing bk consistancy checks in 2.5
and/or 2.4 kernel trees. All
2013 Nov 25
1
Sysinux 6 will not boot ISOs on BIOS (i.e. pre-UEFI) systems
Am 25.11.2013 12:40, schrieb Thomas Schmitt:
>
> On my own test system, a high address (263921) and 6.02 work fine.
>
> So we have some ingredient in the boot firmware, and some other
> in a difference between SYSLINUX 6.01 and 4.07.
>
> The reported symptoms differ slightly:
In September Thomas and I discussed this topic off the list regarding
Isolinux 5.0x after some
2001 Aug 13
0
(no subject)
>From nfs-admin@lists.sourceforge.net Thu Feb 1 03:51:36 2001
>Return-Path: <nfs-admin@lists.sourceforge.net>
Received: from usw-sf-list1.sourceforge.net (usw-outbound.sourceforge.net [216.136.171.194])
by gateway.camelot.jp (8.9.3/8.9.3/Debian 8.9.3-21) with ESMTP id DAA11596
for <jareth@camelot.co.jp>; Thu, 1 Feb 2001 03:51:35 +0900
X-Authentication-Warning:
2011 Jun 13
1
extcarve - ext2,ext3,ext4 file carving tool
Hi -
Updated my old project named "ext3carve" and renamed it as "extcarve" . It
uses libext2fs. (To be precise,re-uses on 'debugfs' command's "dump_unused"
feature)
In summary,the tool will do the following - It will scan the linux machine
,for unused/deleted blocks and search for magic signatures. If it finds
valid signature (both header and footer) It
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
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!
--
----
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
2004 May 20
0
HTB_Multiple_Interface_Query
Hi Stef,
I want to use HTB for shaping outgoing traffic. I have 2 interfaces with
eth0 as my WAN and eth1 as LAN. I want to use HTB at eth0 as well as at
eth1 for outgoing traffic control. Iam using 2.4.18 kernel, I would like
to confirm following things:-
1. What patch/tar I have to use to have HTB support.
2. Applying HTB on eth0(wan) and eth1(lan) for outgoing traffic control,
will it work
2013 Nov 26
3
Sysinux 6 will not boot ISOs on BIOS (i.e. pre-UEFI) systems
Hi,
hpa wrote:
> - mov dx,cx
> + movzx edx,cx
Gerardo Exequiel Pozzi:
> Yes! Fixed :)
> (maybe garbage in high word of "edx"?)
I am now pondering too, why my machine booted from high LBAs.
I understand that the new code zeros the upper 16 bit of EDX.
Was there remaining garbage from early BIOS activity before
isolinux.bin got started ?
Does my
2011 Jul 06
1
Create simulated data's using mvrnorm
Hi All
This might be something very trivial but I seem to miss something in the
syntax or logic which makes me keep wandering around the problem without
arriving at a solution.
What I want to do is to simulate a sample data for performing cluster
analysis. I tried to use
x1= mvrnorm(10,rep(0.8,3),diag(3))
x2= mvrnorm(10,rep(0,3),diag(3))
x3= mvrnorm(10,rep(-0.5,3),diag(3))
x=rbind(x1,x2,x3)
2006 Aug 24
1
Time problem
Hello,
I have a little problem regarding time.
I want to preserve all time when i transfert for my backup.
So i used the following option "-t", but when i transfert it i have
nothing about times just the day when it was transfered.
Here is a snapshot of what i try to explain
I transfert my data though this command
rsync -trvu 192.169.10.69::original /mnt/disque3
Client side
ls -la
2009 Dec 24
2
Recording the Calls to a USB Drive
Hi Guys,
Merry Christmas and Happy new Year.
I am looking for some assistance from the group as i think this might
already have been tried before.
i have an asterisk server with a external USB Harddisk Drive, just to store
recordings. I am using the mixmonitor application for doing the recordings.
When i have active calls that are being recorded to the USB Drive, and if my
USB disk fails for