Skip to main content
Planned maintenance impacting Stack Overflow and all Stack Exchange sites is scheduled for Monday, September 16, 2024, 5:00 PM-10:00 PM EDT (Monday, September 16, 21:00 UTC- Tuesday, September 17, 2:00 UTC). The email/password authentication method will be unavailable for logging in and registering. Read more here

Suggested edits

Approve, reject, or improve edits suggested by users.

about the Suggested edits queue.

Your daily reviews 0 /20
Review the following question edit
1 answer
116 views
Growisofs renaming files
user2752471's user avatar
user2752471
2451 gold badge2 silver badges12 bronze badges
Asked 7 years, 3 months ago
0

Edit summary: The current title makes the appearance that renaming files is the goal. Changing title to make it clear that preventing it is the goal.

Growisofs How to prevent growisofs from renaming files?

I was trying to copy several files to a dvd with growisofs. The command I use it is:

growisofs -Z /dev/dvd -R -J  /media/34GB/tmp/

But when I send it to command line, I receive this message

I: -input-charset not specified, using utf-8 (detected in locale settings)

and then countless messages like these for many of my files.

Using F1_SC000.JPG;1 for /media/34GB/tmp/imagens/paper doll ultimos/F1-SCAN1194.JPG (F1-SCAN1189.JPG)

How can I avoid these renaming?

I made a full record, and to my surprise, the final file names are correct, despite the renaming messages. Why these messages appeared then?

Growisofs renaming files

I was trying to copy several files to a dvd with growisofs. The command I use it is:

growisofs -Z /dev/dvd -R -J  /media/34GB/tmp/

But when I send it to command line, I receive this message

I: -input-charset not specified, using utf-8 (detected in locale settings)

and then countless messages like these for many of my files.

Using F1_SC000.JPG;1 for /media/34GB/tmp/imagens/paper doll ultimos/F1-SCAN1194.JPG (F1-SCAN1189.JPG)

How can I avoid these renaming?

I made a full record, and to my surprise, the final file names are correct, despite the renaming messages. Why these messages appeared then?

How to prevent growisofs from renaming files?

I was trying to copy several files to a dvd with growisofs. The command I use it is:

growisofs -Z /dev/dvd -R -J  /media/34GB/tmp/

But when I send it to command line, I receive this message

I: -input-charset not specified, using utf-8 (detected in locale settings)

and then countless messages like these for many of my files.

Using F1_SC000.JPG;1 for /media/34GB/tmp/imagens/paper doll ultimos/F1-SCAN1194.JPG (F1-SCAN1189.JPG)

How can I avoid these renaming?

I made a full record, and to my surprise, the final file names are correct, despite the renaming messages. Why these messages appeared then?

Growisofs How to prevent growisofs from renaming files?

15 identical lines skipped
Proposed 31 secs ago by an anonymous user
    1

    It is talking about the underlying ISO 9660 format, which is limited to names like F1_SC000.JPG;1. You see the "proper" name when mounted because you are using an extension to the base format.

    Some examples of the extensions that a modern OS may use:

    0