Electric

Members
  • Posts

    48
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed

Electric's Achievements

Rookie

Rookie (2/14)

1

Reputation

  1. Your post lacks insight into the following points previously addressed in my post #16, above: 1) The files from a single share can be scattered across however many drives that are assigned to it. Reconstructing the share in the absence of a map for which file belongs to which share, requires a file consolidation effort of some kind. Your phrase "Easily be read" doesn't seem to reflect this effort. Maybe the directory structure on each drive makes it easy. I have never tried, and don't want to try. 2) You can't remove a drive with failures from a redundant array and expect to recover all the data to the last bit. In the most common case, you need information from all the other drives, and the parity drive, to reconstruct the partly-failed drive. Or you are into a very expensive clean room data recovery effort that can involve replacing drive electronics or read/write heads.
  2. Thanks. I think it is a very simple form of a Hamming code. This is the definitive work on those if you are interested: https://www.amazon.ca/Coding-Information-Richard-Hamming-1980-02-23/dp/B01N2XUF94/ref=sr_1_6?s=books&ie=UTF8&qid=1484567853&sr=1-6&keywords=richard+hamming
  3. I ran the diagnostics script and it seemed to have completed successfully. I must have done it with the original USB stick that I have since overwritten when I restored UnRAID 5. Because there are no files or directories on the unlicensed stick that fit what you are describing. Michaels-MacBook-Pro:UNRAID $ find . -name *.zip Michaels-MacBook-Pro:UNRAID $ find . -name log Michaels-MacBook-Pro:UNRAID $ find . -name logs Michaels-MacBook-Pro:UNRAID $ That is good news.
  4. Where would it be stored? I can't seem to find it. Michaels-MacBook-Pro:UNRAID $ find . -name *.zip Michaels-MacBook-Pro:UNRAID $
  5. What you seem to be saying is that I would have to reconstruct the share by consolidating files from up to seven disks. Even if that's possible, it sounds like a hassle and not anything I want to get into. That's only true if there are no errors on the disk. If the Hamming codes (or similar codes) are not present, the data cannot ever be recovered if the disk has a bad sector. And the odds of having a bad sector in a 24-bay box like I have, with drives that are not exactly brand new, are not ones I'd like to bet against. Again, the risk is not zero.
  6. Already tried it. Didn't seem to help. Thanks though. I am grateful for all suggestions.
  7. I am not sure I will be able to read that filesystem without a copy of UnRAID that has a working web UI. The data seem to be stored across several drives in a very proprietary way. Even if I can mount the drives on a regular Linux box (can I?), I'd lose the correction codes. So the risk is not zero. It was very exciting for me when I reinstalled UnRAID 5 onto that USB key to see if I could read the data again. The UnRAID box IS the backup for all the computers in the house. I am hoping that the combined probability of a desktop/laptop drive failing, and the UnRAID storage also failing at the same time, is incredible. If I couldn't get the UnRAID 5 box working again, I would have burned another weekend backing everything up onto some other backup system like FreeNAS that I don't have time to learn right now. To answer the question about the hardware, it is a 64-bit AMD CPU in a 24-bay SuperMicro case. It has 8 GB of non-ECC RAM. It has about seven drives in it right now, including a 256 GB SSD cache drive. It has been running UnRAID 5 more or less since that version came out. Has been rock-stable; I spend almost no time administering it. I think UnRAID is fantastic.
  8. Thanks Frank. Read it several times but it does not seem to help with the particular problem I am having. Are you aware of anything specific in that document that covers everything working except the web UI? Thanks for posting any section I might have missed. I can appreciate that many people have had a flawless upgrade experience. But I didn't ask for these problems; I can think of much better ways to spend my weekend.
  9. Thanks for the suggestions. I loaded unRAID 6 onto a new USB key. It booted and I could telnet into it. I could not access the web interface, however. I ran the diagnostics script and it completed successfully; if I can figure out how to upload it here I will. I tried ftp but could not start a session. It does not seem to be stored on the USB key itself. I have reloaded unRAID 5 onto my registered USB key. I am now doing a parity check which will take about a day, in an effort to make sure that everything is in order for the eventual migration to unRAID 6. I am going to buy the largest external drive I can find, and back up as much important data as I can, as the migration to unRAID 6 does not seem to be straightforward for me.
  10. I don't think so. My go file is 71 bytes, per upgrade instructions. I updated post #3 in this thread with my config files, in case anyone can see anything wrong with them. I very much appreciate your help, by the way.
  11. When I boot in safe mode, it appears to hang at rcsyslogd initialization. See attached screenshot. Configuration files are in the attached zip files. Archive.zip shares.zip
  12. I upgraded my 5.0.6 install to 6.2.4 (latest stable version). I did not go through any intermediate releases. I have a Pro license. The system boots and I can telnet into it. I cannot access the web administration interface. Have tried both Safari and Firefox on my Mac. Can anyone recommend next steps?
  13. It is whatever Unraid Server Pro 5.0.6 defaults to. The disk it is on is part of the array, if that is what you are asking. In any case, I ended up creating a 50 Gig file full of zeros using dd. Then I put an ext3 filesystem in the file. How would I export that file through NFS? I have tried mounting it in fstab, and exporting it via NFS in /etc/exports, but somehow fstab gets overwritten when I reboot.
  14. Should that command not make a file 50 gig in size?
  15. What am I doing wrong? File size is zero. Prior to this I stopped the array, unmounted everything, then created a mount point and mounted the drive under /mnt/disk2. root@tower:/mnt/disk2/cameraBasementStairs# fallocate -l 50G ./cameraBasementStairs.img root@tower:/mnt/disk2/cameraBasementStairs# ls -lh total 0 -rw-r--r-- 1 root root 0 2015-08-15 11:36 cameraBasementStairs.img root@tower:/mnt/disk2/cameraBasementStairs# stat cameraBasementStairs.img File: `cameraBasementStairs.img' Size: 0 Blocks: 0 IO Block: 4096 regular empty file Device: 861h/2145d Inode: 1530 Links: 1 Access: (0644/-rw-r--r--) Uid: ( 0/ root) Gid: ( 0/ root) Access: 2015-08-15 11:36:35.000000000 -0400 Modify: 2015-08-15 11:36:35.000000000 -0400 Change: 2015-08-15 11:36:35.000000000 -0400 root@tower:/mnt/disk2/cameraBasementStairs#