Difference between revisions of "Maintenance Mode"
Ezra pound (talk | contribs) |
|||
Line 19: | Line 19: | ||
===Via Telnet=== | ===Via Telnet=== | ||
− | < | + | The Humax has a Telnet Welcome screen Menu (Which can be disabled), Select the first Item in this Menu e.g. 1 - Restart into maintenance Mode, The Humax will close the current Telnet session and reboot and display 'Maintenance Mode' after a short delay, the following Menu will then be displayed :- |
+ | <pre> | ||
+ | /-----------------------------------------\ | ||
+ | | M A I N T E N A N C E M O D E M E N U | | ||
+ | \-----------------------------------------/ | ||
− | + | [Humax HDR-Fox T2 (humax) 1.02.29/2.14] | |
+ | |||
+ | 1 - Check and repair hard disk (fix-disk) | ||
+ | 2 - Clear persistent EPG data. | ||
+ | x - Leave maintenance mode (Humax will restart). | ||
+ | diag - Run a diagnostic. | ||
+ | cli - Exit to system Command line (Advanced users). | ||
+ | </pre> | ||
− | |||
Line 36: | Line 46: | ||
*<span style="background:#FFFF00"> fdisk -lu</span><span style="color:#FFFFFF"> HIDE </span> Will display Disks and their Partitions | *<span style="background:#FFFF00"> fdisk -lu</span><span style="color:#FFFFFF"> HIDE </span> Will display Disks and their Partitions | ||
*<span style="background:#FFFF00"> df -h</span><span style="color:#FFFFFF"> HIDE </span> Will display Mounted Disks | *<span style="background:#FFFF00"> df -h</span><span style="color:#FFFFFF"> HIDE </span> Will display Mounted Disks | ||
+ | |||
===Exit Maintenance Mode === | ===Exit Maintenance Mode === |
Revision as of 13:51, 22 November 2012
Note: If you are planning to use maintenance mode, it is recommended that you first upgrade to Customised Firmware version 2.14 or above.
Background
Version 1.15 of the Custom Firmware added a new feature called Maintenance Mode, This mode has been created to enable the Humax to carry out special functions that can’t be run in normal mode, When this mode is running there will be no TV Tuner, TV Recording or Custom Firmware Graphical User Interface (GUI), on Custom Firmware Version 2.13 and later, Maintenance Mode is indicated on the Humax display as follows :- 'MAINTENANCE' on HDR and 'UtiL' on HD)
Access to this mode is via Telnet - Command line only.
When the Custom Firmware boots up it will look for a special file, If it finds this file, the Firmware will boot into Maintenance Mode and then delete the file, If the file is not found the Firmware will boot into the normal Custom Firmware
Enter Maintenance Mode
Via Web-If
From Web-If >> Diagnostics >> diagmode >> Run Diagnostic then place the Humax in standby, wait 20 seconds, power back on. The Humax display will show MAINTENANCE MODE (HDR) or UtiL (HD)
Via Telnet
The Humax has a Telnet Welcome screen Menu (Which can be disabled), Select the first Item in this Menu e.g. 1 - Restart into maintenance Mode, The Humax will close the current Telnet session and reboot and display 'Maintenance Mode' after a short delay, the following Menu will then be displayed :-
/-----------------------------------------\ | M A I N T E N A N C E M O D E M E N U | \-----------------------------------------/ [Humax HDR-Fox T2 (humax) 1.02.29/2.14] 1 - Check and repair hard disk (fix-disk) 2 - Clear persistent EPG data. x - Leave maintenance mode (Humax will restart). diag - Run a diagnostic. cli - Exit to system Command line (Advanced users).
Maintenance Mode Notes
While in Maintenance Mode Only Telnet is functional, The following Notes are Valid for the HDR-Fox T2:-
- Disk are shown as /dev/sda, /dev/sdb, etc
- An external HDD found on boot will be /dev/sda and the internal HDD will be /dev/sdb
- An External HDD connected after boot will be /dev/sdb and the internal HDD will be /dev/sda
- Partitions on those disks are /dev/sda1, /dev/sda2 etc
- fdisk -lu HIDE Will display Disks and their Partitions
- df -h HIDE Will display Mounted Disks
Exit Maintenance Mode
To exit Maintenance Mode, simply Telnet the following :-
reboot
What is Maintenance Mode for ?
At present, it is used for checking the HDR internal disk file system and formatting USB hard disks up to 2TB (The standard Humax format only works up to 1TB)
Run a file system check on the Internal Hard Disk Drive
See notes on the fix-disk utility
Format a WD Elements 2TB USB external Hard Disk
These are some extracted notes for drive = /dev/sda1 :-
- Ensure you are formatting the correct drive e.g. /dev/sda1 or /dev/sda2
- unmount drive (if Mounted already mounted) with e.g. umount /dev/sda1
- Partition the disk with using fdisk -u /dev/sda1 then p to display current
- d to delect current
- n to create primary partition
- p to select primary partition
- Partition no = 1 First Sector = 2048 last sector = default
- p to display new selection e.g. Disk /dev/sda: 2000.3 GB, 2000396746752 bytes
- w to write new partition and exit fdisk
- Format new partition with mkfs.ext3 /dev/sda1
- format will will take about 20 minutes for a 2TB disk