• The forum software that supports hummy.tv has been upgraded to XenForo 2.3!

    Please bear with us as we continue to tweak things, and feel free to post any questions, issues or suggestions in the upgrade thread.

HDD Reformat - is it the whole disk ?

You don't format disks, you format partitions (on the Humax at least)
Point taken. I assume that if you fit a new hd of 1tb then the Humax can partition and format as necessary (I know that over 1 tb is a different story).
So I suppose my question is "How can I put the current 1tb drive into an 'unused' state ?" ie, totally blank it and let the box do the necessary.
 
I assume that if you fit a new hd of 1tb then the Humax can partition and format as necessary (I know that over 1 tb is a different story).
Yes. Current firmware can handle up to 2TB.
So I suppose my question is "How can I put the current 1tb drive into an 'unused' state ?" ie, totally blank it and let the box do the necessary.
Something like:
Code:
humax# dd if=/dev/zero of=/dev/sda
You need to do this from maintenance mode of course, with no filesystems mounted (umount /dev/sda1 etc.).
 
Back
Top