From owner-freebsd-questions@FreeBSD.ORG Sun Jan 21 18:40:14 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 08E6216A406 for ; Sun, 21 Jan 2007 18:40:13 +0000 (UTC) (envelope-from andrewgould@yahoo.com) Received: from web35302.mail.mud.yahoo.com (web35302.mail.mud.yahoo.com [66.163.179.96]) by mx1.freebsd.org (Postfix) with SMTP id 79D9F13C448 for ; Sun, 21 Jan 2007 18:40:02 +0000 (UTC) (envelope-from andrewgould@yahoo.com) Received: (qmail 60451 invoked by uid 60001); 21 Jan 2007 18:40:02 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; b=li0eTkQjjjLn7pHDH+NJFHeZbXgxckCzJ8wH/IRktR3oC8180oJY3ngEY9fBd011dmlVMWq9lXlc44tyy+EQsRS0jO9yVOlKEFixZbhNuh+u0xTYH3Ch6qzcLICo0JoVQBBxBCeZbg3JC0JKiQUtClA7p0OfhQPFH/prjVz8VfA=; X-YMail-OSG: NA_zg0UVM1k6JdxumPxsP48E82YxDgFCkIoy.6TvMTnDO8bM79jgyF_S9xgFWd15vDoLtJZi3g-- Received: from [206.255.31.21] by web35302.mail.mud.yahoo.com via HTTP; Sun, 21 Jan 2007 10:40:01 PST X-Mailer: YahooMailRC/368.3 YahooMailWebService/0.6.132.7 Date: Sun, 21 Jan 2007 10:40:01 -0800 (PST) From: Andrew Gould To: FreeBSD Questions Mailing List MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Message-ID: <814956.58398.qm@web35302.mail.mud.yahoo.com> Subject: trouble mounting Olympus WS-310M voice recorder X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Jan 2007 18:40:14 -0000 Background: The Olympus WS-310M digital voice recorder has a standard USB = interface and uses flash memory to store sound files. Unfortunately, this = device only records to WMA files. I was able to view the filesystem on my = MacMini without installing any software. I'm trying to mount it to my Free= BSD system so that I can use ffmpeg to convert the WMA files to a more univ= ersally readable format.=0A=0AProblem: I am having trouble mounting this d= evice in FreeBSD 6.2.=0A=0AHere is the related dmesg output:=0A=0A umas= s0: OLYMPUS CORPORATION DIGITAL VOICE RECORDER, rev 1.10/1.00, addr 3=0A = da0 at umass-sim0 bus 0 target 0 lun 0=0A da0: Rem= ovable Direct Access SCSI-2 device =0A da0: 1.000MB/s transfers=0A = da0: 500MB (256000 2048 byte sectors: 64H 32S/T 125C)=0A umass0: at uhu= b3 port 2 (addr 3) disconnected=0A (da0:umass-sim0:0:0:0): lost device= =0A (da0:umass-sim0:0:0:0): removing device entry=0A umass0: detach= ed=0A umass0: OLYMPUS CORPORATION DIGITAL VOICE RECORDER, rev 1.10/1.00= , addr 3=0A da0 at umass-sim0 bus 0 target 0 lun 0=0A da0: Removable Direct Access SCSI-2 device =0A da0: 1.000MB/s tra= nsfers=0A da0: 500MB (256000 2048 byte sectors: 64H 32S/T 125C)=0A = =0AHere is the output from 'fdisk /dev/da0':=0A=0A ******* Working on d= evice /dev/da0 *******=0A parameters extracted from in-core disklabel a= re:=0A cylinders=3D125 heads=3D64 sectors/track=3D32 (2048 blks/cyl)=0A= =0A parameters to be used for BIOS calculations are:=0A cylind= ers=3D125 heads=3D64 sectors/track=3D32 (2048 blks/cyl)=0A =0A Medi= a sector size is 2048=0A Warning: BIOS sector numbering starts with sec= tor 1=0A Information from DOS bootblock is:=0A The data for partiti= on 1 is:=0A sysid 6 (0x06),(Primary 'big' DOS (>=3D 32MB))=0A start = 117, size 255885 (499 Meg), flag 80 (active)=0A beg: cyl 0/ hea= d 1/ sector 54;=0A end: cyl 499/ head 7/ sector 32=0A The d= ata for partition 2 is:=0A =0A The data for partition 3 is:= =0A =0A The data for partition 4 is:=0A =0A=0AH= ere is the output from 'ls /dev/da0*':=0A=0A /dev/da0 /dev/da0s1= =0A=0AHere is the output of my various attempts at mounting this device as = root:=0A=0Aattempt: mount -tmsdos -orw /dev/da0 /mnt/ws310=0Aresult: m= ount_msdosfs: /dev/da0: Invalid argument=0A=0Aattempt: mount -tmsdos -orw = /dev/da0s1 /mnt/ws310=0A=0Aresult: mount_msdosfs: /dev/da0s1: Invalid a= rgument=0A=0A=0AAttempts with '-oro' instead of '-orw' had similar results.= =0A=0AWhat am I doing wrong?=0A=0AThanks,=0A=0AAndrew Gould=0A=0A