From owner-freebsd-questions@FreeBSD.ORG Sun Nov 17 16:55:20 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A91BDB55 for ; Sun, 17 Nov 2013 16:55:20 +0000 (UTC) Received: from mail-wg0-x22f.google.com (mail-wg0-x22f.google.com [IPv6:2a00:1450:400c:c00::22f]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 496D627AB for ; Sun, 17 Nov 2013 16:55:20 +0000 (UTC) Received: by mail-wg0-f47.google.com with SMTP id y10so5198379wgg.26 for ; Sun, 17 Nov 2013 08:55:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=xud7UkJeCI6x3XCsIBYIbgm3wSAcjmMGjIPnya4wwPo=; b=wRCpm1mVIAUVm94t9sx0KbtVAtVucLr80QZQ2iQPw/5lXR4SH0j4kpLb8TRc2rdv/y 7U9f61w50o3D+6ljvlUzSPpad3xCLpDwuoKk/3Fzi56dU3NPvFlDsTvhFygzv6UgjJUF WoeqPi1KHKg7vdJf/95xBW9F2ymbOnjd9n2WEoMPgrQOMqwo10VJccnXAore9Til//Cy 9CKYrxl5Uo2eXWka3lraSmXs6UeyBJQ1aBMmmcD3j2cMwkO3BAWpYj9RVAs3UEty2uma Sf2gRDyNZbcVZv0uW3NAcUmSQ0z3kDuyqiH/k2Fto16+4kmFvjEpmYnQSDBJGC3jFQG7 m2Tw== MIME-Version: 1.0 X-Received: by 10.194.237.99 with SMTP id vb3mr13857891wjc.28.1384707318661; Sun, 17 Nov 2013 08:55:18 -0800 (PST) Received: by 10.194.185.101 with HTTP; Sun, 17 Nov 2013 08:55:18 -0800 (PST) Date: Sun, 17 Nov 2013 18:55:18 +0200 Message-ID: Subject: bug report on USB mounting From: Juris Kaminskis To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.16 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Nov 2013 16:55:20 -0000 Hello, Looking through this forum post http://149.20.54.209/showthread.php?t=27313 I found the solution to my problem on mounting USB from my Andriod phone: Is this an internal CF reader? Also, depending on the disk, I only get /dev/da2 show up, none of the partitions/filesystems. I have to try to mount /dev/da2, which fails, but which "tastes" the disk, so the partitions are detected. After that, I can mount /dev/da2s1 without issues. If I replicate this above on my pc, it solves the problem on mounting device. Also this suggestion works and makes visible the slice to mount: true > /dev/da2 will force GEOM to retaste the device. How and to whom report such bug? Juris