On Tue, 27 Apr 2004 19:13:47 -0500 Curtis Magyar <[EMAIL PROTECTED]> wrote:
> Hello. > > I seem to be having some trouble with a file on my JFS root partition in > Linux 2.6.5. The problem presented itself when I attempted to rm -rf a > directory, and it resulted in: > > rm: cannot remove directory `language': Directory not empty > > "ls -b" in the directory shows: > > ls: T?rkish: No such file or directory I had the same problem here. Mounting the file system with character set UTF8 helped. I was able to access all the files with non ASCII characters in the file name. To do that, edit your "fstab". Here is an example: /dev/xxx /mountpoint jfs rw,iocharset=utf8 1 2 Hope this works for you also. -- Andreas Theofilu http://www.TheosSoft.net/ --==| Enjoy the science of Linux! |==-- _______________________________________________ Jfs-discussion mailing list [EMAIL PROTECTED] http://www-124.ibm.com/developerworks/oss/mailman/listinfo/jfs-discussion
