LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   mount cdrom - filenames lenght cutting (https://www.linuxquestions.org/questions/linux-newbie-8/mount-cdrom-filenames-lenght-cutting-129231/)

drenal 12-27-2003 07:41 AM

mount cdrom - filenames lenght cutting
 
Hi,
I've got problem with filenames nad directories names when I mount cdrom.
mount -t iso9660 /dev/cdrom /mnt/cdrom

when I list /mnt/cdrom and deeper directories, each file/dirname are cut to 8 characters long. I chcecked this for my cdr burned in prog nero-burning on win$hit. How can I solve this problem?..

carlywarly 12-27-2003 08:38 AM

Have you tried iso8859-15 instead? That's how my fstab refers to my cdrom.

burnpile 12-27-2003 08:47 AM

make sure Vfat file system support is either compiled into the kernel or the module is loaded. what you're seeing is the dos version of a windows long file name.

michaelk 12-27-2003 08:50 AM

Isnt iso8859-15 a codeset for a character font and not a filesystem format?

I assume the file names are not truncated in windows?

ISO9660 with out any extensions will only give you an eight character name.

What is the setup config for the files you are burning? Are you selecting joliet and / or rockridge extensions?


All times are GMT -5. The time now is 05:50 AM.