From owner-freebsd-questions@FreeBSD.ORG Tue Oct 21 17:03:23 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1CAEF1065674 for ; Tue, 21 Oct 2008 17:03:23 +0000 (UTC) (envelope-from rsmith@xs4all.nl) Received: from smtp-vbr15.xs4all.nl (smtp-vbr15.xs4all.nl [194.109.24.35]) by mx1.freebsd.org (Postfix) with ESMTP id 8C5CB8FC26 for ; Tue, 21 Oct 2008 17:03:22 +0000 (UTC) (envelope-from rsmith@xs4all.nl) Received: from slackbox.xs4all.nl (slackbox.xs4all.nl [213.84.242.160]) by smtp-vbr15.xs4all.nl (8.13.8/8.13.8) with ESMTP id m9LH3KVm042708; Tue, 21 Oct 2008 19:03:21 +0200 (CEST) (envelope-from rsmith@xs4all.nl) Received: by slackbox.xs4all.nl (Postfix, from userid 1001) id D02B2BA89; Tue, 21 Oct 2008 19:03:16 +0200 (CEST) Date: Tue, 21 Oct 2008 19:03:16 +0200 From: Roland Smith To: Johannes-Maria Kaltenbach Message-ID: <20081021170316.GA15516@slackbox.xs4all.nl> References: <48F9AD35.396CEE3E@t-online.de> <20081019111807.GA65941@slackbox.xs4all.nl> <48FC89F8.2DAD155@t-online.de> <20081020151326.GA10017@slackbox.xs4all.nl> <48FDE1A4.5AB5F980@t-online.de> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="mYCpIKhGyMATD0i+" Content-Disposition: inline In-Reply-To: <48FDE1A4.5AB5F980@t-online.de> X-GPG-Fingerprint: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 X-GPG-Key: http://www.xs4all.nl/~rsmith/pubkey.txt X-GPG-Notice: If this message is not signed, don't assume I sent it! User-Agent: Mutt/1.5.18 (2008-05-17) X-Virus-Scanned: by XS4ALL Virus Scanner Cc: freebsd-questions@freebsd.org Subject: Re: mounting an MP3 player? 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: Tue, 21 Oct 2008 17:03:23 -0000 --mYCpIKhGyMATD0i+ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Oct 21, 2008 at 04:05:24PM +0200, Johannes-Maria Kaltenbach wrote: > Hello, >=20 > Roland Smith wrote: > > > $ file -s /dev/da* > > > /dev/da1: writable, no read permission > > > /dev/da2: writable, no read permission > > > /dev/da3: writable, no read permission > > > /dev/da4: writable, no read permission > > > > Aha! you have a permissions problem. Try running the following commands > > as root, with the device plugged in: > > > > chown root:wheel /dev/da* > > chmod 660 /dev/da* >=20 > this doesn't solve the problem: >=20 > # ls -l /dev/da* >=20 > crw-rw---- 1 root wheel 0, 128 Oct 21 15:34 /dev/da0 > crw-rw---- 1 root wheel 0, 129 Oct 21 15:34 /dev/da2 > crw-rw---- 1 root wheel 0, 130 Oct 21 15:34 /dev/da3 > crw-rw---- 1 root wheel 0, 131 Oct 21 15:34 /dev/da4 >=20 > but the output of file -s /dev/da* ist still as above: >=20 > # file -s /dev/da* > /dev/da0: writable, no read permission > /dev/da2: writable, no read permission > /dev/da3: writable, no read permission > /dev/da4: writable, no read permission Looking into the source code for the file command, this is an indication that the file command cannot open the files, even with the correct permissions.=20 I guess that this device has some quirks that need to be addressed in the driver. Maybe you can find more help on the freebsd-usb list. Roland --=20 R.F.Smith http://www.xs4all.nl/~rsmith/ [plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated] pgp: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 (KeyID: C321A725) --mYCpIKhGyMATD0i+ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (FreeBSD) iEYEARECAAYFAkj+C1QACgkQEnfvsMMhpyVxOQCdEuxhZKMqza0Sk3BCX0/0Zbry fd8An19TwJZoziyNlyWYJmzQad6wG9i1 =oq+P -----END PGP SIGNATURE----- --mYCpIKhGyMATD0i+--