similar to: Recover data from ext3 filesystem

Displaying 20 results from an estimated 200 matches similar to: "Recover data from ext3 filesystem"

2001 Jul 24
2
Anti hang comments
Some feedback. I'd been having trouble with rsync hanging or early EOF timeouts. Problem occurred on 2 identical receiving machines. I upgraded from Linux kernel 2.4.2 (RH 7.1) to 2.4.7 on the receiving machines. Sender machines are standard Linux RH 6.1 and RH 6.2 kernel.. Receiving machines are Duron 900Mhz 256 Mb software-raid1 ext2 2x40Gb. This improved the situation but still gave
2001 Nov 25
2
ext3 problem with loop devices?
Hello, it seems I am having a problem with loop mounting on ext3. I am doing this: - make an ext2 filesystem in a file - loop mount this file - write into the loop mounted file system - umount the file Sometimes this works; occasionally the file remains empty after the umount. A sync before the umount seems to help. Is this a known problem? Thanks, Andreas.
2002 Dec 13
1
Undelete
I`m sorry to post that topic again, but i propose to implement a way to recover information deleted in ext3 (undeletion) in my graduation class, and i want to know your opinion and suggestions about that. I read about that at linux kernel mailing list and somebody said something about do that in vfs and it will be aplied to all filesystems. What do you thing about it ? ps.: sorry about my
2004 Sep 26
2
low level search for deleted data
Hi everyone, I lost my complete home directory and am facing the problem of retrieving some of the deleted data. I have search the web for this matter, but the only information I found is, that it's not possible for a program to do this and that I have to puzzle the files together by scanning the disk (or disk image) with tools like sleuthkit (www.sleuthkit.org) or lde (lde.sourceforge.net).
2016 Jul 28
2
[ORC JIT] Exposing IndirectStubsManager from CompileOnDemandLayer.h
I needed to be able to update stub pointers for hot functions that get recompiled in a lazy JIT that uses CompileOnDemandLayer. In order to do this I added a method that allows pointers to be updated but does not expose any of the other internals of the COD layer. Does anyone have a cleaner way to do this? Has something to facilitate this already been added? Would it be possible to merge this
2016 Jul 29
2
[ORC JIT] Exposing IndirectStubsManager from CompileOnDemandLayer.h
Hi Sean, This is great, but it couples LogicalDylib too tightly to CompileOnDemandLayer. Does this alternative implementation of getLogicalModuleResourcesForSymbol work for you (unfortunately I don't have a local test case for this yet): LogicalModuleResources* getLogicalModuleResourcesForSymbol(const std::string &Name, bool
2011 Jul 29
5
coordinates from locator function in POSIXct format
Dear R-list, I have a plot with y-axis corresponding to wind measurments and x-axis with date-time information. When I want to identify some extrem wind events in the wind-curve, I use locator() to get the exact date-information, by clicking in the points in graph I?m interested in. I get in the R console the x and y coordinates. The x coordinates are not in a POSIXct format, I guess R is
2016 Jul 29
0
[ORC JIT] Exposing IndirectStubsManager from CompileOnDemandLayer.h
+Lang Hames <lhames at gmail.com>, Master Regent of the Three <No, Two sir> JITs On Thu, Jul 28, 2016 at 12:31 PM Sean Ogden via llvm-dev < llvm-dev at lists.llvm.org> wrote: > I needed to be able to update stub pointers for hot functions that get > recompiled in a lazy JIT that uses CompileOnDemandLayer. In order to do > this I added a method that allows pointers to
2003 Mar 24
1
Problem: I want solid help on how to undelete files in ext3 fs
Plz help me. My Q:I want solid help on how to undelete files in ext3 fs?How can I? Plz help me with full concepts with debug_fs or any other way to undel ? regards, pranav
2016 Jul 29
0
[ORC JIT] Exposing IndirectStubsManager from CompileOnDemandLayer.h
It does work. I just tested it on my JIT. Thanks! As for the part that couples them too tightly, would you recommend I just keep my own specialized version of CompileOnDemandLayer.h that includes this functionality, or do you have any ideas for a cleaner way to do this? I've noticed a couple of people asking for support for updating stub pointers for functions that are optimized at runtime,
2011 Jun 11
7
C6 LiveCD top 5 apps
Regarding http://twitter.com/CentOS/statuses/79336297579282432 I don't have a twitter account so I'm spamming the list since it looks on topic :) I'd like to see on the LiveCD the following: 1. latest dd_rescue 2. latest gparted 3. ntfs-3g 4. screen 5. mc How about you? -- Nux! www.nux.ro
2012 Jun 17
1
[HW/OT] Recommend vendor to recover data from LTO4 tapes
Posting here in the hope that some one may have encountered problems with recovery from backups on LTO4 media and found a solution. Back ups on FujiFilm LTO4 media (800/1600). Archives created using tar -cf /dev/nst0. ?The tapes were fine when the archives were created (tested by extracting random sample files from them) but something went wrong in storage (no physical damage). Now a few LTO4
2006 Apr 17
0
IE help for Rating system
Hello everyone, I''ve taken this rating system (http://komodomedia.com/blog/index.php/2005/08/24/creating-a-star-rater-using-css/) and paired it with Prototype (http://prototype.conio.net) so that it reports the ratings via Ajax. I have a working version here (ajax is disabled though): http://kold.homelinux.com/rating_new/rating.html Problem is, the green stars don''t
2016 Jul 30
1
[ORC JIT] Exposing IndirectStubsManager from CompileOnDemandLayer.h
Hi Sean, As for the part that couples them too tightly, would you recommend I just > keep my own specialized version of CompileOnDemandLayer.h that includes > this functionality, or do you have any ideas for a cleaner way to do this? My apologies - I wasn't very clear in my description of the issue. The only sense in which your original patch was tightly coupled was that it had
2004 Feb 22
2
Crashed filesystem - directory recovery
Hello folks, I had an ext3 filesystem mounted as the root of a Linux MOO server. Unfortunately, the filesystem was on one of the infamous DTLA-3070xx drives - and the drive decided to fail at the worst moment it possibly could, trashing the filesystem fairly well. The situation is as follows: I used dd_rescue to create an image of what is left of the filesystem, but I ended up with some 65MB
2003 Feb 12
2
Data loss
Hello everybody, it happened with my RH73 that the same partition (ext3 fs, of course) was mounted onto two different mount points ( "/" and "/mnt/removable" respectively) and a copy of files from one path to another (e.g. "cp /opt/myfile /mnt/removable/opt) reveiled to be an overwriting procedure. Now I have 0 byte size files on /mnt/removable (aka "/")
2003 Mar 06
2
disaster recovery
In a fit of irony, while preparing to burn a CDROM with some software I've been writing for about six months, I did a rm *>o instead of rm *.o on an ext3 filesystem. And I'm well aware that under normal circumstance you can't undelete, especially a ext3 filesystem. However, I need to at least *try* to recover this. I've built lde (linux disk editor) and if I can isolate a
2007 May 16
1
printing from dos works...not from smbclient
Hi We have a newly started server(Sun-Fire-T200) running samba. From one day to another samba printing just stopped working. We have found out following: When forwarding printing to another server through printers.conf it works. When printing from dos through the command: echo ^MHello^L > \\servername\printer it also works. When right clicking on the printer choosing "Print test
2006 Jun 15
2
Set global var in onComplete and keep persistant? Is this possible?
Hello everyone, I posted yesterday about setting a global variable. I''ve done everything I can think of to keep the global variable set outside of the onComplete. Is this impossible? Surely I''m not the only one who needs this. Thanks for any help, Kevin -- Kevin Old kevinold-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
2003 Feb 03
8
Ext3 strangeness data loss
Hi folks, I'm in really big trouble with ext3. At about every second reboot I have files changed on my ext3 filesystem! In most cases I realize that sshd didn't start, and after examination I found that /usr/sbin/sshd or /lib/libutil-x.y.so changed. But when I reboot, everything seems OK. I looked once into the binary, and find parts of syslog in it!!! Horror! And this is a ususal