2TB ext2 to ZFS Pool

Status
Not open for further replies.

Yell

Explorer
Joined
Oct 24, 2012
Messages
74
I have some strange problem.
Version: FreeNAS-8.2.0-RELEASE-p1-x64 (r11950)

Mounting my 2TB WD disk with a single 2TB ext2 parition works fine.
But rsync doesn't copy some files and the kerne gave me a error everytime rsync tried to access some folder. (other folders work)

Code:
kernel: g_vfs_done():ada5[READ(offset=, length=)]error = 5


A "du -h /mnt/2tb/*" also gave the same kernel error as with rsync and some child's of some sub-folder where missing.
It feels like half of the disk is empty, BUT the correct Size of the parent sub-folder directory (which i cant access) was shown.

ex:
Code:
..
11G	/mnt/2tb/U/Umineko no Naku koro Ni
2,0G	/mnt/2tb/U/UN-GO
8,0G	/mnt/2tb/U/Uragiri wa Boku no Namae wo Shitteiru
5,3G	/mnt/2tb/U/Upotte!!
2,8G	/mnt/2tb/U/Umi Monogatari - Anata ga Ite Kureta Koto
3,6G	/mnt/2tb/U/Uta_no_Prince-sama_[Vyrsalia]
33G    	/mnt/2tb/U
28G    	/mnt/2tb/X
11G    	/mnt/2tb/#z#INcomming/R-15 [Fail-15]
725M	/mnt/2tb/#z#INcomming/Needless [ginseng]/Extras
16G    	/mnt/2tb/#z#INcomming/Needless [ginseng]
13G    	/mnt/2tb/#z#INcomming/Witchblade [Zurako]
39G    	/mnt/2tb/#z#INcomming

Where i cant copy/view the content of X.


I also cant access the directory (with cd ) from the command line.

Is it possible that freebsd cant use a 2TB ext2 partition ?
 
Status
Not open for further replies.
Top