-
Notifications
You must be signed in to change notification settings - Fork 2
ext3 on Windoze
gjost edited this page Feb 1, 2013
·
1 revision
Git-annex makes heavy use of symlinks. Symlinks don't work on FAT32 and NTFS.
NTFS may work after all:
- http://git-annex.branchable.com/todo/windows_support/
- http://git-annex.branchable.com/design/assistant/windows/
- Ext2Fsd (http://www.ext2fsd.com)
- Ext2 Installable File System For Windows (http://www.fs-driver.org)
- DiskInternals Linux Reader (read-only) (http://www.diskinternals.com/linux-reader)
- Ext2explore (http://sourceforge.net/projects/ext2read)
- Explore2fs (http://www.chrysocome.net/explore2fs)
Howto access ext3 partition from Windows (http://www.ubuntugeek.com/howto-access-ext3-partition-from-windows.html). This seems to describe creating an ext3 partition on a Windows system and then setting up an Ubuntu VM to access it, possibly also allowing access to the host system.