erol.name
  • Linux
  • Windows
  • Retro gaming
  • C64
  • Mobile
  • Raspberry Pi

erol.name

Tag: raid5

Posted on 09. 06. 201018. 04. 2017

Stop HDD drives waking up in mythbuntu

I wanted to have my RAID5 array to go to standby after 10 minutes of inactivity. I achieved this with:

/sbin/hdparm -S120 /dev/sd[a-i]

But my drives were waking up from their standby because I had mythtv-backend configured with UPNP support. Continue reading “Stop HDD drives waking up in mythbuntu”

Posted on 29. 11. 200918. 04. 2017

Grow 3TB RAID5 to 6TB with XFS in Linux

First you need to add to your RAID device /dev/md0 new hdd partition (/dev/sde1, /dev/sdf1/dev/sdg1) in this case /dev/sdg1:

mdadm --add /dev/md0 /dev/sdg1

Then you need to grow your RAID device to the new number of disks X(4,5,6):

mdadm --grow /dev/md0 --raid-devices=4

Continue reading “Grow 3TB RAID5 to 6TB with XFS in Linux”

Recent Posts

  • dietpi fstab network
  • How to fix autounpack in rutorrent
  • Midnight commander mc not showing in default colors in GNU screen
  • OGA – Odroid Go Advance replace glass screen lens
  • Add IP to CirrOS manually if DHCP fails

Recent Comments

  • simone on Manually add files and folders to ownCloud
  • erol on How to additionally clean-up Kodi MySQL database from unwanted entries
  • John on How to additionally clean-up Kodi MySQL database from unwanted entries
  • jackd on Switch axis in pifba retropie emulator configuration
  • polv on Select and hide unmounted drive icons from Xfce desktop

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org
© 2007-2017 by Erol Tahirović