Welcome, Guest. Please login or register.

Author Topic: Cut off file names  (Read 1861 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Piru

  • \' union select name,pwd--
  • Hero Member
  • *****
  • Join Date: Aug 2002
  • Posts: 6946
    • Show all replies
    • http://www.iki.fi/sintonen/
Re: Cut off file names
« on: August 10, 2011, 08:45:49 PM »
Quote from: XDelusion;653966
How come files on my CF card and even Amiga CD's get their file names cut short and the files on my HD do not?
On CF it depends on the filesystem you use. For example with PFS3 you must use setfnsize to set the max allowed name length.

For CD it's likely due to:
http://en.wikipedia.org/wiki/ISO_9660#File_and_directory_name_restrictions

This can be overcome by using some of the common ISO9660 extensions, such as Rock Ridge (preferred on amiga) or Joliet (supported by newer amiga cd filesystems).
« Last Edit: August 10, 2011, 08:52:41 PM by Piru »
 

Offline Piru

  • \' union select name,pwd--
  • Hero Member
  • *****
  • Join Date: Aug 2002
  • Posts: 6946
    • Show all replies
    • http://www.iki.fi/sintonen/
Re: Cut off file names
« Reply #1 on: August 10, 2011, 09:17:51 PM »
Quote from: XDelusion;653970
I'm using the last release of AsimCDFS.

Note that in order for the long file names to work the ISO needs to have them included at mastering stage. If they're not included you will get short names no matter what FS you run on your amiga.

Quote
As for the CF card, the Amiga only seems willing to format it into FAT.

Use fat95 instead of the AmigaOS included CrossDOS and you'll have long file names.