From owner-freebsd-questions@FreeBSD.ORG Sun Aug 2 13:12:43 2009 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 052F0106564A for ; Sun, 2 Aug 2009 13:12:43 +0000 (UTC) (envelope-from andrei.crivoi@gmail.com) Received: from mail-bw0-f206.google.com (mail-bw0-f206.google.com [209.85.218.206]) by mx1.freebsd.org (Postfix) with ESMTP id 75C528FC08 for ; Sun, 2 Aug 2009 13:12:42 +0000 (UTC) (envelope-from andrei.crivoi@gmail.com) Received: by bwz2 with SMTP id 2so1902634bwz.43 for ; Sun, 02 Aug 2009 06:12:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=Vet0TS4N4/PnVsnTw1pah1T2PJK8mPebadFUgMiWe+U=; b=V/Fxq/UdOAhDv5p93dDcGBCmkvZgzLEeJpjbFOsdoGajJwJAsQttGhmohMjRhKThBy E46hqDBLea5eikQFmXCCsRviyHfF1v410GIkbFin8cxLaJ3eR/z6MA80rd8pcYpsL5Ay 09gWTI4mFCwCF45h0JFVoQUZ5rvbfcLjQEdFM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=MrD1TFvBYOI9l877KJ5pJoUV3zu/QdEE6DoEGY+TjGyUmQ2rbWOfwxT/tzn6c5rrQU oL+OhgjuOSE2Z0pDKUnwseU6FjXxGgx7SX8pPPtitAsGt5geA41TKfQJXsIJRxEsPOx/ bB32QP6mm4YnQEG1P361KLWnR2uktkd1hlqJQ= MIME-Version: 1.0 Received: by 10.239.162.17 with SMTP id j17mr493712hbd.123.1249217551656; Sun, 02 Aug 2009 05:52:31 -0700 (PDT) Date: Sun, 2 Aug 2009 16:52:31 +0400 Message-ID: <332c55d60908020552h4b89e7d5y97e4c8b29f313cd6@mail.gmail.com> From: Andrei Crivoi To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Sony PRS-505 Reader and camcontrol load problem 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, 02 Aug 2009 13:12:43 -0000 Hi gaise, i'm trying to mount a memory stick card on my Sony Portable Reader PRS-505 device and constantly getting the "Error received from start unit command" message when issuing "camcontrol load" command. Here is the full log: [root@morbo /usr/home/andrei]# camcontrol rescan all Re-scan of bus 0 was successful Re-scan of bus 1 was successful [root@morbo /usr/home/andrei]# camcontrol devlist at scbus1 target 0 lun 0 (pass0,da0) at scbus1 target 0 lun 1 (pass1,da1) at scbus1 target 0 lun 2 (pass2,da2) [root@morbo /usr/home/andrei]# camcontrol load 1:0:1 Error received from start unit command The most interesting fact - 'camcontrol format' somehow saves the situation: [root@morbo /usr/home/andrei]# camcontrol format 1:0:1 You are about to REMOVE ALL DATA from the following device: pass1: Removable Direct Access SCSI-2 device 40.000MB/s transfers Are you SURE you want to do this? (yes/no) yes Current format timeout is 10800 seconds Enter new timeout in seconds or press return to keep the current timeout [10800] camcontrol: Unexpected SCSI error during format (pass1:umass-sim0:0:0:1): TEST UNIT READY. CDB: 0 20 0 0 0 0 (pass1:umass-sim0:0:0:1): CAM Status: SCSI Status Error (pass1:umass-sim0:0:0:1): SCSI Status: Check Condition (pass1:umass-sim0:0:0:1): UNIT ATTENTION asc:28,0 (pass1:umass-sim0:0:0:1): Not ready to ready change, medium may have changed [root@morbo /usr/home/andrei]# camcontrol load 1:0:1 Unit started successfully, Media loaded And now i'm able to mount the device: [root@morbo /usr/home/andrei]# sudo mount -t msdosfs /dev/da1 /media/ mount_msdosfs: /dev/da1: : Invalid argument [root@morbo /usr/home/andrei]# sudo mount -t msdosfs /dev/da1s1 /media/ Somebody please explain what is going on and why can't i load the device without trying to format it first.