[Warning]First, I see that you used custom settings for Advanced Format disk with sda partition table.
You do it because you are sure to have this disk type
If yes, you made an error for partition 8 (and sda4): the right end value would be : 243200 (instead of 243201)
Did you get a misalignment alert when you created it ?[/Warning]
So sdb is now empty.
I propose you to make a mirror of your sda disk. (Could be useful in few next releases when we will implement the RAID feature)
So as you use now our firmware, you have a ssh access and you can directly create the partition table of the sdb disk.
Open a putty window on your PC and connect you with this login :root and password : giveit2me
Create the new table with the command fdisk and the
same custom settings for AF disk that you used for the sda disk
(step i in the howtodo) . Be careful, check that you set the sdb disk !
Note : if you are sure to have AF disks use the value 243200 as end value for sdb8
and sdb4. I will explain you later how to fix partition sda8 with the right value.
Format the sdb8 partition.
- Code: Select all
mke2fs -j -m 1 /dev/sdb8
After doing it post these outputs
- Code: Select all
fdisk -l /dev/sdb
and
/usr/sbin/smartctl -a /dev/sda | grep -i serial | awk '{print $3}'
/usr/sbin/smartctl -a /dev/sdb | grep -i serial | awk '{print $3}'
and
/usr/sbin/smartctl -a /dev/sda | grep 'Device Model' | cut -f 2 -d : | tr -s " " (Note there one space betwen the double quotes)
/usr/sbin/smartctl -a /dev/sdb | grep 'Device Model' | cut -f 2 -d : | tr -s " "
and
df /dev/sdb8
And send me a pm (I changed your profile to allow you to do it) with your NAS database. Note if you already made some changes in the configuration as create account,..., the nas database contains some private data.
I assume that you have yet kept the share public. So do these commands in Putty :
- Code: Select all
cp /rw_fs/etc/nas_conf_db.xml /share/1000/public
chmod a+w /share/1000/public/nas_conf_db.xml
and send me the file which are now in the public share (you must zip it before).
In the next step, I will send you the changed Nas database to see the 2d disk in the web interface.
Note : do not upgrade the firmware because it is useless (you need a version not yet released)