Project

General

Profile

Actions

Bug #2027

closed

Filenames on msdos fs get an extra char

Added by herrgard about 13 years ago. Updated about 13 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
-
Target version:
-
Start date:
Due date:
% Done:

0%

Estimated time:

Description

Hi,

Funny problem here. In /mnt I have an usb memory stick with msdos fs
(fat32) on mounted. Box is latest master.

  1. touch a
  2. ls a*
    aa
  3. mv aa b
  4. ls b*
    ls: No match.
  5. ls b
    b
  6. ls
    bb
  7. rm bb
    rm: bb: No such file or directory

If I remount I can remove bb. With only digits in the filename it works:

  1. touch 1
  2. ls 1*
    1
  3. mv 1 2
  4. ls 2*
    2

Anyone else seeing this? Kind of annoying when you use msdos fs to move
files to OSes/programs that use the filename extension to recognize file
types.

//Max

Actions

Also available in: Atom PDF