Jump to content

JorgeB

Moderators
  • Posts

    67,696
  • Joined

  • Last visited

  • Days Won

    707

Everything posted by JorgeB

  1. Would love an option for the server to perform a clean shutdown if a disk reaches critical temp. Yesterday a fan from a 5in3 cage went bad and thanks to notifications system I got an email and was able to remotely shutdown my server, but then I thought, what if I was somewhere without internet? Or if the fan broke during the night? I would wake up to 5 cooked disks :'( Thanks in advance.
  2. I used rsync -av --progress --remove-source-files /mnt/diskX/ /mnt/diskY/ to convert my disks to XFS and one of them red balled during rsync, in my case it corrupted one file.
  3. I just added a cache drive (Samsung SSD 840 EVO 120GB) to my N40L server and while the reads speeds are what I expected, maxing out my gigabit lan, write speed to the cache drive is only about 50MB/s. I can write to the array at close to 40Mb/s, so was expecting more. Write cache in ON in the bios, tried the tweak below from another post and it's the same, anything more I can try? echo 50 > /sys/devices/system/cpu/cpufreq/ondemand/up_threshold & logger Go Script - ondemand up_threshold set to 50 echo 50 > /sys/devices/system/cpu/cpufreq/ondemand/sampling_down_factor & logger Go Script - ondemand sampling_down_factor set to 50 Thanks
×
×
  • Create New...