arm보드에서 xfs 동작되나요?

j92music의 이미지

arm 보드에서 xfs 파일시스템을 사용할 수 있는지 궁금합니다.

mkfs.xfs를 이용하여 포맷 및 마운트까진 하였는데..

파일 복사 후 삭제시에 에러가 발생합니다. (rm -rf bin)

디렉토리명이 bin 일 경우에 다음과 같습니다.

rm: cannot remove 'bin/': Directory not empty
rm: cannot remove 'bin/': Directory not empty
rm: cannot remove 'bin/': Directory not empty
rm: cannot remove 'bin/': Directory not empty
rm: cannot remove 'bin/': Directory not empty
rm: cannot remove 'bin/': Directory not empty
rm: cannot remove 'bin/': Directory not empty
rm: cannot remove 'bin/': Directory not empty
rm: cannot remove 'bin/': Directory not empty
rm: cannot remove 'bin/': Directory not empty

참고로 ext3 방식으로 할때는 정상동작됩니다...

고수님들의 도움을 간절히 기다립니다..ㅠ_ㅜ

j92music의 이미지

모든 디렉토리에 대하여 저러한 에러가 발생하는 것은 아닌데..

어떨때에 발생하는지에 대해서는 아직 분석하지 못하였습니다.