Black Hole
May contain traces of nut
Been looking, don't know where to find it. Edit: Was looking in /mod/... not /binor the code
Last edited:
Been looking, don't know where to find it. Edit: Was looking in /mod/... not /binor the code
Having read up on this again, I don't think it will work, as it will only mount the disk (unpartitioned) or mount the partitions you specify. Neither is what you want to be able to run e2fsck on P2. I think a real Linux boot is much the better option anyway.Make sure you mount the drive, not the partition, as you want the partitions unmounted to be able to check/repair.
/bin/fix-diskBeen looking, don't know where to find it.
So, are the steps thus:If you want a custom swap file size for this, you need to create it yourself, and rune2fsck /dev/sda2
manually having done so.
e2fsck /dev/sda2
abduco -A fix e2fsck -yv /dev/sda2
cat /proc/swaps
or free -m
are useful to see the state of the swap.You need to make sure /dev/sda3 is mounted on to /mnt/hd3 and /dev/sda2 is not mounted to /mnt/hd2, but yes that's about it. You might want -yv options on e2fsck too, and may want to run it under abduco to prevent termination if you get disconnected e.g.abduco -A fix e2fsck -yv /dev/sda2
cat /proc/swaps
orfree -m
are useful to see the state of the swap.
# df -a
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/root 22144 22144 0 100% /
proc 0 0 0 0% /proc
sysfs 0 0 0 0% /sys
usbfs 0 0 0 0% /proc/bus/usb
devpts 0 0 0 0% /dev/pts
tmpfs 62508 52 62456 0% /tmp
tmpfs 62508 0 62508 0% /media
/dev/mtdblock1 2048 604 1444 29% /var/lib/humaxtv
/dev/mtdblock2 2048 548 1500 27% /var/lib/humaxtv_backup
/dev/sda1 1035684 54280 928792 6% /mnt/hd1
#
mount
command, or just sudo mount /dev/sda3 /mnt/hd3
?e2fsck
aborted; looks pretty much the same.# free -m
total used free shared buffers
Mem: 125016 11392 113624 0 928
-/+ buffers: 10464 114552
Swap: 2097140 824 2096316
# abduco -A fix e2fsck -yv /dev/sda2
e2fsck 1.42.13 (17-May-2015)
ext2fs_check_desc: Corrupt group descriptor: bad block for block bitmap
/usr/lib/ext2/bin/e2fsck: Group descriptors look bad... trying backup blocks...
hmx_int_stor was not cleanly unmounted, check forced.
Resize inode not valid. Recreate? yes
Pass 1: Checking inodes, blocks, and sizes
Inode 1240688 has illegal block(s). Clear? yes
Illegal block #2 (4026749441) in inode 1240688. CLEARED.
Illegal block #4 (4027142657) in inode 1240688. CLEARED.
Illegal block #5 (2383021157) in inode 1240688. CLEARED.
Illegal block #6 (1852243972) in inode 1240688. CLEARED.
Illegal block #7 (4209242121) in inode 1240688. CLEARED.
Illegal block #9 (1728270849) in inode 1240688. CLEARED.
Illegal block #10 (2550594278) in inode 1240688. CLEARED.
Illegal block #11 (4027209992) in inode 1240688. CLEARED.
Illegal indirect block (1701734160) in inode 1240688. CLEARED.
Illegal double indirect block (1241712079) in inode 1240688. CLEARED.
Illegal block #62915596 (3719620111) in inode 1240688. CLEARED.
Error storing directory block information (inode=1240688, block=0, num=40903952): Memory allocation failed
hmx_int_stor: ***** FILE SYSTEM WAS MODIFIED *****
e2fsck: aborted
hmx_int_stor: ***** FILE SYSTEM WAS MODIFIED *****
fix: session terminated with exit status 9
Backup and reformat (Not sure about the next step.
mkfs.ext3 -m 0 -O sparse_super -T largefile /dev/sda2
).Depends if it will mount at all. What happens if you tryThinking of removing the disk and attaching it to a PC (or maybe the other Hummy) to see if the recordings are still visible
mount /dev/sda2 /mnt/hd2
? If it does then you may be able to get stuff off it. The filesystem seems quite ill though.What should I back up if the recordings are gone?Backup and reformat.
Depends if it will mount at all. What happens if you trymount /dev/sda2 /mnt/hd2
? If it does then you may be able to get stuff off it. The filesystem seems quite ill though.
# mount /dev/sda2 /mnt/hd2
mount: mounting /dev/sda2 on /mnt/hd2 failed: Invalid argument
Nothing. Aside from running e2fsck on System Rescue CD as previously mentioned, I'm out of ideas. I think you may have had it.What should I back up if the recordings are gone?
That's the Linux boot, yes? Is there an obvious pointer?Nothing. Aside from running e2fsck on System Rescue CD as previously mentioned, I'm out of ideas. I think you may have had it.
Yup, my thinking exactly. And I can do the recovery, if possible, in my own time.Might be time to bite the bullet and get a Seagate .
It should look similar to this when you try booting from the correct media.With the prelims all but over, I managed to get access to the desktop computer. I got it to boot from the System Rescue USB into Linux (findroot). It seems to report some issues, notably "Failed to find /sbin/init on any block device, cannot continue". It seems to see the Humax drive attached via a mains-powered USB dongle. I checked the path and it looked reasonable, but it cannot find the e2fsck command (it cannot even find shutdown).
Am I in the wrong boot option?