Installing firmware and getting root access

Hello everyone! As I mentioned in a previous post my NS2 stop appearing on network. I removed the hdd, formatted it, rebuild the partition table and installed what was needed. I can now get the NS2 to appear on the network and can see the first page of the initial setup but I have that problem of "the filesystem on /dev/sda2 is not accepted by the NAS"
I'm now having troubles getting root access (needed to fix that problem). Since I formatted the disk I guess the only options to get root access are:
- Through creating a custom capsule
- Enabling ssh with disassembling (Network space 2)
Since I dont have almost any Linux/programming knowledge I would prefer the disassembling option, because Im not finding it intuitive to create a custom capsule. It would be great if there were already made capsules that I could just download and update the ns2, but I was not able to find them. (My version is 1.2.93)
So I wanted to use the disassembling method. Despite not quite understanding if everything that needs to be done is clearly stated in the guide, I started doing it but when I try to mount the partition sda8 I get the following error:
And I'm stuck. I don't know if it helps but I got the syslog:
Also, in the guide its said that with older distros this problem doesnt occur, I wouldnt mind using an older distro and redo the whole thing just to avoid this problem, if someone knows which distro should I use not to have this problem it would also be really helpful
I'm really sorry to bother with this, thanks in advance ;)
I'm now having troubles getting root access (needed to fix that problem). Since I formatted the disk I guess the only options to get root access are:
- Through creating a custom capsule
- Enabling ssh with disassembling (Network space 2)
Since I dont have almost any Linux/programming knowledge I would prefer the disassembling option, because Im not finding it intuitive to create a custom capsule. It would be great if there were already made capsules that I could just download and update the ns2, but I was not able to find them. (My version is 1.2.93)
So I wanted to use the disassembling method. Despite not quite understanding if everything that needs to be done is clearly stated in the guide, I started doing it but when I try to mount the partition sda8 I get the following error:
- Code: Select all
root@ubuntu:/home/ubuntu# mount -t ext3 /dev/sda8 /media/ns2 -o rw,data=orderedmount: wrong fs type, bad option, bad superblock on /dev/sda8,
missing codepage or helper program, or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
And I'm stuck. I don't know if it helps but I got the syslog:
- Code: Select all
root@ubuntu:/home/ubuntu# dmesg | tail
[ 2610.289327] atkbd serio0: Unknown key released (translated set 2, code 0x81 on isa0060/serio0).
[ 2610.289335] atkbd serio0: Use 'setkeycodes e001 <keycode>' to make it known.
[ 2625.783602] EXT4-fs (sda8): mounting ext3 file system using the ext4 subsystem
[ 2625.783764] EXT4-fs (sda8): bad geometry: block count 212832 exceeds size of device (212605 blocks)
[ 2701.273378] EXT4-fs (sda8): mounting ext3 file system using the ext4 subsystem
[ 2701.273543] EXT4-fs (sda8): bad geometry: block count 212832 exceeds size of device (212605 blocks)
[ 3171.219163] atkbd serio0: Unknown key released (translated set 2, code 0x81 on isa0060/serio0).
[ 3171.219171] atkbd serio0: Use 'setkeycodes e001 <keycode>' to make it known.
[ 3175.760436] atkbd serio0: Unknown key pressed (translated set 2, code 0xd9 on isa0060/serio0).
[ 3175.760444] atkbd serio0: Use 'setkeycodes e059 <keycode>' to make it known.
Also, in the guide its said that with older distros this problem doesnt occur, I wouldnt mind using an older distro and redo the whole thing just to avoid this problem, if someone knows which distro should I use not to have this problem it would also be really helpful
I'm really sorry to bother with this, thanks in advance ;)