From mboxrd@z Thu Jan  1 00:00:00 1970
Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org)
	by finch.gentoo.org with esmtp (Exim 4.60)
	(envelope-from <gentoo-user+bounces-79919-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1Jx0xS-0008NX-5Q
	for garchives@archives.gentoo.org; Fri, 16 May 2008 14:30:54 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 08B3DE063E;
	Fri, 16 May 2008 14:30:51 +0000 (UTC)
Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.246])
	by pigeon.gentoo.org (Postfix) with ESMTP id DD714E063E
	for <gentoo-user@lists.gentoo.org>; Fri, 16 May 2008 14:30:50 +0000 (UTC)
Received: by an-out-0708.google.com with SMTP id c28so217924ana.47
        for <gentoo-user@lists.gentoo.org>; Fri, 16 May 2008 07:30:50 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=gamma;
        h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references;
        bh=1XmrYpVRy1oKU49I1aNDJ73urh9w6aGW5w4wcy0zkfA=;
        b=tmejWYaa9pngtXuXVNL078fof6DcWr3V/Z8VeY1LIo/dN+3/9BeJkSaumLZZutzUlV3NgAprML76LWHyXVqhTFakd5v9IaWpr0HAzybznkneTTiLTfdjfBgshg6uFL/Y8APauPYP9cXDRA/G3wiTH9wg/u3GVM3HqAtqRhfKcgg=
DomainKey-Signature: a=rsa-sha1; c=nofws;
        d=gmail.com; s=gamma;
        h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references;
        b=w/uKXva/MGZZxHMSwNKWmRs4tANvjUHyD6GU+Sxj9D0RftV/bVGuSxc/jUeJkItL2hv32pM0Fu9lFTp2GORDfwpLrBzciYk+hThCDM0c9tmCZn8FAE2nAnr8AvlWvRGtSkmkpho5qY6OyN4JthQRWkogAvhv+elweNBkdjBot5k=
Received: by 10.100.133.1 with SMTP id g1mr4583715and.88.1210948250115;
        Fri, 16 May 2008 07:30:50 -0700 (PDT)
Received: by 10.100.12.15 with HTTP; Fri, 16 May 2008 07:30:50 -0700 (PDT)
Message-ID: <5bdc1c8b0805160730q359e7cdfmd3ac965aca475a49@mail.gmail.com>
Date: Fri, 16 May 2008 07:30:50 -0700
From: "Mark Knecht" <markknecht@gmail.com>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] FreeAgent USB drive
In-Reply-To: <loom.20080515T181103-283@post.gmane.org>
Precedence: bulk
List-Post: <mailto:gentoo-user@lists.gentoo.org>
List-Help: <mailto:gentoo-user+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-user+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-user+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-user.gentoo.org>
X-BeenThere: gentoo-user@lists.gentoo.org
Reply-to: gentoo-user@lists.gentoo.org
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
References: <loom.20080515T181103-283@post.gmane.org>
X-Archives-Salt: 60d2a276-fb2c-4b7b-bd72-399e481da90c
X-Archives-Hash: d2f9bcc39c1b49bc2ee7498b65a28360

On Thu, May 15, 2008 at 11:20 AM, James <wireless@tampabay.rr.com> wrote:
> Hello,
>
> I have a FreeAgent(Seagate) usb drive, that shows up as /medea/sdb1
> in Konqueror. I can go thru it via Konqueror and see all of the files
> (dll .exe, docs etc) but I cannot cd into the directories and sub
> directories and see any files.
>
> The kernel I use (2.6.24-gentoo-r7) has NTFS r/w enabled and fat fs too.
> It works fine with most usb/ntfs devices. I also have ivman installed
> as well as dbus and hald.
>
> I've googled and folks talk about FreeAgent usb drive not being too
> linux friendly. The advise ranges from reformat the drive to patching
> the kernel to deal with it "auto-shut-down".
>
> I'd be curious how folks on this list use a free agent usb drive with Gentoo.
>
> If possible, I'd like to keep it with it's windows features and be able
> to move it seemlessly between doz and gentoo system, as a general purpose
> backup/restore/archive drive.
>
>
> Ideas and comments are most welcome.
>
>
> James

I have multiple external USB drives that I use with this kernel.
However I do have a couple that don't seem to work so well. My clue is
to look at dmesg with the drive attached and then again after the
drive is first attached. In the case of a good drive I'm going to get
a bunch of messages about the drive and its partitions. Look carefully
at the device name

/dev/sda
/dev/sdb

etc.

Then look at the partitions the USB driver is finding on the drive:

/dev/sdb1
/dev/sdb2

Once you see those you're good to go.

fdisk -l /dev/sdb

will list the partitions and give you sizes, etc.

For drives that don't work I get messages about the drive is
stabilizing and the system is waiting. If that happens nothing I've
found so far makes that drive work on that system.

Hope this helps,
Mark
-- 
gentoo-user@lists.gentoo.org mailing list