I have an older Qnap TS-639 (not the pro) that holds six 3TB drives and houses my TV media collection, roughly 9TB worth. Last night we suffered a power failure and I gracefully shut it down, the power came back on around 3AM and I was asleep so most everything powered back up automatically through my UPS's however this morning I log into the Qnap to find that raid config gone. I posted in the Qnap forum and have a guy helping my out, I am not that familiar with Linux and he's had me try some commands to get the RAID array mounted with no luck. Fortunately I have my data replicated so I haven't lost anything but before I format and begin restoring my data I wanted to post here and see if anyone has any thoughts on how I might able to mount the array. I should point out that the 3TB Segate drives I have in the this NAS are no longer supported, they once were on the compatibility list which is why I bought them, but they have since removed them, I have had them running since Feb of this year and had zero problems, the model is ST3000DM001-1CH1166 and the firmware on all of them is CC27.
Here is the output of some commands he had me run:
[~] # echo "NAS Model: $(getsysinfo model)"
NAS Model: TS-639
[~] # echo "Firmware: $(getcfg system version) Build $(getcfg system 'Build Number')"
Firmware: 4.0.2 Build 20130726
[~] # df -h
Filesystem Size Used Available Use% Mounted on
/dev/ram0 139.5M 109.3M 30.1M 78% /
tmpfs 64.0M 408.0k 63.6M 1% /tmp
/dev/sda4 364.2M 196.9M 167.3M 54% /mnt/ext
/dev/md9 509.5M 147.1M 362.4M 29% /mnt/HDA_ROOT
tmpfs 32.0M 0 32.0M 0% /.eaccelerator.tmp
[~] # mount
/proc on /proc type proc (rw)
none on /dev/pts type devpts (rw,gid=5,mode=620)
sysfs on /sys type sysfs (rw)
tmpfs on /tmp type tmpfs (rw,size=64M)
none on /proc/bus/usb type usbfs (rw)
/dev/sda4 on /mnt/ext type ext3 (rw)
/dev/md9 on /mnt/HDA_ROOT type ext3 (rw)
nfsd on /proc/fs/nfsd type nfsd (rw)
tmpfs on /.eaccelerator.tmp type tmpfs (rw,size=32M)
[~] # cat /proc/mdstat
Personalities : [linear] [raid0] [raid1] [raid10] [raid6] [raid5] [raid4] [multipath]
md0 : active raid5 sda3[0] sdf3[5] sde3[4] sdd3[3] sdc3[2] sdb3[1]
14643488000 blocks level 5, 64k chunk, algorithm 2 [6/6] [UUUUUU]
md6 : active raid1 sdf2[2](S) sde2[3](S) sdd2[4](S) sdc2[5](S) sdb2[1] sda2[0]
530048 blocks [2/2] [UU]
md13 : active raid1 sda4[0] sdf4[5] sde4[4] sdd4[3] sdc4[2] sdb4[1]
458880 blocks [6/6] [UUUUUU]
bitmap: 0/57 pages [0KB], 4KB chunk
md9 : active raid1 sda1[0] sde1[5] sdf1[4] sdd1[3] sdc1[2] sdb1[1]
530048 blocks [6/6] [UUUUUU]
bitmap: 0/65 pages [0KB], 4KB chunk
unused devices: <none>
[~] # mount /dev/md0 /share/MD0_DATA -t ext4
mount: wrong fs type, bad option, bad superblock on /dev/md0,
missing codepage or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
[~] # mount /dev/md0 /share/MD0_DATA -t ext3
mount: wrong fs type, bad option, bad superblock on /dev/md0,
missing codepage or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
Thanks
Here is the output of some commands he had me run:
[~] # echo "NAS Model: $(getsysinfo model)"
NAS Model: TS-639
[~] # echo "Firmware: $(getcfg system version) Build $(getcfg system 'Build Number')"
Firmware: 4.0.2 Build 20130726
[~] # df -h
Filesystem Size Used Available Use% Mounted on
/dev/ram0 139.5M 109.3M 30.1M 78% /
tmpfs 64.0M 408.0k 63.6M 1% /tmp
/dev/sda4 364.2M 196.9M 167.3M 54% /mnt/ext
/dev/md9 509.5M 147.1M 362.4M 29% /mnt/HDA_ROOT
tmpfs 32.0M 0 32.0M 0% /.eaccelerator.tmp
[~] # mount
/proc on /proc type proc (rw)
none on /dev/pts type devpts (rw,gid=5,mode=620)
sysfs on /sys type sysfs (rw)
tmpfs on /tmp type tmpfs (rw,size=64M)
none on /proc/bus/usb type usbfs (rw)
/dev/sda4 on /mnt/ext type ext3 (rw)
/dev/md9 on /mnt/HDA_ROOT type ext3 (rw)
nfsd on /proc/fs/nfsd type nfsd (rw)
tmpfs on /.eaccelerator.tmp type tmpfs (rw,size=32M)
[~] # cat /proc/mdstat
Personalities : [linear] [raid0] [raid1] [raid10] [raid6] [raid5] [raid4] [multipath]
md0 : active raid5 sda3[0] sdf3[5] sde3[4] sdd3[3] sdc3[2] sdb3[1]
14643488000 blocks level 5, 64k chunk, algorithm 2 [6/6] [UUUUUU]
md6 : active raid1 sdf2[2](S) sde2[3](S) sdd2[4](S) sdc2[5](S) sdb2[1] sda2[0]
530048 blocks [2/2] [UU]
md13 : active raid1 sda4[0] sdf4[5] sde4[4] sdd4[3] sdc4[2] sdb4[1]
458880 blocks [6/6] [UUUUUU]
bitmap: 0/57 pages [0KB], 4KB chunk
md9 : active raid1 sda1[0] sde1[5] sdf1[4] sdd1[3] sdc1[2] sdb1[1]
530048 blocks [6/6] [UUUUUU]
bitmap: 0/65 pages [0KB], 4KB chunk
unused devices: <none>
[~] # mount /dev/md0 /share/MD0_DATA -t ext4
mount: wrong fs type, bad option, bad superblock on /dev/md0,
missing codepage or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
[~] # mount /dev/md0 /share/MD0_DATA -t ext3
mount: wrong fs type, bad option, bad superblock on /dev/md0,
missing codepage or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
Thanks