Hello,
My NS2 stopped being recognized, factory reset doesn't work, so I disassembled it and connected the HDD directly to a Ubuntu system.
The devices that appear are a 897MB unit, which contains two folders - EDMINI and snaps - and then also appears a 998GB unit, which I can't mount, it appears a message saying:
Unable to access the "998GB Unit"
Error mounting /dev/sdb2 at ...
...
can't read superblock
What can I do to access the files? (Sorry that I have zero knowledge of Ubuntu, just installed to try and recover my NS2)
Thanks
Recovering files from disk
Recovering files from disk
Last edited by razorpt69 on Sun Jul 27, 2014 9:25 pm, edited 1 time in total.
Re: Recovering files from disk
Your filesystem is damaged. Normally you could try a but it is recommended to first check if there is no hardware fault. Executingshows the kernel log. If there are any I/O errors on the disk, you should create a low-level backup on which you can recover.
Code: Select all
xfs_repair /dev/sdb2
Code: Select all
dmesg