Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Apr 2004 18:22:53 +0200
From:      Benjamin von Mossner <benny@vonmossner.de>
To:        freebsd-fs@freebsd.org
Subject:   msdosfs and FAT16
Message-ID:  <20040401162253.GA69135@vonmossner.de>

next in thread | raw e-mail | index | archive | help
Hi list,

i have a problem mounting my mp3player, attached via umass on
FreeBSD 5.2.1. It is recogniced correctly (from my point of view).

# uname -a
FreeBSD bensons.bejuwg.intern 5.2.1-RELEASE-p3 FreeBSD 5.2.1-RELEASE-p3 #0: Wed Mar 24 02:01:10 CET 2004 benny@bensons.bejuwg.intern:/usr/src/sys/i386/compile/BENSONS i386
#

-- messages go here
[snip]
Apr  1 18:14:13 bensons kernel: umass0: <USB MF> <USB PRODUCT>, rev 1.10/10.01, addr 2
Apr  1 18:14:13 bensons kernel: GEOM: create disk da0 dp=0xc37ca050
Apr  1 18:14:13 bensons kernel: da0 at umass-sim0 bus 0 target 0 lun 0
Apr  1 18:14:13 bensons kernel: da0: <FM Player 0100> Removable Direct Access SCSI-4 device 
Apr  1 18:14:13 bensons kernel: da0: 1.000MB/s transfers
Apr  1 18:14:13 bensons kernel: da0: 121MB (248832 512 byte sectors: 64H 32S/T 1 21C)
[snap]

option MSDOSFS is compiled into kernel

# grep -c MSDOSFS /usr/src/sys/i386/conf/BENSONS
1
# kldload msdosfs
kldload: can't load msdosfs: File exists

Now when i try mounting, i recieve the following error.
# mount -t msdosfs /dev/da0s1 /mnt/mass
msdosfs: /dev/da0s1: Invalid argument
#

Even better a 
# dd if=/dev/da0s1 of=temp count=1
1+0 records in
1+0 records out
512 bytes transferred in 0.005233 secs (97844 bytes/sec)
# strings temp
FAT16
#

The device is found by fdisk, i "could" do a newfs for sure and
furthermore i can mount it under Solaris 9, OSX and Billy-OS but
not FreeBSD 5.2.1....

Help would be greatly appreciated :)

Cheers
benny
-- 
/"\ ASCII RIBBON CAMPAIGN                  | Benjamin von Mossner
\ / AGAINST HTML MAIL                      | benny@vonmossner.de
 X  
/ \ multiple exclamation marks are a sure sign of a diseased mind



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