지워지지 않는 파일, 디렉토리 -_-;;

gnobus의 이미지

$ ls -l
합계 4
drwxr-xr-x    2 nyhwang  users          96  3월  4 19:56 hero

$ ls -l hero
ls: hero/뮤비)신조협려95.asf: 그런 파일이나 디렉토리가 없음
ls: hero/의천도룡기86.mp3: 그런 파일이나 디렉토리가 없음
ls: hero/주화건&제예-천하유정인(신조95).mp3: 그런 파일이나 디렉토리가 없음
ls: hero/화산논검.mp3: 그런 파일이나 디렉토리가 없음
ls: hero/神雕俠侶-主唱  金佩珊.wma: 그런 파일이나 디렉토리가 없음
합계 0

$ rm -rf hero
rm: cannot remove directory `hero': 디렉토리가 비어있지 않음

$ su
# ls -l hero
ls: hero/뮤비)신조협려95.asf: 그런 파일이나 디렉토리가 없음
ls: hero/의천도룡기86.mp3: 그런 파일이나 디렉토리가 없음
ls: hero/주화건&제예-천하유정인(신조95).mp3: 그런 파일이나 디렉토리가 없음
ls: hero/화산논검.mp3: 그런 파일이나 디렉토리가 없음
ls: hero/神雕俠侶-主唱  金佩珊.wma: 그런 파일이나 디렉토리가 없음
합계 0

# rm -rf hero
rm: cannot remove directory `hero': 디렉토리가 비어있지 않음

# du -sh hero
du: cannot access `hero/뮤비)신조협려95.asf': 그런 파일이나 디렉토리가 없음
du: cannot access `hero/의천도룡기86.mp3': 그런 파일이나 디렉토리가 없음
du: cannot access `hero/주화건&제예-천하유정인(신조95).mp3': 그런 파일이나 디렉토리가 없음
du: cannot access `hero/화산논검.mp3': 그런 파일이나 디렉토리가 없음
du: cannot access `hero/神雕俠侶-主唱  金佩珊.wma': 그런 파일이나 디렉토리가 없음
4.0K    hero

파일 시스템을 ext3에서 jfs로 이전한 직후입니다.
이름이 영문으로 되어 있는 파일들은 괜찮은데 한글로 된 것들이 이러네요.
이것들을 깨끗하게 지우고 싶은데 뭐 좋은 방법이 없을까요?
찾아보니까 저만 이런 문제를 겪고 있는 건 아니더군요...

http://www.oops.org/SERVICE/jsboard/read.php?table=jsboard_oopsQnA&num=13662
http://linux-sarang.net/board/?p=read&table=qa&num=23692

gnobus의 이미지

파일이 저렇게 된 건 nfs 때문인 듯...

client: fedora 부트 디스켓
server: 젠투 박스

이런 조합에서 한글 파일 복사할 때 문제가 있는 것 같습니다.
(버전은 확인 안 해 봤지만..)

client 측에 젠투를 복구하고 나서 nfs로 저 파일들을 가져 오니 아무 문제 없는 걸 보니...
덕분에 포맷 한번 더 했죠.. 까짓 거 뭐.. 안되면 밀어야지.. 8)

ㅡ,.ㅡ;;의 이미지

혹시 nfs로 된서버쪽디렉토리 지우시는겁니까?


----------------------------------------------------------------------------

gnobus의 이미지

ㅡ,.ㅡ;; wrote:
혹시 nfs로 된서버쪽디렉토리 지우시는겁니까?

아뇨. 복사해 온 거 지우는 겁니다..
ㅡ,.ㅡ;;의 이미지

이기종간의 한글호환성문제때문에 생긴듯한데.. 지울방법..rm 말구 다른방법으로 한번지워보시죠..될수도..X나 mc나


----------------------------------------------------------------------------

asiawide의 이미지

파일의 inode 번호를 안다면

find . -inum 123456 -exec rm {} \;

으로 한번 지워보시기 바랍니다. unix power tools 에 나왔던 팁중에서 제일 유용한 팁이었죠. ^^

댓글 달기

Filtered HTML

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

BBCode

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param>
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

Textile

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • You can use Textile markup to format text.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Markdown

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • Quick Tips:
    • Two or more spaces at a line's end = Line break
    • Double returns = Paragraph
    • *Single asterisks* or _single underscores_ = Emphasis
    • **Double** or __double__ = Strong
    • This is [a link](http://the.link.example.com "The optional title text")
    For complete details on the Markdown syntax, see the Markdown documentation and Markdown Extra documentation for tables, footnotes, and more.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Plain text

  • HTML 태그를 사용할 수 없습니다.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 줄과 단락은 자동으로 분리됩니다.
댓글 첨부 파일
이 댓글에 이미지나 파일을 업로드 합니다.
파일 크기는 8 MB보다 작아야 합니다.
허용할 파일 형식: txt pdf doc xls gif jpg jpeg mp3 png rar zip.
CAPTCHA
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.