On Fri, 2 Oct 2009 10:25:16 +0200 (CEST) Goran Gajic wrote: > da0 at umass-sim0 bus 0 target 0 lun 0 > da0: < USB FLASH DRIVE PMAP> Removable Direct Access SCSI-0 device > da0: 40.000MB/s transfers > da0: 1968MB (4030464 512 byte sectors: 255H 63S/T 250C) > # mount -t msdosfs /dev/da0 /mnt > mount_msdosfs: /dev/da0: Invalid argument Take a look at /dev/da0*. MS DOS usually uses partition s1, so your command should be: ----- # mount -t msdosfs /dev/da0s1 /mnt ----- -- WBR, Boris Samorodov (bsam) Research Engineer, http://www.ipt.ru Telephone & Internet SP FreeBSD Committer, http://www.FreeBSD.org The Power To ServeReceived on Fri Oct 02 2009 - 11:13:18 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:39:56 UTC