bug-coreutils
[Top][All Lists]
Advanced

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

cp, mv file names when copying to VFAT


From: vikram
Subject: cp, mv file names when copying to VFAT
Date: Sat, 24 Jun 2006 13:32:50 -0700
User-agent: Mozilla Thunderbird 1.0.7 (X11/20050923)

Hi,

I am running SuSE 10 GNU/Lniux system (cp 5.3.0 and mv 5.3.0 ). When I copy a file in ext3 with filename in all caps to a file system in vfat it is converted to all small letters.

for example :
 touch TT
 touch TTr
 touch TT2
 mv TT2* /media/VIKRAM/
address@hidden:~> ls -l /media/VIKRAM/
-rw-r--r--   1 vikram users          0 2006-06-24 13:11 tt
-rw-r--r--   1 vikram users          0 2006-06-24 13:12 tt2
-rw-r--r--   1 vikram users          0 2006-06-24 13:11 TTr

I am not sure if this is a bug but if caps are followed by a letter in small the file name is ok. same behaviour with cp as with mv. Also found same behaviour with directories.

Thanks,
Vikram





reply via email to

[Prev in Thread] Current Thread [Next in Thread]