DaemonForums  

Go Back   DaemonForums > OpenBSD > OpenBSD General

OpenBSD General Other questions regarding OpenBSD which do not fit in any of the categories below.

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1   (View Single Post)  
Old 16th February 2011
codeFreak codeFreak is offline
New User
 
Join Date: Feb 2011
Posts: 4
Default Mount USB Problems

Hi. I've mounted USB sticks under Linux, but having some trouble under OpenBSD:

When I plug it in, dmesg gives me:

Code:
umass0 at uhub0 port 5 configuration 1 interface 0 " USB Flash Memory" rev 2.00/1.00 addr 2
umass0: using SCSI over Bulk-Only
scsibus3 at umass0: 2 targets, initiator 0
sd2 at scsibus3 targ 1 lun 0: <, USB Flash Memory, PMAP> SCSI0 0/direct removable
sd2: 3822MB, 512 bytes/sec, 7827456 sec total
Then I took a stab at it:

Code:
# mkdir /mnt/usb
# mount /dev/sd2a /mnt/usb
mount_ffs: /dev/sd2a on /mnt/usb: Device not configured
# mount -t vfat /dev/sd2a /mnt/usb 
mount: no mount helper program found for vfat: No such file or directory
# mount -t msdos /dev/sd2a /mnt/usb
mount_msdos: /dev/sd2a on /mnt/usb: Device not configured
Thanks in advance for your patience.
Reply With Quote
 

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Mount img guitarscn OpenBSD Packages and Ports 5 8th November 2010 04:45 PM
how do i mount usb wokko NetBSD Installation and Upgrading 4 15th May 2010 09:48 AM
Cannot mount (NTFS) IIMarckus OpenBSD General 4 11th August 2008 08:44 PM
mount problems with ntfs drive shinjii FreeBSD General 3 25th June 2008 12:33 AM
USB mount problems?? bsdnewbie999 FreeBSD General 3 23rd May 2008 03:34 AM


All times are GMT. The time now is 01:47 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Content copyright © 2007-2010, the authors
Daemon image copyright ©1988, Marshall Kirk McKusick