December 16, 201015 yr I was transferring the usually large files from a Windows 7 machine to my unRAID when for the first time since I had W7 I got a nice BSOD followed by a system reset in 10 seconds or so. After rebooting the PC I tried to resume file copy but total commander froze. Forced quit and went into the unRAID share. I tried to delete the incomplete file but TC froze again. I then telnet to unRAID, into MC > /mnt/user/movies and tried to delete the file from there. The file disappeared but a *.fuse_hidden000005d0000000001 file appeared instead with the same file size. Deleted that and another one but ending with 0002 appeared. I tried to stop the array but it got stuck with Unmounting status on all drives. System log shows: Dec 16 12:18:43 MMT emhttp: shcmd (160): umount /mnt/user >/dev/null 2>&1 Dec 16 12:18:43 MMT emhttp: _shcmd: shcmd (160): exit status: 1 Dec 16 12:18:43 MMT emhttp: shcmd (161): rmdir /mnt/user >/dev/null 2>&1 Dec 16 12:18:43 MMT emhttp: _shcmd: shcmd (161): exit status: 1 Dec 16 12:18:43 MMT emhttp: Retry unmounting user share(s)... Dec 16 12:18:48 MMT emhttp: shcmd (162): umount /mnt/user >/dev/null 2>&1 Dec 16 12:18:48 MMT emhttp: _shcmd: shcmd (162): exit status: 1 Dec 16 12:18:48 MMT emhttp: shcmd (163): rmdir /mnt/user >/dev/null 2>&1 Dec 16 12:18:48 MMT emhttp: _shcmd: shcmd (163): exit status: 1 Dec 16 12:18:48 MMT emhttp: Retry unmounting user share(s)... Dec 16 12:18:53 MMT emhttp: shcmd (164): umount /mnt/user >/dev/null 2>&1 Dec 16 12:18:53 MMT emhttp: _shcmd: shcmd (164): exit status: 1 Dec 16 12:18:53 MMT emhttp: shcmd (165): rmdir /mnt/user >/dev/null 2>&1 Dec 16 12:18:53 MMT emhttp: _shcmd: shcmd (165): exit status: 1 Dec 16 12:18:53 MMT emhttp: Retry unmounting user share(s)... Dec 16 12:18:58 MMT emhttp: shcmd (166): umount /mnt/user >/dev/null 2>&1 Dec 16 12:18:58 MMT emhttp: _shcmd: shcmd (166): exit status: 1 Dec 16 12:18:58 MMT emhttp: shcmd (167): rmdir /mnt/user >/dev/null 2>&1 Dec 16 12:18:58 MMT emhttp: _shcmd: shcmd (167): exit status: 1 I can access uuMenu and telnet sessions but the array is in a "stuck" mode. Any ideas of what happened and what I should do? Worth mentioning that I've added some 500G drives a couple of days ago that have been successfully cleared. This the the 1st time unRaid has behaved other than perfect since I had it in 2 years now. Thanks for your help, Andy
December 16, 201015 yr A drive cannot be un-mounted if it is "busy" Busy could be an open file, or a process whose current directory is on the disk. You can kill all the processes holding the /mnt/user file system busy by typing fuser -k /mnt/user When you cd into /mnt/user/movies your current directory is /mnt/user/movies and YOU are the one keeping it from being un-mounted. To fix, easy. cd to /, or to /boot, or log off. Joe L.
December 16, 201015 yr Author Thanks Joe! I now get it why they call you a Hero member Another thing I noticed is that is that I now have /mnt/user and /mnt/user0 which I dont remember seeing them before. Could this be realated to this incident or is this normal? They both seem to have the same content.
December 16, 201015 yr Author Never mind the last question. Just read is the cache drive which I also installed a couple of days ago.
December 16, 201015 yr Thanks Joe! I now get it why they call you a Hero member Another thing I noticed is that is that I now have /mnt/user and /mnt/user0 which I dont remember seeing them before. Could this be realated to this incident or is this normal? They both seem to have the same content. Actually, /mnt/user0 is a "view" of the user-file system without the contents of the cache drive. /mnt/user is the merged contents of both the user-shares AND the contents still on the cache drive.
December 16, 201015 yr Author Yes, you are right. I initially thought it is some kind of file system error but I read the post about the cache drive and makes total sense.
Archived
This topic is now archived and is closed to further replies.