Re: usb errors

2008-05-13 Thread kalin m

# fdisk /dev/da0
*** Working on device /dev/da0 ***
parameters extracted from in-core disklabel are:
cylinders=14593 heads=255 sectors/track=63 (16065 blks/cyl)

Figures below won't work with BIOS for partitions not in cyl 1
parameters to be used for BIOS calculations are:
cylinders=14593 heads=255 sectors/track=63 (16065 blks/cyl)

fdisk: invalid fdisk partition table found
Media sector size is 512
Warning: BIOS sector numbering starts with sector 1
Information from DOS bootblock is:
The data for partition 1 is:
sysid 165 (0xa5),(FreeBSD/NetBSD/386BSD)
   start 63, size 234436482 (114470 Meg), flag 80 (active)
   beg: cyl 0/ head 1/ sector 1;
   end: cyl 256/ head 254/ sector 63
The data for partition 2 is:

The data for partition 3 is:

The data for partition 4 is:



Sébastien Morand wrote:

What fdisk /dev/da0 is printing?

On Tue, May 13, 2008 at 3:44 PM, kalin m <[EMAIL PROTECTED]> wrote:
  

 hi all..

 fbsd7.

 plugging in a usb drive. ..  dmesg:

 umass0:  on
uhub2
 da0 at umass-sim0 bus 0 target 0 lun 0
 da0:  Fixed Direct Access SCSI-0 device
 da0: 40.000MB/s transfers
 da0: 114473MB (234441648 512 byte sectors: 255H 63S/T 14593C)

 next:
 # mount -w -t ufs /dev/da0 /mnt/
 mount: /dev/da0 : Invalid argument
 # mount -w -t ufs /dev/da0s1e /mnt/
 mount: /dev/da0s1e : No such file or directory
 # mount -w -t ufs /dev/da0s1 /mnt/
 mount: /dev/da0s1 : No such file or directory
 # mount  /dev/da0s1 /mnt/
 mount: /dev/da0s1 : No such file or directory
 # mount /dev/da0 /mnt/
 mount: /dev/da0 : Invalid argument
 # mount -w -t ufs /dev/da0s1 /mnt/
 mount: /dev/da0s1 : No such file or directory
 # mount -w -t hfs /dev/da0s1 /mnt/
 mount: /dev/da0s1 : Operation not supported by device
 # mount -w -t hfs+ /dev/da0s1 /mnt/
 mount: /dev/da0s1 : Operation not supported by device
 # mount -w -t ufs /dev/da0s1 /mnt/
 mount: /dev/da0s1 : No such file or directory
 # mount -w -t ufs /dev/da0 /mnt/
 mount: /dev/da0 : Invalid argument
 # mount -w -t hfs /dev/da0 /mnt/
 mount: /dev/da0 : Operation not supported by device

 now what?


 it's a usb drive usually used on a os x machine...











 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
"[EMAIL PROTECTED]"



___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: usb errors

2008-05-13 Thread Sébastien Morand
What fdisk /dev/da0 is printing?

On Tue, May 13, 2008 at 3:44 PM, kalin m <[EMAIL PROTECTED]> wrote:
>
>  hi all..
>
>  fbsd7.
>
>  plugging in a usb drive. ..  dmesg:
>
>  umass0:  on
> uhub2
>  da0 at umass-sim0 bus 0 target 0 lun 0
>  da0:  Fixed Direct Access SCSI-0 device
>  da0: 40.000MB/s transfers
>  da0: 114473MB (234441648 512 byte sectors: 255H 63S/T 14593C)
>
>  next:
>  # mount -w -t ufs /dev/da0 /mnt/
>  mount: /dev/da0 : Invalid argument
>  # mount -w -t ufs /dev/da0s1e /mnt/
>  mount: /dev/da0s1e : No such file or directory
>  # mount -w -t ufs /dev/da0s1 /mnt/
>  mount: /dev/da0s1 : No such file or directory
>  # mount  /dev/da0s1 /mnt/
>  mount: /dev/da0s1 : No such file or directory
>  # mount /dev/da0 /mnt/
>  mount: /dev/da0 : Invalid argument
>  # mount -w -t ufs /dev/da0s1 /mnt/
>  mount: /dev/da0s1 : No such file or directory
>  # mount -w -t hfs /dev/da0s1 /mnt/
>  mount: /dev/da0s1 : Operation not supported by device
>  # mount -w -t hfs+ /dev/da0s1 /mnt/
>  mount: /dev/da0s1 : Operation not supported by device
>  # mount -w -t ufs /dev/da0s1 /mnt/
>  mount: /dev/da0s1 : No such file or directory
>  # mount -w -t ufs /dev/da0 /mnt/
>  mount: /dev/da0 : Invalid argument
>  # mount -w -t hfs /dev/da0 /mnt/
>  mount: /dev/da0 : Operation not supported by device
>
>  now what?
>
>
>  it's a usb drive usually used on a os x machine...
>
>
>
>
>
>
>
>
>
>
>
>  ___
>  freebsd-questions@freebsd.org mailing list
>  http://lists.freebsd.org/mailman/listinfo/freebsd-questions
>  To unsubscribe, send any mail to
> "[EMAIL PROTECTED]"
>
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


