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
   Device not configured

Are you sure it's showing up as /dev/da1 - what does dmesg
(or /var/log/messages) say about it ?

-- 
Steve O'Hara-Smith  |   Directable Mirror Arrays
C:WIN  | A better way to focus the sun
The computer obeys and wins.|licences available see
You lose and Bill collects. |http://www.sohara.org/


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 /dev/da1s1a /mnt
all return
  Device not configured


Are you sure it's showing up as /dev/da1 - what does dmesg
(or /var/log/messages) say about it ?


Recent master probes removable usb devices on da8 and higher.  This 
might change again with the committed devfs.


cheers
  simon

--
  3 the future  +++  RENT this banner advert  +++   ASCII Ribbon   /\
  rock the past  +++  space for low CHF NOW!1  +++ Campaign \ /
Party Enjoy Relax   |   http://dragonflybsd.org  Against  HTML   \
Dude 2c 2 the max   !   http://golden-apple.biz   Mail + News   / \


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 result.

Am I doing something wrong or is there a problem?

Thanks



I was able to borrow a Windows machine and found none of the drives had 
a FAT32 filesystem on them. When I formatted a drive and returned home I 
was able to mount it as /dev/da1.


My apologies.