Skip to content

Commit

Permalink
Merge pull request #1130 from cozy-labs/fs-doc
Browse files Browse the repository at this point in the history
doc: Add supported FS+platform info [ci skip]
  • Loading branch information
aenario authored Aug 14, 2018
2 parents 1b7de05 + d51a264 commit fad788a
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions doc/usage/file_systems.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# File Systems

The app currently makes the following assumptions:

- NTFS is used on Windows
- APFS or HFS+ is used on macOS
- EXT4 is used on GNU/Linux

On those 3 platforms, using a file system with similar path restrictions, case
and unicode normalization sensitivity as the assumed one(s) may work (e.g.
using EXT3 on GNU/Linux should work although we don't officially support it).

On other platforms, using a file system with similar path restrictions, case
and unicode normalization sensitivity as EXT4 should work too (e.g. using EXT4
on BSD should work too).

Please note that all FAT versions are currently unsupported.

In case you're successfully using another platform (e.g. some BSD flavor), or
GNU/Linux with another file system than EXT4 (e.g. BTRFS or ZFS), your
feedback is welcome!

## File System / Platform Matrix

| File System | Platform | Status |
| ----------- | ------------- | ------ |
| APFS | **macOS** | **supported, actively tested** |
| EXT3/EXT2 | GNU/Linux | should work |
| EXT4 | **GNU/Linux** | **supported, actively tested** |
| FAT | | won't work |
| HFS+ | **macOS** | **supported, testing should be back soon** |
| HFS+ | GNU/Linux | won't work |
| NTFS | **Windows** | **supported, actively tested** |
| NTFS | GNU/Linux | won't work |
| [Add your file system / platform][Edit] | | |

[Edit]: https://github.com/cozy-labs/cozy-desktop/edit/master/doc/usage/file_systems.md

0 comments on commit fad788a

Please sign in to comment.