Solved cannot empty .trash 1001

Good morning,

I am trying to empty a .trash folder on a HDD which file system is FAT32.
But something is wrong with a some files, I tried to rename them but there is nothing I can do.

May somebody give me a hint?

Code:
rm -rf /mnt/stock/.Trash-1001/
rm: /mnt/stock/.Trash-1001/files/7/Health Qigong - Shaolin Bodhidharma Yi Jin Jing (???????) Full Tutorial with English subtitles.mp4: Invalid argument
rm: /mnt/stock/.Trash-1001/files/7: Directory not empty
rm: /mnt/stock/.Trash-1001/files/4/?????: Invalid argument
rm: /mnt/stock/.Trash-1001/files/4: Directory not empty
rm: /mnt/stock/.Trash-1001/files/6/info/Health Qigong - Shaolin Bodhidharma Yi Jin Jing (???????) Full Tutorial with English subtitles.mp4.trashinfo: Invalid argument
rm: /mnt/stock/.Trash-1001/files/6/info: Directory not empty
rm: /mnt/stock/.Trash-1001/files/6/files1/Health Qigong - Shaolin Bodhidharma Yi Jin Jing (???????) Full Tutorial with English subtitles.mp4: Invalid argument
rm: /mnt/stock/.Trash-1001/files/6/files1: Directory not empty
rm: /mnt/stock/.Trash-1001/files/6: Directory not empty
rm: /mnt/stock/.Trash-1001/files: Directory not empty
rm: /mnt/stock/.Trash-1001/: Directory not empty
 
Thank you yurip, it worked!

# mount_msdosfs -L zh_CN.UTF-8 /dev/ada2s1 /mnt/stock/

...fixed the problem.


But I don't understand why

# mount_msdosfs -L zh_CN.UTF-8 -L fr_FR.UTF-8 /dev/ada2s1 /mnt/stock/

doesn't print french characters like "é" or "à"
 
Back
Top