From owner-freebsd-stable@FreeBSD.ORG Thu Apr 7 18:25:07 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C0B2316A4CF for ; Thu, 7 Apr 2005 18:25:07 +0000 (GMT) Received: from avscan1.sentex.ca (avscan1.sentex.ca [199.212.134.11]) by mx1.FreeBSD.org (Postfix) with ESMTP id 36EA443D5F for ; Thu, 7 Apr 2005 18:25:07 +0000 (GMT) (envelope-from mike@sentex.net) Received: from localhost (localhost.sentex.ca [127.0.0.1]) by avscan1.sentex.ca (8.12.11/8.12.11) with ESMTP id j37IOvp5042533; Thu, 7 Apr 2005 14:24:57 -0400 (EDT) (envelope-from mike@sentex.net) Received: from avscan1.sentex.ca ([127.0.0.1]) by localhost (avscan1.sentex.ca [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 42469-01; Thu, 7 Apr 2005 14:24:57 -0400 (EDT) Received: from lava.sentex.ca (pyroxene.sentex.ca [199.212.134.18]) by avscan1.sentex.ca (8.12.11/8.12.11) with ESMTP id j37IOvib042517; Thu, 7 Apr 2005 14:24:57 -0400 (EDT) (envelope-from mike@sentex.net) Received: from simian.sentex.net (simeon.sentex.ca [192.168.43.27]) by lava.sentex.ca (8.13.3/8.12.11) with ESMTP id j37IOo2V006935; Thu, 7 Apr 2005 14:24:51 -0400 (EDT) (envelope-from mike@sentex.net) Message-Id: <6.2.1.2.0.20050407142131.04e8b240@64.7.153.2> X-Mailer: QUALCOMM Windows Eudora Version 6.2.1.2 Date: Thu, 07 Apr 2005 14:23:16 -0400 To: "Brandon S. Allbery KF8NH" From: Mike Tancsa In-Reply-To: <1112855261.4494.7.camel@rushlight.kf8nh.com> References: <1112843586.4494.0.camel@rushlight.kf8nh.com> <4254C99F.7060807@speechpro.com> <1112855261.4494.7.camel@rushlight.kf8nh.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Virus-Scanned: by amavisd-new X-Virus-Scanned: by amavisd-new at avscan1b cc: freebsd-stable@freebsd.org Subject: Re: Mounting an iPod as an external HDD X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Apr 2005 18:25:07 -0000 At 02:27 AM 07/04/2005, Brandon S. Allbery KF8NH wrote: >On Thu, 2005-04-07 at 09:48 +0400, Igor Robul wrote: > > Brandon S. Allbery KF8NH wrote: > > > > >You need the umass driver either compiled in or loaded as a module; it > > >glues the USB layer to the sd layer, and the drive will show up as an > > >"sd" device. > > > > > /sev/sd* are on Linux. FreeBSD has /dev/da* > >sd as in the driver, not the device name... The SCSI device and driver are da on FreeBSD. There is no sd driver on FreeBSD. ---Mike