[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#421151: linux-image-2.6.18-4-686: reads the same inode twice



Package: linux-image-2.6.18-4-686
Version: 2.6.18.dfsg.1-12
Severity: minor

Just want to let you know Linux can say things like
$ ls -ogi|grep xls
3354 -rw-r--r-- 1  142848 2007-04-09 14:06 ??????.xls
3354 -rw-r--r-- 1  142848 2007-04-09 14:06 ??????.xls

It is stuck on the first inode just because of a character set issue!

$ mount -t vfat -o iocharset=cp950 ...; ls -ogi|grep xls
3935 -rw-r--r-- 1  142848 2007-04-09 14:06 西部幹線下行.xls
3936 -rw-r--r-- 1  138240 2007-04-09 14:07 西部幹線上行.xls

Saying "??????" is OK, but don't read the same inode twice!

Apparently the files must be created on Windows and viewed on Linux to
cause the error. I could not reproduce it with files created on Linux.

Please reassign this bug if not the right package.



Reply to: