Testing
From PC-BSD Wiki
Revision as of 04:23, 24 June 2011 by Tigersharke (Talk | contribs)
| Filesystem | Native to | Type of non-native support | Usage notes |
| btrfs | Linux | none as ZFS is used instead | |
| EXT2 | Linux | r/w through ext2fs(5) | |
| EXT3 | Linux | r/w through ext2fs(5). | However, EXT3 journaling is not supported. This means that you won't be able to mount a filesystem requiring a journal replay unless you fsck it using an external utility such as e2fsprogs. |
| EXT4 | Linux | r/o through ext2fs(5) | |
| FAT16 | Windows | r/w through msdosfs(5) | |
| FAT32 | Windows | r/w through msdosfs(5) | |
| HFS+ | Mac OSX | ||
| JFS | Linux | ||
| NTFS5 | Windows | full r/o, some limitations on r/w, through mount_ntfs(8) full r/w through ntfs-3g(8) |
|
| NTFS6 | Windows | r/w through ntfs-3g(8) | |
| ReiserFS | Linux | r/o through reiserfs(5) | |
| UFS | PC-BSD | ||
| UFS+S | PC-BSD | ||
| UFS+J | PC-BSD | ||
| XFS | Linux | r/o through xfs(5) | |
| ZFS | PC-BSD, OpenSolaris |