October 30, 201015 yr Hello, I am building my array and copying over from WHS so i've not let parity run yet. I had a hardware crash and lots 2 disks. I reiserfsck'd them and it said to rebuild the tree, so I did, then it said it couldn't fix it and i should change the disk. Anyway, long story short, I pulled the disks out, reformatted them on Windows NTFS - the disks are working fine now. I put them back in uNRAID and the array comes up but says that two disks need formatting. I click to format them, but nothing happend, in the syslog it says the attached. Can anyone tell me how to get these to reformat so I don't loose the data on my other disks in the array? Jon Oct 30 17:52:11 Tower emhttp: shcmd (222): mkdir /mnt/disk3 Oct 30 17:52:11 Tower kernel: ata1.00: configured for UDMA/133 Oct 30 17:52:11 Tower kernel: ata1.00: device reported invalid CHS sector 0 Oct 30 17:52:11 Tower kernel: ata1: EH complete Oct 30 17:52:11 Tower emhttp: shcmd (223): set -o pipefail ; mount -t reiserfs -o noacl,nouser_xattr,noatime,nodiratime /dev/md3 /mnt/disk3 2>&1 | logger Oct 30 17:52:11 Tower logger: mount: wrong fs type, bad option, bad superblock on /dev/md3, Oct 30 17:52:11 Tower logger: missing codepage or helper program, or other error Oct 30 17:52:11 Tower logger: In some cases useful info is found in syslog - try Oct 30 17:52:11 Tower logger: dmesg | tail or so Oct 30 17:52:11 Tower logger: Oct 30 17:52:11 Tower emhttp: _shcmd: shcmd (223): exit status: 32 Oct 30 17:52:11 Tower emhttp: disk3 mount error: 32 Oct 30 17:52:11 Tower emhttp: shcmd (224): rmdir /mnt/disk3 Oct 30 17:52:12 Tower kernel: REISERFS warning (device md3): sh-2006 read_super_block: bread failed (dev md3, block 2, size 4096) Oct 30 17:52:12 Tower kernel: REISERFS warning (device md3): sh-2006 read_super_block: bread failed (dev md3, block 16, size 4096) Oct 30 17:52:12 Tower kernel: REISERFS warning (device md3): sh-2021 reiserfs_fill_super: can not find reiserfs on md3 Oct 30 17:52:12 Tower kernel: ata3.00: configured for UDMA/133 Oct 30 17:52:12 Tower kernel: ata3.00: device reported invalid CHS sector 0 Oct 30 17:52:12 Tower kernel: ata3: EH complete Oct 30 17:52:12 Tower emhttp: shcmd (225): mkdir /mnt/disk1 Oct 30 17:52:12 Tower emhttp: shcmd (226): set -o pipefail ; mount -t reiserfs -o noacl,nouser_xattr,noatime,nodiratime /dev/md1 /mnt/disk1 2>&1 | logger Oct 30 17:52:12 Tower logger: mount: wrong fs type, bad option, bad superblock on /dev/md1, Oct 30 17:52:12 Tower logger: missing codepage or helper program, or other error Oct 30 17:52:12 Tower logger: In some cases useful info is found in syslog - try Oct 30 17:52:12 Tower logger: dmesg | tail or so Oct 30 17:52:12 Tower logger: Oct 30 17:52:12 Tower emhttp: _shcmd: shcmd (226): exit status: 32 Oct 30 17:52:12 Tower emhttp: disk1 mount error: 32 Oct 30 17:52:12 Tower emhttp: shcmd (227): rmdir /mnt/disk1 Oct 30 17:52:12 Tower kernel: REISERFS warning (device md1): sh-2006 read_super_block: bread failed (dev md1, block 2, size 4096) Oct 30 17:52:12 Tower kernel: REISERFS warning (device md1): sh-2006 read_super_block: bread failed (dev md1, block 16, size 4096) Oct 30 17:52:12 Tower kernel: REISERFS warning (device md1): sh-2021 reiserfs_fill_super: can not find reiserfs on md1 Oct 30 17:52:12 Tower emhttp: shcmd (228): rm /etc/samba/smb-shares.conf >/dev/null 2>&1 Oct 30 17:52:12 Tower emhttp: shcmd (229): cp /etc/exports- /etc/exports Oct 30 17:52:12 Tower emhttp: get_config_idx: fopen /boot/config/shares/Downloads.cfg: No such file or directory - assigning defaults Oct 30 17:52:12 Tower emhttp: get_config_idx: fopen /boot/config/shares/adult.cfg: No such file or directory - assigning defaults Oct 30 17:52:12 Tower emhttp: get_config_idx: fopen /boot/config/shares/kids.cfg: No such file or directory - assigning defaults Oct 30 17:52:12 Tower emhttp: get_config_idx: fopen /boot/config/shares/movies.cfg: No such file or directory - assigning defaults Oct 30 17:52:12 Tower emhttp: get_config_idx: fopen /boot/config/shares/music.cfg: No such file or directory - assigning defaults Oct 30 17:52:12 Tower emhttp: get_config_idx: fopen /boot/config/shares/software.cfg: No such file or directory - assigning defaults Oct 30 17:52:12 Tower emhttp: get_config_idx: fopen /boot/config/shares/videos.cfg: No such file or directory - assigning defaults Oct 30 17:52:12 Tower emhttp: Restart CIFS... Oct 30 17:52:12 Tower emhttp: shcmd (230): killall -HUP smbd Oct 30 17:52:12 Tower emhttp: shcmd (231): /usr/local/emhttp/emhttp_event svcs_restarted Oct 30 17:52:12 Tower emhttp_event: svcs_restarted
October 30, 201015 yr I know in one of the first beta versions the mkreiserfs program was missing. When you tried to rebuild the file system tree what "device" did you use? I don't think I've ever seen reiserfsck say it could not repair the damage. I sort of wish you had asked for help earlier. But, not that you are where you are... What version of unRAID are you running? To format your two drives you just need to do the following from the command line (I'm assuming you check the checkbox under the "format" button to enable it when trying the web-interface) Now... this will work if you did not change the partition table when you formatted them in the NTFS box. If you did, then it might not work. mkreiserfs /dev/md1 and then mkreiserfs /dev/md3 In both cases I think you'll be prompted to continue with the formatting. Respond with "Yes" (Capital "Y", lower case "es") Then, stop the array, and re-start it. It should be able to mount the disks if the formatting succeeded. Joe L.
October 30, 201015 yr Oh yes.. attach the entire syslog to your next post, zip it if it is large. It takes so much of the guesswork out of helping. Joe L.
Archived
This topic is now archived and is closed to further replies.