Unsupported letters while file transfer

Asked by gnjurac

Hello,

While file transfer with my language (non English) letters in the name I receive this message: "invalid parameters ... while copying ..." . All other files with English names are transfered correctly. what should I do in order to make it work properly. using Ubuntu 7.10.

Thanks for the support

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
Clóvis Fabrício
Solved:
Last query:
Last reply:
Revision history for this message
Best Clóvis Fabrício (nosklo) said :
#1

You are copying from a removable media device, right?

I am assume you are copying from an CD/DVD.

Type ALT-F2 to open the Run Command Window
Type: gksu gedit /etc/fstab
Enter your password
In the fstab file, you must find your CD/DVD line, it looks somewhat like this:

/dev/hdc /media/cdrom0 udf,iso9660 user,noauto 0 0

You must change the 4th column (the one that says user,noauto) and add utf8 support. In my example:

/dev/hdc /media/cdrom0 udf,iso9660 user,noauto,utf8 0 0

Remember to not add any spaces. Save file and close the window.
Try inserting the CD now, files should appear with foreign characters displayed correctly.

Revision history for this message
gnjurac (gnjurac-mail) said :
#2

Hello,

Thanks a lot Fabricio for help. It is solved now.

Revision history for this message
karl (janssonks) said :
#3

can you translate this into something that will both work in Kubuntu and something that will work with an external hardrive instead of a cd rom drive.