Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 May 2008 12:29:25 -0400
From:      kalin m <kalin@el.net>
To:        =?ISO-8859-1?Q?S=E9bastien_Morand?= <seb.morand@gmail.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: usb errors
Message-ID:  <4829C1E5.9000905@el.net>
In-Reply-To: <16d3abd60805130859l7ce3194eh82836ea28f692f23@mail.gmail.com>
References:  <4829B747.7050705@el.net> <16d3abd60805130859l7ce3194eh82836ea28f692f23@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
# 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:
<UNUSED>
The data for partition 3 is:
<UNUSED>
The data for partition 4 is:
<UNUSED>


Sébastien Morand wrote:
> What fdisk /dev/da0 is printing?
>
> On Tue, May 13, 2008 at 3:44 PM, kalin m <kalin@el.net> wrote:
>   
>>  hi all..
>>
>>  fbsd7.
>>
>>  plugging in a usb drive. ..  dmesg:
>>
>>  umass0: <Western Digital External HDD, class 0/0, rev 2.00/2.40, addr 2> on
>> uhub2
>>  da0 at umass-sim0 bus 0 target 0 lun 0
>>  da0: <WDC WD12 00UE-00KVT0 0000> 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
>> "freebsd-questions-unsubscribe@freebsd.org"
>>
>>     



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4829C1E5.9000905>