Page 1 of 2 12 LastLast
Results 1 to 10 of 17

Thread: Recent Data got deleted?!

  1. #1
    Join Date
    Jul 2008
    Beans
    76

    Recent Data got deleted?!

    I found out a couple of directories became missing a while ago, and now I'm missing some more, all of the folders that have disappeared I opened not to long ago... It's very strange... I ran testdisk and photorec and got a whole bunch of recovered data, but all of it is in this kind of format:

    Code:
    f710676496.asf  f720900112.asf  f735842320.asf  f747325272.asf  f757338132.mpg  f758937196.mpg  f759722956.mpg  f760327624.mpg
    f711200784.asf  f720900160.mpg  f735859296.mpg  f747331256.asf  f757600272.mpg  f758951612.mpg  f759737928.mpg  f760344816.mpg
    f712405065.mpg  f721424400.asf  f736366608.asf  f747376656.asf  f757862416.mpg  f758971632.mpg  f759766760.mpg  f760374592.mpg
    f713035792.asf  f721424448.mpg  f736380810.mpg  f747464520.asf  f758124576.mpg  f758986704.mpg  f759790976.mpg  f760394056.mpg
    f713179173.mpg  f721743900.mpg  f737153040.asf  f747560872.asf  f758324488.mpg  f759001852.mpg  f759800440.mpg  f760447840.mpg
    Most of the stuff was in .avi and DVD file format (VOB IFO etc). Is there any log I can check to see what happened to my files?! How is this possible in the first place?

  2. #2
    Join Date
    Aug 2008
    Location
    /home@uremum
    Beans
    31
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: Recent Data got deleted?!

    Quote Originally Posted by dvdhaar View Post
    I found out a couple of directories became missing a while ago, and now I'm missing some more, all of the folders that have disappeared I opened not to long ago... It's very strange... I ran testdisk and photorec and got a whole bunch of recovered data, but all of it is in this kind of format:

    Code:
    f710676496.asf  f720900112.asf  f735842320.asf  f747325272.asf  f757338132.mpg  f758937196.mpg  f759722956.mpg  f760327624.mpg
    f711200784.asf  f720900160.mpg  f735859296.mpg  f747331256.asf  f757600272.mpg  f758951612.mpg  f759737928.mpg  f760344816.mpg
    f712405065.mpg  f721424400.asf  f736366608.asf  f747376656.asf  f757862416.mpg  f758971632.mpg  f759766760.mpg  f760374592.mpg
    f713035792.asf  f721424448.mpg  f736380810.mpg  f747464520.asf  f758124576.mpg  f758986704.mpg  f759790976.mpg  f760394056.mpg
    f713179173.mpg  f721743900.mpg  f737153040.asf  f747560872.asf  f758324488.mpg  f759001852.mpg  f759800440.mpg  f760447840.mpg
    Most of the stuff was in .avi and DVD file format (VOB IFO etc). Is there any log I can check to see what happened to my files?! How is this possible in the first place?
    Are you using EXT4, as files are lost if interupted while being written to, mainly because the files arnt filled with 0s like EXT3

  3. #3
    Join Date
    Jul 2008
    Beans
    76

    Re: Recent Data got deleted?!

    Quote Originally Posted by tomszyszko View Post
    Are you using EXT4, as files are lost if interupted while being written to, mainly because the files arnt filled with 0s like EXT3
    Hmm I don't really know actually the files are on my server which is running 9.04 but afaik the attached disks are still ext3.. I use the files via Samba basicly. I'll check the filesystem.

    How would I go about checking the filesystem? I thought fdisk -l would show me. And I can't run gparted because I'm 'sshing' into the machine.
    Last edited by dvdhaar; June 15th, 2009 at 07:57 PM.

  4. #4
    Join Date
    Jun 2009
    Beans
    156

    Re: Recent Data got deleted?!

    sorry can't help you on the vanishing file thing, but for a list of partitions you can also try
    Code:
    sudo parted -l
    Warning! Ubuntu might cause smashed Windows. Are you sure you want to continue? [y/n] y

  5. #5
    Join Date
    Jul 2008
    Beans
    76

    Re: Recent Data got deleted?!

    Quote Originally Posted by Azrael3000 View Post
    sorry can't help you on the vanishing file thing, but for a list of partitions you can also try
    Code:
    sudo parted -l
    Ah thanks. I've got all ext3 partitions.

  6. #6
    Join Date
    Jul 2008
    Beans
    76

    Re: Recent Data got deleted?!

    Anyone has any idea what might have caused this? Or how I can get my data back in a right format?

  7. #7
    Join Date
    Feb 2007
    Location
    Nowhere important
    Beans
    1,198
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Recent Data got deleted?!

    You said you're running a server. Is it connected to the Internet? Who has access to it? Is it secure? Have you updated it?
    ➙ Synchronize all your files across Windows, Linux and Mac OS with Dropbox (2GB free storage!). By signing up via this link I'll get some extra space also, thanks!

    Multiseat on Ubuntu 10.04

  8. #8
    Join Date
    Jul 2008
    Beans
    76

    Re: Recent Data got deleted?!

    Quote Originally Posted by Martje_001 View Post
    You said you're running a server. Is it connected to the Internet? Who has access to it? Is it secure? Have you updated it?
    Yes it is, and now that you mention it, I recently ran:

    Code:
    sudo apt-get update
    sudo apt-get upgrade
    I'm the only one that has access to it, it has some open ports for bittorent and port 22 for ssh. I haven't done anything concerning extra security, I've got a pretty heavy password but thats about it.

  9. #9
    Join Date
    Feb 2007
    Location
    Nowhere important
    Beans
    1,198
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Recent Data got deleted?!

    Check if you didn't accidentally ran a command lately which erased the files:
    Code:
    cat .bash_history
    ➙ Synchronize all your files across Windows, Linux and Mac OS with Dropbox (2GB free storage!). By signing up via this link I'll get some extra space also, thanks!

    Multiseat on Ubuntu 10.04

  10. #10
    Join Date
    Jul 2008
    Beans
    76

    Re: Recent Data got deleted?!

    Quote Originally Posted by Martje_001 View Post
    Check if you didn't accidentally ran a command lately which erased the files:
    Code:
    cat .bash_history
    Not that I can see, how far does it go back? I can only see very recent commands from today and yesterday pretty much. The strange thing is that the files missing are within a folder which has like 400+ directories, some of them disappeared. And the ones that disappeared are directories which I opened quite recently.

Page 1 of 2 12 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •