Jocki,
JFS (on OS/2 as well as Linux) has a problem dealing with files that 
contain a character that doesn't map into the system codepage.  (JFS 
stores all pathnames in 16-byte unicode.)

One solution may be to make sure that nls_utf8.o is built either into 
the kernel or as a module and mount the partion (from Linux) with the 
flag -oiocharset=utf8.

Another solution would be to use the xpeek utility to modify the file 
name in the directory directly.  You would need to know the inode number 
of the directory containing the bad file name (ls -i), and from xpeek, 
run the command "dtree <inum>".  This command would let you navigate the 
directory's btree and modify the contents.  Be careful with xpeek since 
it will let you change anything.

Thanks,
Dave
-- 
David Kleikamp
IBM Linux Technology Center

_______________________________________________
Jfs-discussion mailing list
[EMAIL PROTECTED]
http://www-124.ibm.com/developerworks/oss/mailman/listinfo/jfs-discussion

Reply via email to