Gentoo Archives: gentoo-user

From: Lord Sauron <lordsauronthegreat@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: Mounting USB Flash Drive
Date: Sat, 01 Apr 2006 23:23:16
Message-Id: e5a3e9ac0604011517x641c345t5bdd084b3aa332ff@mail.gmail.com
In Reply to: Re: [gentoo-user] Mounting USB Flash Drive by maxim wexler
1 On 4/1/06, maxim wexler <blissfix@×××××.com> wrote:
2 > Don't know if it relates to your case but I had a
3 > similar problem until I realized the device was
4 > formatted FAT16. Once I added proper support to my
5 > kernel config it was smooth sailing.
6
7 No, mine's a vfat. Here's a sample of what my /etc/fstab reads now:
8
9 localhost bin # cat /etc/fstab
10 /dev/hda1 /boot ext2 defaults
11 1 2
12 /dev/hda2 none swap sw
13 0 0
14 /dev/hda3 / ext3 defaults
15 0 1
16 none /proc proc defaults
17 0 0
18 none /dev/shm tmpfs defaults
19 0 0
20 /dev/sda1 /mnt/sda1 vfat noauto,async,user,exec 0 0
21
22 (note: I edited the output to get it to line up - before hand it was
23 rather ugly. Yeah, that slow of a Saturday...)
24
25 If I ever meet the guy who made the cat command, I'm gonna kiss him.
26 If I ever find the guy who made the less command, I'll do the same.
27 One of my new favourite toys is cat <file> | less. You've probably
28 noticed I use it a lot. I only discovered it about 2 weeks ago, so
29 there comes my excitement.
30
31 --
32 ========== GCv3.12 ==========
33 GCS d-(++) s+: a? C++ UL+>++++ P+
34 L++ E--- W+(+++) N++ o? K? w--- O? M+
35 V? PS- PE+ Y-(--) PGP- t+++ 5? X R tv-- b+
36 DI+++ D+ G e* h- !r !y
37 ========= END GCv3.12 ========
38
39 --
40 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Re: Mounting USB Flash Drive Jeremy Olexa <olex.mail.lists@×××××.com>