Ezra Pound
Well-Known Member
You need to make fix-disk executable, enter :-
chmod 700 fix-disk
then re-try
./fix-disk
chmod 700 fix-disk
then re-try
./fix-disk
Wouldn't it be easier just to download and install CF2.12/1.02.29 (it upgrades the standard firmware as well as the CF) and then use instructions for fix-disk for CF2.12 as posted
Yes, connect ethernet cables from your Humax and computer to ports on your router and then Telnet as before using the IP address of your Humax - I'm guessing that is what 192.186.1.74 is
I'm guessing that neither the USB or HDD versions of fix-disk will work on your Hard Disk Drive in it's present state, You can either see if af123/xyz321 can suggest something that can be done with Fix-disk or alternately FTP your recordings off the Humax and allow a Humax re-format
humax# cat /tmp/.chk_devs
humax# cat /tmp/.chk_devs
sda
humax# fdisk -l /dev/sda
humax# df -h
humax# fsck -y /dev/sda2
humax# fsck --help
BusyBox v1.12.4 (2012-05-27 00:19:41 KST) multi-call binary
Usage: fsck [-ANPRTV] [-C fd] [-t fstype] [fs-options] [filesys...]
Check and repair filesystems
Options:
-A Walk /etc/fstab and check all filesystems
-N Don't execute, just show what would be done
-P With -A, check filesystems in parallel
-R With -A, skip the root filesystem
-T Don't show title on startup
-V Verbose
-C n Write status information to specified filedescriptor
-t type List of filesystem types to check
sed -e '86,91s/^/#/' /bin/fix-disk > /tmp/fix-disk
chmod 755 /tmp/fix-disk
/tmp/fix-disk