Difference between revisions of "Filesystems"
From MorphOS Library
Line 38: | Line 38: | ||
| Yes | | Yes | ||
| 107 | | 107 | ||
− | | | + | | 2 TiB - 128 TiB |
− | | | + | | 4 GiB - 2 Bytes |
| Legacy support for OFS and FFS | | Legacy support for OFS and FFS | ||
|- | |- | ||
Line 131: | Line 131: | ||
! style="text-align:left;"| Location | ! style="text-align:left;"| Location | ||
! style="text-align:left;"| Native File Properties | ! style="text-align:left;"| Native File Properties | ||
+ | ! style="text-align:left;"| Notes | ||
|- | |- | ||
| [http://library.morph.zone/Mounting_Network_Drives#SmbFS SmbFS] | | [http://library.morph.zone/Mounting_Network_Drives#SmbFS SmbFS] | ||
| Built-in (C:) | | Built-in (C:) | ||
| No | | No | ||
+ | | For mounting Windows shares or Samba shares on other platforms | ||
|- | |- | ||
| [http://library.morph.zone/Mounting_Network_Drives#NetFS_Revised NetFS Revised] | | [http://library.morph.zone/Mounting_Network_Drives#NetFS_Revised NetFS Revised] | ||
| 3rd party ([http://aminet.net/package/comm/net/NetFS-revised link]) | | 3rd party ([http://aminet.net/package/comm/net/NetFS-revised link]) | ||
| Yes | | Yes | ||
+ | | For mounting partitions between MorphOS and/or AmigaOS systems | ||
|} | |} |
Revision as of 07:30, 15 June 2017
About
This page collects information about file systems working natively under MorphOS. In addition to these, Amiga 68k file systems can be used too (example).
Disk File Systems
Name | Location | Bootable | Native File Properties | Max File Name Length | Max Partition Size | Max File Size | Notes |
---|---|---|---|---|---|---|---|
Smart File System (SFS) | Built-in (boot.img) | Yes | Yes | 107 | 128 GiB | 2 GiB | The default file system |
Professional File System III (PFS3) | Built-in (boot.img) | Yes | Yes | 107 | 104 GiB | 2 GiB | Legacy support for PFS2 and AFS1 |
Fast File System 2 (FFS) | Built-in (boot.img) | Yes | Yes | 107 | 2 TiB - 128 TiB | 4 GiB - 2 Bytes | Legacy support for OFS and FFS |
FAT File System (FAT) | Built-in (boot.img) | No | No | 255 UCS-2 | 2 TiB - 16 TiB | 4 GiB | |
Mac File System (HFS) | Built-in (L:) | No | No | 31 bytes | 2 TiB | 2 GiB | |
Hierarchical File System (HFS+) | Built-in (L:) | No | No | 255 UTF-16 | 8 EiB | 8 EiB | Read-only |
Second Extended File System (ext2, ext3, ext4) | Built-in (L:) | No | No | 255 bytes | 2 TiB - 32 TiB | 16 GiB - 2 TiB | Limited read-only support for ext4 |
NT File System (NTFS) | Built-in (L:) | No | No | 255 | 16 EiB | 16 EiB | Read-only |
SGI X File System (XFS) | Built-in (L:) | No | No | 255 bytes | 9 EB | 16 TB - 9 EB | |
Ice File System (IceFS) | 3rd party (link) | Yes/No | Yes | 107 (255) | 9 EB | 9 EB | Bootable on Pegasos/Efika, but not on Macs |
ExFAT File System (ExFAT) | 3rd party (link) | No | No | 255 UTF-16 | 128 PiB | 128 PiB | |
NT File System 3G (NTFS-3G) | 3rd party (link) | No | No | 255 | 16 EiB | 16 EiB | Can't be placed on RDB |
Network File Systems
Name | Location | Native File Properties | Notes |
---|---|---|---|
SmbFS | Built-in (C:) | No | For mounting Windows shares or Samba shares on other platforms |
NetFS Revised | 3rd party (link) | Yes | For mounting partitions between MorphOS and/or AmigaOS systems |