pomwombat
New Member
@prpr If those were the two options, then your logic is sound.
There is also the option that the disk isn't toast, but it acts toasty within the Humax, and the Humax doesn't have the tools to un-toast it. If it could be recovered outside the box, *and* the Humax could happily host a new disk, then @Ezra would be right. There are, of course, plenty of dubious conditions to make that true.
I've largely decided that there isn't anything that isn't going to be able to get this disk to recover within the Humax, and very likely isn't anything that would get it working outside either.
So, I bit the bullet, and asked the Humax to format the disk. It sat with a spinning "processing..." popup (which I left for 3 hours) but nothing appeared to happen. The box hadn't crashed (I could telnet in) but was unresponsive to the remote. Typing reboot certainly worked...
On going back into maintenance mode nothing had changed. /dev/sda1 still behaved like it was slightly there, but mostly not. The other devices acted like they were still missing.
Nothing lost, nothing gained.
I assume that 3 hours should be long enough to format a 1TB disk?
This time, I did try the "tune2fs" command, which gave a little output for sda1 (I guess the superblock is in the first few disk blocks):
There is also the option that the disk isn't toast, but it acts toasty within the Humax, and the Humax doesn't have the tools to un-toast it. If it could be recovered outside the box, *and* the Humax could happily host a new disk, then @Ezra would be right. There are, of course, plenty of dubious conditions to make that true.
I've largely decided that there isn't anything that isn't going to be able to get this disk to recover within the Humax, and very likely isn't anything that would get it working outside either.
So, I bit the bullet, and asked the Humax to format the disk. It sat with a spinning "processing..." popup (which I left for 3 hours) but nothing appeared to happen. The box hadn't crashed (I could telnet in) but was unresponsive to the remote. Typing reboot certainly worked...
On going back into maintenance mode nothing had changed. /dev/sda1 still behaved like it was slightly there, but mostly not. The other devices acted like they were still missing.
Nothing lost, nothing gained.
I assume that 3 hours should be long enough to format a 1TB disk?
This time, I did try the "tune2fs" command, which gave a little output for sda1 (I guess the superblock is in the first few disk blocks):
Code:
humax# tune2fs -l /dev/sda1
tune2fs 1.41.14 (22-Dec-2010)
Filesystem volume name: <none>
Last mounted on: <not available>
Filesystem UUID: 8145e83b-c55b-43de-8cfb-5b8d738b2d68
Filesystem magic number: 0xEF53
Filesystem revision #: 1 (dynamic)
Filesystem features: has_journal ext_attr resize_inode dir_index filetype needs_recovery sparse_super large_file
Filesystem flags: signed_directory_hash
Default mount options: (none)
Filesystem state: clean
Errors behavior: Continue
Filesystem OS type: Linux
Inode count: 65808
Block count: 263064
Reserved block count: 13153
Free blocks: 249610
Free inodes: 65795
First block: 0
Block size: 4096
Fragment size: 4096
Reserved GDT blocks: 64
Blocks per group: 32768
Fragments per group: 32768
Inodes per group: 7312
Inode blocks per group: 457
Filesystem created: Sat Jan 1 00:00:16 2000
Last mount time: Sat Jan 1 00:00:18 2000
Last write time: Sat Jan 1 00:00:18 2000
Mount count: 439
Maximum mount count: 33
Last checked: Sat Jan 1 00:00:16 2000
Check interval: 15552000 (6 months)
Next check after: Thu Jun 29 01:00:16 2000
Reserved blocks uid: 0 (user root)
Reserved blocks gid: 0 (group root)
First inode: 11
Inode size: 256
Journal inode: 8
Default directory hash: tea
Directory Hash Seed: 99dea4e5-547b-4367-9e68-a5bdfd08779a
Journal backup: inode blocks
humax#