Date: Tue, 21 Oct 2008 19:03:16 +0200 From: Roland Smith <rsmith@xs4all.nl> To: Johannes-Maria Kaltenbach <johannes-maria@t-online.de> Cc: freebsd-questions@freebsd.org Subject: Re: mounting an MP3 player? Message-ID: <20081021170316.GA15516@slackbox.xs4all.nl> In-Reply-To: <48FDE1A4.5AB5F980@t-online.de> 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>
next in thread | previous in thread | raw e-mail | index | archive | help
--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+--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20081021170316.GA15516>