usb errors

2008-05-13 Thread kalin m


hi all..

fbsd7.

plugging in a usb drive. ..  dmesg:

umass0:  
on uhub2

da0 at umass-sim0 bus 0 target 0 lun 0
da0:  Fixed Direct Access SCSI-0 device
da0: 40.000MB/s transfers
da0: 114473MB (234441648 512 byte sectors: 255H 63S/T 14593C)

next:
# mount -w -t ufs /dev/da0 /mnt/
mount: /dev/da0 : Invalid argument
# mount -w -t ufs /dev/da0s1e /mnt/
mount: /dev/da0s1e : No such file or directory
# mount -w -t ufs /dev/da0s1 /mnt/
mount: /dev/da0s1 : No such file or directory
# mount  /dev/da0s1 /mnt/
mount: /dev/da0s1 : No such file or directory
# mount /dev/da0 /mnt/
mount: /dev/da0 : Invalid argument
# mount -w -t ufs /dev/da0s1 /mnt/
mount: /dev/da0s1 : No such file or directory
# mount -w -t hfs /dev/da0s1 /mnt/
mount: /dev/da0s1 : Operation not supported by device
# mount -w -t hfs+ /dev/da0s1 /mnt/
mount: /dev/da0s1 : Operation not supported by device
# mount -w -t ufs /dev/da0s1 /mnt/
mount: /dev/da0s1 : No such file or directory
# mount -w -t ufs /dev/da0 /mnt/
mount: /dev/da0 : Invalid argument
# mount -w -t hfs /dev/da0 /mnt/
mount: /dev/da0 : Operation not supported by device

now what?


it's a usb drive usually used on a os x machine...











___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


RE: USB Errors

2003-09-02 Thread Derrick Ryalls
> I am seeing a lot of the following in my logs on a freshly installed
> system:
> 
> Sep  2 09:01:39 bridge /kernel: usb0: scheduling overrun
> 
> I am running 4.9-PRERELEASE. The really strange this is I 
> have the following in my rc.conf so I should never even be 
> getting these errors:
> 
> usbd_enable="NO"
> 
> I have done some google searches to no avail. The only 
> resolution I ever see anyone offer is to disable usbd in 
> rc.conf which I have already done.
> 

The only way I got it to stop was to go into BIOS and shut off USB since I
wasn't using it.  If you find a better method, please post it to the list
for the archives.

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


USB Errors

2003-09-02 Thread bardamu
I am seeing a lot of the following in my logs on a freshly installed
system:

Sep  2 09:01:39 bridge /kernel: usb0: scheduling overrun

I am running 4.9-PRERELEASE. The really strange this is I have the following
in my rc.conf so I should never even be getting these errors:

usbd_enable="NO"

I have done some google searches to no avail. The only resolution I ever
see anyone offer is to disable usbd in rc.conf which I have already done.

Any ideas anyone?







Concerned about your privacy? Follow this link to get
FREE encrypted email: https://www.hushmail.com/?l=2

Free, ultra-private instant messaging with Hush Messenger
https://www.hushmail.com/services.php?subloc=messenger&l=434

Promote security and make money with the Hushmail Affiliate Program: 
https://www.hushmail.com/about.php?subloc=affiliate&l=427
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"