On Mon, 26 Oct 2009 12:33:16 +1100, Rob Hurle <[email protected]> wrote: > I need to transfer between > FreeBSD and Windows, both ways :-(
Could you imagine to use "FAT" instead of "NTFS", or do you intendedly require features that are specific to "NTFS"? I found that "FAT" - in FreeBSD: msdosfs - is sufficient for transfer tasks. It doesn't require fuse, you have r/w by kernel means (refer to "man mount_msdosfs"). Of course, this would require new initialising of the disk. -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ... _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[email protected]"
