Re: mount usb drive

2009-08-04 Thread Steve O'Hara-Smith
On Tue, 04 Aug 2009 09:46:23 -0400 Jim Chapman jim.chap...@sympatico.ca wrote: I need to mount a usb flash drive. I am using DragonFly 2.2.2 and a GENERIC kernel. The commands mount -t msdos /dev/da1 /mnt mount -t msdos /dev/da1s1 /mnt mount -t msdos /dev/da1s1a /mnt all return

Re: mount usb drive

2009-08-04 Thread Simon 'corecode' Schubert
Steve O'Hara-Smith wrote: On Tue, 04 Aug 2009 09:46:23 -0400 Jim Chapman jim.chap...@sympatico.ca wrote: I need to mount a usb flash drive. I am using DragonFly 2.2.2 and a GENERIC kernel. The commands mount -t msdos /dev/da1 /mnt mount -t msdos /dev/da1s1 /mnt mount -t msdos

Re: mount usb drive

2009-08-04 Thread Jim Chapman
Jim Chapman wrote: I need to mount a usb flash drive. I am using DragonFly 2.2.2 and a GENERIC kernel. The commands mount -t msdos /dev/da1 /mnt mount -t msdos /dev/da1s1 /mnt mount -t msdos /dev/da1s1a /mnt all return Device not configured Using the command mount_msdos gives the same