Here is my
[FONT=Courier New][/FONT]
[FONT=Arial]As shown, the errors are caused by a file.
[FONT=Arial]S[/FONT]o I go to remove it[/FONT]
[FONT=Arial]The system show a list of errors in the main console, too fast, can't read.
[FONT=Arial]T[/FONT]he system then reboots.
[FONT=Arial]B[/FONT]ut the problem file still there.
How can I solve this error?[/FONT]
zpool status
:
Code:
[root@suennas ~]# zpool status -v
pool: NewVol
state: ONLINE
status: One or more devices has experienced an error resulting in data
corruption. Applications may be affected.
action: Restore the file in question if possible. Otherwise restore the
entire pool from backup.
see: http://illumos.org/msg/ZFS-8000-8A
scan: resilvered 3.20G in 0h7m with 3 errors on Wed Feb 3 22:18:56 2016
config:
NAME STATE READ WRITE CKSUM
NewVol ONLINE 0 0 3
raidz2-0 ONLINE 0 0 0
gptid/66d6ac98-95ca-11e5-8234-009027e2e92c ONLINE 0 0 0
gptid/67c78687-95ca-11e5-8234-009027e2e92c ONLINE 0 0 0
gptid/68b5de0f-95ca-11e5-8234-009027e2e92c ONLINE 0 0 0
gptid/6a0626d7-95ca-11e5-8234-009027e2e92c ONLINE 0 0 0
raidz2-1 ONLINE 0 0 6
gptid/6acd4172-95ca-11e5-8234-009027e2e92c ONLINE 0 0 0
gptid/ff9c269c-9845-11e5-9ae5-009027e2e92c ONLINE 0 0 1
gptid/6cc589d3-95ca-11e5-8234-009027e2e92c ONLINE 0 0 0
gptid/7c93a77f-985e-11e5-9ae5-009027e2e92c ONLINE 0 0 0
errors: Permanent errors have been detected in the following files:
/mnt/NewVol/Video/Animation/2013/Gundam Build fighter/Gundam Build Fighters Special - Build Fighters TV 04 (SP 2013 BDrip x2
64 720p 2ch AAC)-SvM.mkv
pool: freenas-boot
state: ONLINE
scan: scrub repaired 0 in 0h0m with 0 errors on Wed Jan 13 03:45:21 2016
config:
NAME STATE READ WRITE CKSUM
freenas-boot ONLINE 0 0 0
gptid/3c5abead-e8ea-11e4-86f2-009027e2e92c ONLINE 0 0 0
errors: No known data errors
[FONT=Arial]As shown, the errors are caused by a file.
[FONT=Arial]S[/FONT]o I go to remove it[/FONT]
Code:
[root@suennas /mnt/NewVol/Video/Animation/2013/Gundam Build fighter]# ls Gundam*04*
Gundam Build Fighters Special - Build Fighters TV 04 (SP 2013 BDrip x264 720p 2ch AAC)-SvM.mkv
[root@suennas /mnt/NewVol/Video/Animation/2013/Gundam Build fighter]# rm -rf Gundam*04*
[root@suennas /mnt/NewVol/Video/Animation/2013/Gundam Build fighter]#
[FONT=Arial]T[/FONT]he system then reboots.
[FONT=Arial]B[/FONT]ut the problem file still there.
How can I solve this error?[/FONT]