On Wed, 1 Dec 2010 11:47:26 -0500 Chris Brennan <[email protected]> wrote: > [r...@blackdragon [~]# kldload ntfs (just so I can read from the > device and copy what I wanted off it) > [r...@blackdragon [~]# mount -t ntfs /dev/da0 /mnt/thumb > mount_ntfs: /dev/da0: Invalid argument
I think Windows defaults to FAT32 on removable drives, so you might need to use '-t msdosfs' instead. In newer versions of Windows you can also format disks using exFAT which I don't believe is supported in the open source world yet. -- Bruce Cran _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[email protected]"
