The file system is not clean. It is suggested that you run "

Questions about SNMP, Power, System, Logs, disk, & RAID.
Post Reply
Martein
Starting out
Posts: 10
Joined: Thu Jul 26, 2012 5:20 pm

The file system is not clean. It is suggested that you run "

Post by Martein »

Dear QNAP support & fellow QNAP users.

Last week I followed an article in the support forum, about a process which caused a high CPU load.
I followed the instructions an Reboot was required.
After the reboot I got an error, stating I needed to scan my The file system is not clean. It is suggested that you run "check disk""

So I did.
And a timer started running but after a few minutes, a notification came, claming it was unable to mount.
I turned off all apps in App-Center
And followed the following steps listed in http://forum.qnap.com/viewtopic.php?f=25&t=83199

The steps I followed.

Code: Select all

[/] # /etc/init.d/services.sh stop
[/] # /etc/init.d/opentftp.sh stop
[/] # /etc/init.d/Qthttpd.sh stop
[/] # /etc/init.d/smb.sh stop
[/] # /etc/init.d/timemachine.sh stop
[/] # /etc/init.d/bonjour.sh stop
[/] # umount /dev/md0            
umount: /share/MD0_DATA: device is busy
umount: /share/MD0_DATA: device is busy

[/] # lsof /share/MD0_DATA
#I killed the last process manually.

[/] # umount /dev/md0 
unmount: Succesful
I still got the same error in the control pannel.
So I tried a manuel scan.

Code: Select all

e2fsck -f -v -C 0 /dev/md0
Which resulted in the following error:

Code: Select all

Error allocating block bitmap (4): Memory allocation failed
This is the point where I'm stuck.
I would like to have my data secure, but it's not really comforting, that it says something is faulty.

Hope someone can help me.

Thanks in advanced.
User avatar
TeeDub
Getting the hang of things
Posts: 97
Joined: Fri Oct 11, 2013 7:48 am

Re: The file system is not clean. It is suggested that you r

Post by TeeDub »

Hello

There is a discussion about something similar in this thread.

Have a read http://forum.qnap.com/viewtopic.php?p=216117

Cheers

TW
TS-421
Version 4.0.2
4x3TB WD Reds RAID 5
Martein
Starting out
Posts: 10
Joined: Thu Jul 26, 2012 5:20 pm

Re: The file system is not clean. It is suggested that you r

Post by Martein »

Thank you, that seem to get me further.

Code: Select all

[~] # dd if=/dev/zero of=/share/external/sdi1/myswapfile bs=1M count=3072
[~] # mkswap /share/external/sdi1/myswapfile
[~] # swapon /share/external/sdi1/myswapfile
[~] # cat /proc/swaps
Unfortunately e2fsck_64 didn't work, so I used e2fsck instead.
e2fsck -f -v -p -C 0 /dev/md0
Post Reply

Return to “System & Disk Volume Management”