From mboxrd@z Thu Jan  1 00:00:00 1970
Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org)
	by nuthatch.gentoo.org with esmtp (Exim 4.54)
	id 1FPpR6-0007tH-3L
	for garchives@archives.gentoo.org; Sat, 01 Apr 2006 23:23:16 +0000
Received: from robin.gentoo.org (localhost [127.0.0.1])
	by robin.gentoo.org (8.13.6/8.13.5) with SMTP id k31NM3Pl024576;
	Sat, 1 Apr 2006 23:22:03 GMT
Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.207])
	by robin.gentoo.org (8.13.6/8.13.5) with ESMTP id k31NHxjY002567
	for <gentoo-user@lists.gentoo.org>; Sat, 1 Apr 2006 23:18:00 GMT
Received: by zproxy.gmail.com with SMTP id n29so896177nzf
        for <gentoo-user@lists.gentoo.org>; Sat, 01 Apr 2006 15:17:59 -0800 (PST)
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws;
        s=beta; d=gmail.com;
        h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references;
        b=E3yue4LCCfOX7M0w7HsPqaia/rTE2ePYCTnHd6Uts/66uhPLIoK411E/ivfDHD392m6DFh/j2P+ooOgl5gfeKmLVZI+BfEV7Vfo17Noq5zRG1GlX48F32cLIVWyIducWHE9Gulq9v0idkIACLNbwYjc2wtO6KVrxq0b/7mNaPTM=
Received: by 10.37.2.75 with SMTP id e75mr2752595nzi;
        Sat, 01 Apr 2006 15:17:59 -0800 (PST)
Received: by 10.36.153.1 with HTTP; Sat, 1 Apr 2006 15:17:59 -0800 (PST)
Message-ID: <e5a3e9ac0604011517x641c345t5bdd084b3aa332ff@mail.gmail.com>
Date: Sat, 1 Apr 2006 15:17:59 -0800
From: "Lord Sauron" <lordsauronthegreat@gmail.com>
To: gentoo-user@lists.gentoo.org
Subject: [gentoo-user] Re: Mounting USB Flash Drive
In-Reply-To: <20060401185735.75144.qmail@web31713.mail.mud.yahoo.com>
Precedence: bulk
List-Post: <mailto:gentoo-user@lists.gentoo.org>
List-Help: <mailto:gentoo-user+help@gentoo.org>
List-Unsubscribe: <mailto:gentoo-user+unsubscribe@gentoo.org>
List-Subscribe: <mailto:gentoo-user+subscribe@gentoo.org>
List-Id: Gentoo Linux mail <gentoo-user.gentoo.org>
X-BeenThere: gentoo-user@gentoo.org
Reply-to: gentoo-user@lists.gentoo.org
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Disposition: inline
References: <e5a3e9ac0603311559l547b0000kdde777a07de5619c@mail.gmail.com>
	 <20060401185735.75144.qmail@web31713.mail.mud.yahoo.com>
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from quoted-printable to 8bit by robin.gentoo.org id k31NHxjY002567
X-Archives-Salt: 6f102f3a-a7a2-4697-8728-2756e17518e5
X-Archives-Hash: b351d6f41bba12b9d5529e88fcca794f

On 4/1/06, maxim wexler <blissfix@yahoo.com> wrote:
> Don't know if it relates to your case but I had a
> similar problem until I realized the device was
> formatted FAT16. Once I added proper support to my
> kernel config it was smooth sailing.

No, mine's a vfat.  Here's a sample of what my /etc/fstab reads now:

localhost bin # cat /etc/fstab
/dev/hda1        /boot           ext2             defaults            
             1 2
/dev/hda2        none            swap            sw                   
             0 0
/dev/hda3        /                   ext3             defaults        
                0 1
none                /proc            proc             defaults        
                0 0
none                /dev/shm      tmpfs          defaults             
            0 0
/dev/sda1        /mnt/sda1     vfat             noauto,async,user,exec  0 0

(note: I edited the output to get it to line up - before hand it was
rather ugly.  Yeah, that slow of a Saturday...)

If I ever meet the guy who made the cat command, I'm gonna kiss him. 
If I ever find the guy who made the less command, I'll do the same. 
One of my new favourite toys is cat <file> | less.  You've probably
noticed I use it a lot.  I only discovered it about 2 weeks ago, so
there comes my excitement.

--
========== GCv3.12 ==========
GCS d-(++) s+: a? C++ UL+>++++ P+
L++ E--- W+(+++) N++ o? K? w--- O? M+
V? PS- PE+ Y-(--) PGP- t+++ 5? X R tv-- b+
                DI+++ D+ G e* h- !r !y
========= END GCv3.12 ========

-- 
gentoo-user@gentoo.org mailing list