The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Operating Systems > BSD
.
google unix.com



BSD BSD, sometimes called Berkeley Unix, is a Unix operating system developed by the Computer Systems Research Group of the UC Berkeley.

More UNIX and Linux Forum Topics You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
How to copy my system hdd usb stick from 4GB to 8GB ? jack2 UNIX for Dummies Questions & Answers 7 04-03-2009 08:42 AM
Aix usb stick BEVAN UNIX for Dummies Questions & Answers 2 08-21-2008 06:21 AM
Fedora on a stick iBot UNIX and Linux RSS News 0 08-05-2008 11:10 AM
crontab does not stick lulle SUN Solaris 4 02-21-2008 01:13 AM
Stick with Solaris 10 or try something else? Filth Pig UNIX for Dummies Questions & Answers 5 08-23-2005 02:51 AM

Closed Thread
English Japanese Spanish French German Portuguese Italian Dutch Swedish Russian Norwegian Hungarian Hebrew Danish Powered by Powered by Google
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
  #1 (permalink)  
Old 05-11-2009
figaro figaro is offline
Registered User
  
 

Join Date: Jan 2007
Posts: 267
Detecting usb stick in freebsd

I inserted a 8GB usb stick in a number of machine with FreeBSD 7.1, but the medium was not detected:
Code:
$ dmesg | grep MB
usable memory = 4263022592 (4065 MB)
avail memory  = 4082540544 (3893 MB)
pci0: <serial bus, SMBus> at device 31.3 (no driver attached)
ad0: 238475MB <WDC WD2500BEVT-00ZCT0 11.01A11> at ata2-master SATA300
da0: 40.000MB/s transfers
cd0: 3.300MB/s transfers
usable memory = 4280356864 (4082 MB)
avail memory  = 4099862528 (3909 MB)
pci0: <serial bus, SMBus> at device 31.3 (no driver attached)
ad0: 238475MB <WDC WD2500BEVT-00ZCT0 11.01A11> at ata2-master SATA300
cd0: 3.300MB/s transfers
da0: 40.000MB/s transfers
usable memory = 4280356864 (4082 MB)
avail memory  = 4099862528 (3909 MB)
pci0: <serial bus, SMBus> at device 31.3 (no driver attached)
ad0: 238475MB <WDC WD2500BEVT-00ZCT0 11.01A11> at ata2-master SATA300
cd0: 3.300MB/s transfers
da0: 40.000MB/s transfers
Furthermore, the usb stick gets very hot after about 5 minutes, probably well over 50C, which is abnormal. This happens on all machines with FreeBSD. da0s1 is not available, as is da1s1 etc. So even if I could mount the stick, it is unclear where to mount it to. Perhaps someone has a suggestion?
  #2 (permalink)  
Old 05-12-2009
sysgate's Avatar
sysgate sysgate is offline Forum Advisor  
Unix based
  
 

Join Date: Nov 2006
Location: Bulgaria
Posts: 1,318
Well, overheating is certainly an alarm. Can you mount another USB stick, does it work correctly ?
  #3 (permalink)  
Old 05-12-2009
figaro figaro is offline
Registered User
  
 

Join Date: Jan 2007
Posts: 267
Overheating is a concern indeed, since frying data is not always an option. Is there a way to protect oneself against overheating? Checking with another usb stick, the problem seems to have disappeared.

The more pertinent problem has been why the da0s1/da1s1 etc slices were not available, even when logged in as root?
  #4 (permalink)  
Old 05-12-2009
figaro figaro is offline
Registered User
  
 

Join Date: Jan 2007
Posts: 267
Here is another peculiarity when logged in as root:
Code:
# ls -l /dev | grep da
#
Why is there no mount-point?
  #5 (permalink)  
Old 05-13-2009
_R3d _R3d is offline
Registered User
  
 

Join Date: Jul 2006
Posts: 73
whats the output of:
Code:
dmesg | grep usb
  #6 (permalink)  
Old 05-14-2009
figaro figaro is offline
Registered User
  
 

Join Date: Jan 2007
Posts: 267
Code:
# dmesg | grep usb
usb0: OHCI version 1.0, legacy support
usb0: <AcerLabs M5237 (Aladdin-V) USB controller> on ohci0
usb0: USB revision 1.0
uhub0: <AcerLabs OHCI root hub, class 9/0, rev 1.00/1.00, addr 1> on usb0
usb1: OHCI version 1.0, legacy support
usb1: <AcerLabs M5237 (Aladdin-V) USB controller> on ohci1
usb1: USB revision 1.0
uhub1: <AcerLabs OHCI root hub, class 9/0, rev 1.00/1.00, addr 1> on usb1
usb2: OHCI version 1.0, legacy support
usb2: <AcerLabs M5237 (Aladdin-V) USB controller> on ohci2
usb2: USB revision 1.0
uhub2: <AcerLabs OHCI root hub, class 9/0, rev 1.00/1.00, addr 1> on usb2
usb3: EHCI version 1.0
usb3: companion controllers, 3 ports each: usb0 usb1 usb2
usb3: <ALi M5239 USB 2.0 controller> on ehci0
usb3: USB revision 2.0
uhub3: <AcerLabs EHCI root hub, class 9/0, rev 2.00/1.00, addr 1> on usb3
usb0: OHCI version 1.0, legacy support
usb0: <AcerLabs M5237 (Aladdin-V) USB controller> on ohci0
usb0: USB revision 1.0
uhub0: <AcerLabs OHCI root hub, class 9/0, rev 1.00/1.00, addr 1> on usb0
usb1: OHCI version 1.0, legacy support
usb1: <AcerLabs M5237 (Aladdin-V) USB controller> on ohci1
usb1: USB revision 1.0
uhub1: <AcerLabs OHCI root hub, class 9/0, rev 1.00/1.00, addr 1> on usb1
usb2: OHCI version 1.0, legacy support
usb2: <AcerLabs M5237 (Aladdin-V) USB controller> on ohci2
usb2: USB revision 1.0
uhub2: <AcerLabs OHCI root hub, class 9/0, rev 1.00/1.00, addr 1> on usb2
usb3: EHCI version 1.0
usb3: companion controllers, 3 ports each: usb0 usb1 usb2
usb3: <ALi M5239 USB 2.0 controller> on ehci0
usb3: USB revision 2.0
uhub3: <AcerLabs EHCI root hub, class 9/0, rev 2.00/1.00, addr 1> on usb3
  #7 (permalink)  
Old 05-22-2009
figaro figaro is offline
Registered User
  
 

Join Date: Jan 2007
Posts: 267
I have tried several machines and since the overheating problem was confined to only one stick, it seems that the problem was in the stick to begin with. The slice I am connecting alternative sticks to is /dev/da1s1
Sponsored Links
Closed Thread

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

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 Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT -4. The time now is 03:36 PM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited. Language Translations Powered by .
vBCredits v1.4 Copyright ©2007 - 2008, PixelFX Studios
The UNIX and Linux Forums Content Copyright ©1993-2009. All Rights Reserved.Ad Management by RedTyger

Content Relevant URLs by vBSEO 3.2.0