Filesystem identifier strings
  • Cocoon
    Cocoon
    Posts: 43 from 2021/4/18
    Where could I find a COMPLETE list of filesystem identifier strings accepted by MOS partitioning tools? Could some core developer please show it here? Thank you!
  • »27.07.21 - 07:25
    Profile
  • MorphOS Developer
    jacadcaps
    Posts: 2972 from 2003/3/5
    From: Canada
    The IDs depend on the filesystems you may have installed, so it's hard to provide a 'complete' list. Some IDs will also only work on a certain partitioning scheme.

    SFS0
    PFS2
    PFS3
    AFS0
    AFS1
    CDFS
    muFS
    MSH0
    MSD0
    ICE2

    would be the common ones. The format is different when using the Mac partitioning scheme (basically MorphOS_0xAABBCCDD with names above written in hex).
  • »27.07.21 - 16:40
    Profile Visit Website
  • Priest of the Order of the Butterfly
    Priest of the Order of the Butterfly
    polluks
    Posts: 779 from 2007/10/23
    From: Gelsenkirchen,...
    Code:
    > fslist >t:1
    > search t:1 FileSysEntry:
    1> FileSysEntry: 0x1402369C <Amiga FFS-LNFS>
    17> FileSysEntry: 0x1402364C <Amiga OFS-LNFS>
    33> FileSysEntry: 0x140235FC <Amiga dcFFS>
    49> FileSysEntry: 0x140235AC <Amiga dcOFS>
    65> FileSysEntry: 0x1402355C <Amiga iFFS>
    81> FileSysEntry: 0x1402350C <Amiga iOFS>
    97> FileSysEntry: 0x140234BC <Amiga FFS>
    113> FileSysEntry: 0x1402346C <Amiga OFS>
    129> FileSysEntry: 0x1402341C <PFS3 (DirectSCSI)>
    145> FileSysEntry: 0x140233CC <PFS3>
    161> FileSysEntry: 0x1402337C <PFS2 (DirectSCSI)>
    177> FileSysEntry: 0x1402332C <PFS2>
    193> FileSysEntry: 0x140232DC <AFS1>
    209> FileSysEntry: 0x1402328C <FAT>
    225> FileSysEntry: 0x1402323C <MorphOS SFS>
    241> FileSysEntry: 0x140231EC <CDFS>
    257> FileSysEntry: 0x14A475BC <Linux Ext4>
    266> FileSysEntry: 0x14A5CB34 <Linux Ext3>
    275> FileSysEntry: 0x14989B64 <Linux Ext2>
    284> FileSysEntry: 0x149C676C <NTFS>
    293> FileSysEntry: 0x14A4D14C <SGI XFS>
    302> FileSysEntry: 0x149BB92C <Apple HFS+>
    311> FileSysEntry: 0x14D6A4E4 <Apple HFS>
    Pegasos II G4: MorphOS 3.9, Zalman M220W · iMac G5 12,1 17", MorphOS 3.18
    Power Mac G3: OSX 10.3 · PowerBook 5,8: OSX 10.5, MorphOS 3.18
  • »27.07.21 - 20:49
    Profile
  • Cocoon
    Cocoon
    Posts: 43 from 2021/4/18
    @polluks

    Thanks!

    Quote:

    jPV wrote:
    I don't know what that hex string is in the FileSysEntry line, but for the identifier string you'd have to list the DosType line from the fslist output.

    Yes, it is those DosType identifier strings I'm after. As I cannot currently run myself MorphOS because I have temporarily only an incompatible graphics card available, could someone please list those here? Thank you!-)
  • »28.07.21 - 10:38
    Profile
  • Paladin of the Pegasos
    Paladin of the Pegasos
    NewSense
    Posts: 1475 from 2012/11/10
    From: Manchester, UK/GB
    @ Renoir - I know jPV has supplied a link to a list, which you may have already found useful, but here it is summarised, which I hope makes it easier to work with for your needs. :-)

    DosType 0x444F5307 <Amiga FFS-LNFS>
    ***********************************
    DosType 0x444F5306 <Amiga OFS-LNFS>
    ***********************************
    DosType 0x444F5305 <Amiga dcFFS>
    ***********************************
    DosType 0x444F5304 <Amiga dcOFS>
    ***********************************
    DosType 0x444F5303 <Amiga iFFS>
    ***********************************
    DosType 0x444F5302 <Amiga iOFS>
    ***********************************
    DosType 0x444F5301 <Amiga FFS>
    ***********************************
    DosType 0x444F5300 <Amiga OFS>
    ***********************************
    DosType 0x50445303 <PFS3 (DirectSCSI)>
    ***********************************
    DosType 0x50465303 <PFS3>
    ***********************************
    DosType 0x50445302 <PFS2 (DirectSCSI)>
    ***********************************
    DosType 0x50465302 <PFS2>
    ***********************************
    DosType 0x41465301 <AFS1>
    ***********************************
    DosType 0x4D534400 <FAT>
    ***********************************
    DosType 0x53465300 <MorphOSSFS>
    ***********************************
    DosType 0x43444653 <CDFS>
    ***********************************
    DosType 0x45585404 <Linux Ext4>
    ***********************************
    DosType 0x45585403 <Linux Ext3>
    ***********************************
    DosType 0x45585402 <Linux Ext2>
    ***********************************
    DosType 0x4E544653 <NTFS>
    ***********************************
    DosType 0x58465300 <SGI XFS>
    ***********************************
    DosType 0x4846532B <Apple HFS+>
    ***********************************
    DosType 0x4D414300 <Apple HFS>
    ***********************************
    DosType 0x49434502 <ICE FS>
    ***********************************
    DosType 0x45584641 <exFAT>
    MacMini 1.5GHz,64MB VRAM, PowerBooks A1138/9 (Model 5,8/9),PowerMac G5 2.3GHz(DP), iMac A1145 2.1GHz 20", all with MorphOS v3.18+,Airport,Bluetooth,A1016 Keyboard,T-RB22 Mouse,DVD-RW-DL,MiniMax,Firewire/USB2 & MacOSX 10.4/5
  • »29.07.21 - 01:38
    Profile
  • Cocoon
    Cocoon
    Posts: 43 from 2021/4/18
    @jPV @NewSense

    Thank you very much for your help!-)
  • »29.07.21 - 19:16
    Profile