JonathanM

Moderators
  • Posts

    16148
  • Joined

  • Last visited

  • Days Won

    65

Posts posted by JonathanM

  1. At the moment the house is a rental,

    Personally, I'd just bite the bullet and hire an electrician to pull some Cat-6

    I agree with the sentiment, but as a landlord, I'd be pissed if someone took it upon themselves to modify the infrastructure of my house without permission, and I doubt the OP wants to spend the type of money required on property that isn't his to do the job to the landlord's standards.
  2. Flash card reader??

     

    Are we saying we can use a flash card instead of a USB stick?

    The critical thing for anything other than unraid basic is the license file, which is tied to the GUID of the flash device. VERY few readers have unique GUID's, and without that, Tom will not issue a license for it. So far, I think the only readers that work for licensing are Kingston Mobilite G2 and G3, but there are issues, and only specific models seem to work, and only with some motherboards.

    http://lime-technology.com/forum/index.php?topic=27163.0

     

    That said, the card is pretty unimportant, big and fast is good, and since you can replace them whenever you wish, longevity isn't as big an issue.

  3. I took a different path, how many directories and files put on my NAS

     

    Directories: find /mnt/user0 -type d | wc -l

    Files: find /mnt/user0 -type f | wc -l

     

    989,576 files in 60,700 directories

    Sound about right ;D

     

    root@AVFILES:~# find /mnt/user -type d | wc -l
    75780
    root@AVFILES:~# find /mnt/user -type f | wc -l
    1201077
    

     

    Needless to say, cachedirs is pretty useless.  :D

  4. Physically moving the drives from port to port will not remove them from the array. As long as unraid can find the drive somewhere in the system, it will stay assigned the the same array slot and nothing will change with your data.

     

    You will want to properly shut down the array before you change connections. Hot plugging is not advisable, as too many things could go wrong.

     

    If I were you, I'd physically mount all the drives where you want them in the case, and connect everything exactly the way you want it. Before you start changing logical array assignments, I'd run at least 1 preclear cycle on all the newly acquired drives, mainly as a testing routine to ensure you don't have any questionable drives in the mix. Unraid requires all remaining drives to be read perfectly to reconstruct any single drive failure, so you don't want any borderline or questionable drives in the array.

  5. +1  Dynamix (by default) continually updates page status...which is usually the behavior people want. That can be turned off in settings.

    Problem is that it spams the syslog. Dynamix is working at odds with the design of the stock gui to achieve something that should be handled differently. Normally it doesn't cause too much of an issue, except when you run out of space for the syslog, which causes troubleshooting nightmares. It would be nice if the default was NOT to continually update, with a warning notice about the syslog messages if you enable the auto refresh option.
  6. ps. Out of curiosity, how did you know that Dynamix was causing the problem with the shutdown? I will definitely get rid of dynamix, because other than being eye-candy it doesnt serve much purpose for me.

    I don't know that it was causing the shutdown issue, but it definitely was causing the web gui reload syslog spam. Any program that keeps a file open on the array will cause a shutdown issue. Theoretically plugins should monitor requests to stop the array and nicely terminate so the array can shut down, but that doesn't always work well when the array is healthy, so who knows how they will react when the array is having issues.

     

    I wouldn't necessarily throw dynamix under the bus, but you need to read the entire dynamix thread to understand the progression of things. I'm pretty sure the constant reload issue was discussed in the main thread, there is a setting to revert to manual refresh like the stock gui.

  7. This seems so basic, but I can't find any functionality to do this.
    Sleep is not included in the limetech unraid release. All sleep functions are third party add on features. The reason given for this is the huge variety of hardware that it is possible to use stock unraid with doesn't all support sleep the same way, so waking from a sleep state is hit or miss depending on which of hundreds of possible motherboards is in use.
  8. What drive manufacturers pre-configure an HPA these days?  Probably zero.
    There was some mention on this forum of an external drive liberated from its case to be used internally having HPA. I can't remember which manufacturer.
  9. Thank you.  Google wasn't helping because I felt like I didn't even know what I was searching for.  Even just telling me "new permissions script" was enough to get me there, so I've got that running now and hopefully my shares should be working again when it finishes.

    Which is precisely why I worded it that way. If I had just said, "you need to run the new permissions script" I can almost guarantee the next post would have been asking how to do it.
  10. Using the information provided by trurl for the other thread, I've got my disks back up and running.  Now I've got a new issue: I can't access 2nd level folders on any of my shares. 

    Since you are updating from 4.7 to 5.x, you have to run the new permissions script to assign the correct permissions to all the files. Google is your friend.
  11. Unraid doesn't care what the serial number of the disk is to read the data. You can set a new config and assign all drives as data drives, and unraid will mount and share the ones with valid reiserfs file systems. If you have a single bad data drive and want to recover its contents using the parity drive, that is a little more complicated, but still doable.

     

    Can you please describe your system? Motherboard, HBA's, and list of all the drives with sizes and current condition would help.