Results 1 to 10 of 10

Thread: FreeNas Died :( Need Help Recovering Data

  1. #1
    Super Moderator Jonj1611's Avatar
    Join Date
    Jun 2008
    Posts
    5,723
    Thanks
    1,763
    Thanked
    997 times in 764 posts

    FreeNas Died :( Need Help Recovering Data

    Hi,

    My Freenas 7 box has been working fine for the last 6 months, when yesterday we had a power cut, now it just keeps restarting giving this error :-

    Fault Trap 12 : page fault while in kernel mode

    I have no idea how to fix it as I'm not really a linux person. And I was thinking of moving to Ubuntu server so this might be a good time.

    Anyway, I can't access the box in anyway apart from getting to a select file system prompt thing where that any option I try just results in it booting.

    The system has 2 drives, one the system drive and the other a UFS formatted data drive.

    Its the data drive I need more than anything, is there anyway of mounting that in Windows and transferring the data over or anyway I can access the data on that drive bearing in mind I cannot access Freenas at all.

    Further to that anytime I try logging into either drive it just says something about a bad dismount

    Hope someone can help as I have been going around in circles for the last 12 hours

    Regards
    Jon
    Jon

  2. #2
    mush-mushroom b0redom's Avatar
    Join Date
    Oct 2005
    Location
    Middlesex
    Posts
    3,494
    Thanks
    195
    Thanked
    383 times in 292 posts
    • b0redom's system
      • Motherboard:
      • Some iMac thingy
      • CPU:
      • 3.4Ghz Quad Core i7
      • Memory:
      • 24GB
      • Storage:
      • 3TB Fusion Drive
      • Graphics card(s):
      • nViidia GTX 680MX
      • PSU:
      • Some iMac thingy
      • Case:
      • Late 2012 pointlessly thin iMac enclosure
      • Operating System:
      • OSX 10.8 / Win 7 Pro
      • Monitor(s):
      • Dell 2713H
      • Internet:
      • Be+

    Re: FreeNas Died :( Need Help Recovering Data


  3. #3
    Super Moderator Jonj1611's Avatar
    Join Date
    Jun 2008
    Posts
    5,723
    Thanks
    1,763
    Thanked
    997 times in 764 posts

    Re: FreeNas Died :( Need Help Recovering Data

    Hi,

    Yeah, I saw a couple of posts like that, but also a lot more saying its not the ram, I have tried the memory with a different stick, but I do have another spare around somewhere so will try again
    Jon

  4. #4
    Super Moderator Jonj1611's Avatar
    Join Date
    Jun 2008
    Posts
    5,723
    Thanks
    1,763
    Thanked
    997 times in 764 posts

    Re: FreeNas Died :( Need Help Recovering Data

    Well it wasn't the memory
    Jon

  5. #5
    Splash
    Guest

    Re: FreeNas Died :( Need Help Recovering Data

    Methinks you'll struggle to pull any data from a UFS volume from within Windows - could you boot a livecd and do something like

    sudo mount -r -t ufs -o ufstype=ufs2 /dev/sdf1 /media/freenasdrive/

    ?

    You'd still need somewhere to copy the data to, but I think that's your best bet.

  6. #6
    Super Moderator Jonj1611's Avatar
    Join Date
    Jun 2008
    Posts
    5,723
    Thanks
    1,763
    Thanked
    997 times in 764 posts

    Re: FreeNas Died :( Need Help Recovering Data

    I couldnt get it to boot into safe mode or the loader options. What I have done for the moment is disconnected the UFS data drive and in the middle of installing Ubuntu server, when thats all configured will reconnect the data drive and hopefully be able to mount it, Ubuntu is set up with Samba, so hopefully I will be able to access the drive, copy the data I need, the reformat the drive with the native Ubuntu filesystem, then copy the data back.

    Going on a wing and a prayer here I can tell you lol
    Jon

  7. #7
    Super Moderator Jonj1611's Avatar
    Join Date
    Jun 2008
    Posts
    5,723
    Thanks
    1,763
    Thanked
    997 times in 764 posts

    Re: FreeNas Died :( Need Help Recovering Data

    Well that didnt go too well, tried Ubuntu and it worked but it seems to want to mount the storage drive when it feels like it. Half the pc's dont even see the share, the other half do.

    All very strange so going back to Freenas 7, however the storage drive is formatted ext4. Does freenas 7 support/mount/read/write it?
    Jon

  8. #8
    mush-mushroom b0redom's Avatar
    Join Date
    Oct 2005
    Location
    Middlesex
    Posts
    3,494
    Thanks
    195
    Thanked
    383 times in 292 posts
    • b0redom's system
      • Motherboard:
      • Some iMac thingy
      • CPU:
      • 3.4Ghz Quad Core i7
      • Memory:
      • 24GB
      • Storage:
      • 3TB Fusion Drive
      • Graphics card(s):
      • nViidia GTX 680MX
      • PSU:
      • Some iMac thingy
      • Case:
      • Late 2012 pointlessly thin iMac enclosure
      • Operating System:
      • OSX 10.8 / Win 7 Pro
      • Monitor(s):
      • Dell 2713H
      • Internet:
      • Be+

    Re: FreeNas Died :( Need Help Recovering Data

    No it won't work with ext4. You'll need to put some more disks in there and copy the data across.

  9. #9
    Super Moderator Jonj1611's Avatar
    Join Date
    Jun 2008
    Posts
    5,723
    Thanks
    1,763
    Thanked
    997 times in 764 posts

    Re: FreeNas Died :( Need Help Recovering Data

    I am backing up the system now.

    I did get a reply on the Freenas forum from the admin that said Freenas 7 does support ext3 and ext 4 but in ext2 format, what the hell that meant I dont know.
    Jon

  10. #10
    The late but legendary peterb - Onward and Upward peterb's Avatar
    Join Date
    Aug 2005
    Location
    Looking down & checking on swearing
    Posts
    19,378
    Thanks
    2,892
    Thanked
    3,403 times in 2,693 posts

    Re: FreeNas Died :( Need Help Recovering Data

    ext 2, 3, and 4 are all related. Ext3 is ext2 with journaling enabled, which makes it more resilient in the event of (say) power failure.

    ext4 is the newest version and is implemented by many distros, so I am surprised you had problems with ubuntu. You may have to mount the ext4 volumes manually (using the mount command - something like

    Code:
    mount -t ext4 your_volume your_mountpoint
    man mount will give you more details

    For more details about ext4 try this

    http://docs.redhat.com/docs/en-US/Re...esys-ext4.html
    (\__/)
    (='.'=)
    (")_(")

    Been helped or just 'Like' a post? Use the Thanks button!
    My broadband speed - 750 Meganibbles/minute

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. FREE for 3 days only - EASEUS Data Recovery Wizard
    By Mithrandir in forum Retail Therapy and Bargains
    Replies: 8
    Last Post: 18-03-2010, 10:13 PM
  2. Mr Brown Saving us 'Again'?
    By TheAnimus in forum Question Time
    Replies: 21
    Last Post: 29-05-2008, 03:28 PM
  3. Business Server - Data Backup Methods
    By cptwhite_uk in forum Networking and Broadband
    Replies: 12
    Last Post: 27-02-2008, 12:25 AM
  4. Recovering a damaged data DVD-R
    By Funkstar in forum PC Hardware and Components
    Replies: 10
    Last Post: 26-02-2008, 03:55 PM
  5. Replies: 4
    Last Post: 11-06-2004, 07:39 PM

Posting Permissions

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