exFAT filesystem
  • Acolyte of the Butterfly
    Acolyte of the Butterfly
    naTmeg
    Posts: 135 from 2004/2/8
    Hi there,

    i've ported the exFAT filesystem to MorphOS because my new cam was not working.
    It's not a port of the OS4-port released recently and it's 100% native.

    Features
    ========
    - 64 bit (max. partition-/file-size = 128 PiB)
    - UTF support
    - Diskchange handler

    Limits
    ======
    - DirectSCSI only
    - No comment and owner at files. (not supported by exFAT)
    - Not all file-flags. (limited by exFAT)
    - No soft-/hard-links. (not supported by exFAT)
    - No Record-Locks. (not implemented)
    - No representation of access-times of files. (not supported by MorphOS)

    Download
  • »23.02.15 - 06:22
    Profile Visit Website
  • Acolyte of the Butterfly
    Acolyte of the Butterfly
    soviet
    Posts: 102 from 2008/7/2
    From: Uruguay
    Very nice indeed, a lot of portable devices use this FS
  • »23.02.15 - 15:26
    Profile
  • MDW
  • Order of the Butterfly
    Order of the Butterfly
    MDW
    Posts: 451 from 2003/7/26
    From: Wroclaw/Poland
    Tank you! Very very good job!
  • »23.02.15 - 18:37
    Profile Visit Website
  • Paladin of the Pegasos
    Paladin of the Pegasos
    Amigaharry2
    Posts: 1224 from 2010/1/6
    From: EU-Austria (Wien)
    Write-support is enabled (for licence reason) - but can be done by compiling included source.
    For those who cannot do that themself: is there a posibility to get the fully activated version?
    Peg2, 3xPowerMac G5, 2xPowerbookG4, 2x MacMiniG4, Efika (again), A3000T and life is never boring.....
  • »24.02.15 - 14:48
    Profile
  • Yokemate of Keyboards
    Yokemate of Keyboards
    Andreas_Wolf
    Posts: 12074 from 2003/5/22
    From: Germany
    > Write-support is enabled

    Is it? ;-)
  • »24.02.15 - 22:10
    Profile
  • Paladin of the Pegasos
    Paladin of the Pegasos
    Amigaharry2
    Posts: 1224 from 2010/1/6
    From: EU-Austria (Wien)
    HaHa! I wrote what I wished.....sorry! Of course the other way round.....
    Peg2, 3xPowerMac G5, 2xPowerbookG4, 2x MacMiniG4, Efika (again), A3000T and life is never boring.....
  • »25.02.15 - 16:47
    Profile
  • Acolyte of the Butterfly
    Acolyte of the Butterfly
    naTmeg
    Posts: 135 from 2004/2/8
    @Amigaharry2:

    I see a lot of machines in your signature and each of them can run 'make' ;)
  • »25.02.15 - 17:21
    Profile Visit Website
  • Priest of the Order of the Butterfly
    Priest of the Order of the Butterfly
    bash64
    Posts: 934 from 2010/10/29
    From: USA
    Instructions for adding this filesystem to MOS for auto recognition?
    Powerbook G4 1.67ghz 2GB, ATI 9700M Pro 128mb
    1TB hd, DL-DVD Burner, Netgear pcmcia wireless card.
    Powermac G5 2.3ghz 2GB, ATI 9600 Pro
    ImageFX 4.5, PageStream 3.3, PhotoGenics 5.0
  • »26.02.15 - 18:01
    Profile Visit Website
  • Acolyte of the Butterfly
    Acolyte of the Butterfly
    naTmeg
    Posts: 135 from 2004/2/8
    A new version is available.

    OS3 is now supported with some limits. Builds included are for 020 and 020/881.
    See the OS3-readme-file for details...

    http://www.219.dic.at/?pid=detail&cat=projects&type=native&id=872ba0c1&text=c

    1.1 (15.03.2015)
    ----------------
    - Ported to OS3.
    - Added a better cache-system. Now 8 blocks are cached for reading.
    - Added a custom string-format function and dropped the usage of exec/rawfmt.h
    - Fixed a possible memory-override in the debug/log functions.
    - Removed requirement of the AROS_ALMOST_COMPATIBLE definition.
    - A popup will show up on OS3 if a volume is too big to mount or format. (> 2TiB)
    - New library-init routines with a popup for errors.
    - The configured disksize must now match the disksize stored in the superblock,
    else the volume will not mount. (thx Martok)
    - Added a popup that displays some infos after formating a volume.
    - Code cleanup and more conversion to amiga-syle.
  • »16.03.15 - 16:43
    Profile Visit Website