Displaying 20 results from an estimated 500 matches similar to: "parse raw image to read block group desc table!"
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
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
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!
--
----
2012 Mar 02
1
Strange behaviour during file rename
http://stackoverflow.com/questions/9535653/file-rename-on-ext3-appears-to-break-posix-spec
I posted the above to stackoverflow - I am running a test does repeated file renames to a target file in one thread, and repeatedly reads that target file in another thread. This works fine except when there is a hard-link to the file being renamed to the target file. In this case the reading thread hits
2010 Oct 05
3
EXT3 Reserve Space
Hi All,
Whenever an EXT3 partition is created some space is reserved for super-user,
I used the mkfs.ext3 with option -m set to 0, but there is no effect it
still reserve the space. How can i set the reserved-space to 0 or calculate
the reserved-space in advance?
Any suggestion/idea?
Regards,
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
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
2010 Apr 17
1
Deleted file marker
Is there a marker to indicate a deleted file in EXT3 similar to FAT32's E5?
Thanks
Kevin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/ext3-users/attachments/20100417/9f4b88f7/attachment.htm>
2009 Apr 23
1
Load a data from oracle database to R
Hello,
I am have trying to load data in R by connecting R to the database the
following way:
> library(RODBC)
> channel<-odbcConnect("gagan")
now after I connect to the server by putting pwd. I want to load table from
the database named "temp" in to R so that I can do some descriptive
statistics with it.
now when I try to do "data(temp)" it gives error
2011 Mar 31
1
Error rpmbuild Glusterfs 3.1.3
Hi,
i have a lot of troubles when i try to build rpm?s out of the glusterfs
3.1.3 tgz on my SLES Servers (SLES10.1 & SLES11.1)
all is running fine i guess until it try?s to build the rpm?s.
Then i always run into this error :
RPM build errors:
File not found:
/var/tmp/glusterfs-3.1.3-1-root/opt/glusterfs/3.1.3/local/libexec/gsyncd
File not found by glob:
2010 May 15
1
Input/output error when running `ls` and `cd` on directories
I'm getting Input/output errors on gluster mounted directories.
First, I have a few directories I created a few weeks ago, but when I
run an ls on them, their status is listed as ???????:
[23:52:54] [root at clustr06 /mnt/glusterfs]# ls -al
ls: cannot access lost+found: Input/output error
ls: cannot access bhl: Input/output error
total 1920
drwxr-xr-x 7 root root 294912 2010-05-13 19:11 .
2015 Jan 06
2
[PATCH 0/9] linux/syslinux: support ext2/3/4 device
On 01/06/2015 08:04 AM, H. Peter Anvin wrote:
> On 01/01/2015 09:05 PM, Robert Yang wrote:
>> Hello,
>>
>> Happy New Year!
>>
>> These patches make syslinux/linux support ext2/3/4, and it doesn't
>> require the root privilege, I'd like to add a separate e2fs/syslinux, if
>> that is more appropriate, it should be easy to do that.
>>
2011 Jul 04
1
Ubuntu version
hi!
http://download.gluster.com/pub/gluster/glusterfs/3.2/3.2.1/Ubuntu/glusterfs_3.2.1-1_amd64.deb
Which version of Ubuntu was it built for? Maybe it can be used for any
version of it?
Are the build script available for download?
Thank you,
tamas
2009 Apr 09
4
running a .r script and saving the output to a file
Hello,
I want to run the following commands as a script(.r or .bat) and save the
output in an external file through Windows OS.
data<-read.csv(file="wgatever.csv", head=TRUE, sep=",")
summary(data$SQFT)
hist(data$STAMP)
hist(data$STAMP, col='blue')
hist(data$SHIP, col='blue')
How could I do that? I have a great problem using the sink() function
2015 Jan 06
3
[PATCH 0/9] linux/syslinux: support ext2/3/4 device
On 01/06/2015 08:16 AM, H. Peter Anvin wrote:
> On 01/05/2015 04:14 PM, Robert Yang wrote:
>>
>> On 01/06/2015 08:04 AM, H. Peter Anvin wrote:
>>> On 01/01/2015 09:05 PM, Robert Yang wrote:
>>>> Hello,
>>>>
>>>> Happy New Year!
>>>>
>>>> These patches make syslinux/linux support ext2/3/4, and it doesn't
2011 Sep 28
1
Custom rpms failing
I have managed to build i386 rpms for CentOS, based on the 3.2.3 SRPM,
but they don't work:
# rpm -Uhv glusterfs-core-3.2.3-1.i386.rpm
glusterfs-fuse-3.2.3-1.i386.rpm glusterfs-rdma-3.2.3-1.i386.rpm
Preparing... ########################################### [100%]
1:glusterfs-core ########################################### [ 33%]
glusterd: error while loading shared
2015 Jan 06
0
[PATCH 0/9] linux/syslinux: support ext2/3/4 device
On 01/05/2015 04:14 PM, Robert Yang wrote:
>
> On 01/06/2015 08:04 AM, H. Peter Anvin wrote:
>> On 01/01/2015 09:05 PM, Robert Yang wrote:
>>> Hello,
>>>
>>> Happy New Year!
>>>
>>> These patches make syslinux/linux support ext2/3/4, and it doesn't
>>> require the root privilege, I'd like to add a separate e2fs/syslinux, if
2008 Feb 01
2
How to read group descriptor?
Hi All,
I am trying to read group descriptor from disk.
I am able to read the superblock structure successfully.
But I am not getting successful to get the group descriptor. Here is my
code. Please check out what is missing.
#include<linux/ext3_fs.h>
#include<sys/types.h>
#include<sys/stat.h>
#include<stdio.h>
#include<unistd.h>
#include<fcntl.h>
2015 Jan 06
0
[PATCH 0/9] linux/syslinux: support ext2/3/4 device
On 01/05/2015 07:20 PM, Robert Yang wrote:
>
> Hello,
>
> After more investigations, I'm a little worried about add the extX support
> to mtools/syslinux:
> 1) Its name is mtools/syslinux, can't express the libext2fs.
Renaming it is not a problem.
> 2) The mtools/syslinux isn't fully functioned, for example, as the code
> shows:
> if (opt.sectors ||
2015 Jan 06
0
[PATCH 0/9] linux/syslinux: support ext2/3/4 device
On 01/01/2015 09:05 PM, Robert Yang wrote:
> Hello,
>
> Happy New Year!
>
> These patches make syslinux/linux support ext2/3/4, and it doesn't
> require the root privilege, I'd like to add a separate e2fs/syslinux, if
> that is more appropriate, it should be easy to do that.
>
> I put these patches on github so that you can easily get them in case
>