July 2, 201511 yr Upgraded to 6.0.1 from unraid 5, all disks are visible as shares along with the cache and flash share on the shares tab, but when I select "add share" and then inputting the info and select apply, the result is :Share Movies has been deleted. I am probably doing something stupid but I can't figure it out. Thank you for any help Terry tower-syslog-20150702-1426.zip tower-syslog-20150702-1426.zip
July 2, 201511 yr Community Expert The syslog shows that you have files system corruption on disk5 so the disk has been remounted as read-only. You need to stop the array and then restart it in maintenance mode. From a console/telnet session run the command reiserfsck --check /dev/disk5 That will check for corruption and if any is found suggest a way forward. If you get any unexpected results check back before doing anything that might be non-recoverable.
July 2, 201511 yr Community Expert Looks like disk5 is having file system issues. Go to Tools - Diagnostics and attach. Also, see Check Disk Filesystems
July 2, 201511 yr Author Ran the "reiserfsck --check /dev/disk5" command and received Failed to open device '/dev/disk5' :No such file or directory tower-diagnostics-20150702-1459.zip
July 2, 201511 yr Community Expert Ran the "reiserfsck --check /dev/disk5" command and received Failed to open device '/dev/disk5' :No such file or directory Sorry - the device name should have been /dev/md5. The 'md' devices correspond to the disks in the unRAID GUI.
July 2, 201511 yr Author Tower login: root Linux 4.0.4-unRAID. Last login: Thu Jul 2 14:54:49 -0400 2015 on /dev/pts/0 from 192.168.1.157. root@Tower:~# reiserfsck --check /dev/disk5 reiserfsck 3.6.24 Will read-only check consistency of the filesystem on /dev/disk5 Will put log info to 'stdout' Do you want to run this program?[N/Yes] (note need to type Yes if you do):Yes Failed to open the device '/dev/disk5': No such file or directory root@Tower:~# reiserfsck --check /dev/md5 reiserfsck 3.6.24 Ok this is what I received. Will read-only check consistency of the filesystem on /dev/md5 Will put log info to 'stdout' Do you want to run this program?[N/Yes] (note need to type Yes if you do):Yes ########### reiserfsck --check started at Thu Jul 2 15:28:12 2015 ########### Replaying journal: Done. Reiserfs journal '/dev/md5' in blocks [18..8211]: 0 transactions replayed
July 2, 201511 yr Author Sorry the is the result root@Tower:~# reiserfsck --check /dev/md5 reiserfsck 3.6.24 Will read-only check consistency of the filesystem on /dev/md5 Will put log info to 'stdout' Do you want to run this program?[N/Yes] (note need to type Yes if you do):Yes ########### reiserfsck --check started at Thu Jul 2 15:28:12 2015 ########### Replaying journal: Done. Reiserfs journal '/dev/md5' in blocks [18..8211]: 0 transactions replayed Zero bit found in on-disk bitmap after the last valid bit. Checking internal tree.. / 1 (of 18)/ 1 (of 168)/ 2 (of 88)block 30932993: The level of the node (0) is not correct, (1) expected the problem in the internal node occured (30932993), whole subtree is skipped / 2 (of 168)block 6686364: The level of the node (0) is not correct, (2) expect ed the problem in the internal node occured (6686364), whole subtree is skipped / 2 (of 18)block 325475413: The level of the node (0) is not correct, (3) expe cted the problem in the internal node occured (325475413), whole subtree is skipped finished Comparing bitmaps..vpf-10640: The on-disk and the correct bitmaps differs. Bad nodes were found, Semantic pass skipped 3 found corruptions can be fixed only when running with --rebuild-tree ########### reiserfsck finished at Thu Jul 2 15:29:58 2015 ########### root@Tower:~#
July 2, 201511 yr Community Expert Before continuing with --rebuild-tree go to Tools - Diagnostics and post the diagnostics zip file. It will contain the smart data from that drive.
Archived
This topic is now archived and is closed to further replies.