Gentoo Archives: gentoo-user

From: Richard Fish <bigfish@××××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] confused udev?
Date: Wed, 23 Nov 2005 04:16:22
Message-Id: 7573e9640511222010t546b19e1y2040f2cfc455973d@mail.gmail.com
In Reply to: Re: [gentoo-user] confused udev? by Jorge Almeida
1 On 11/22/05, Jorge Almeida <jalmeida@××××××××××××.pt> wrote:
2 > root@jmaa ~ $ fdisk -l /dev/plextor_memstick
3 > Disk /dev/plextor_memstick: 1050 MB, 1050934784 bytes
4 > 129 heads, 19 sectors/track, 837 cylinders
5 > Units = cylinders of 2451 * 512 = 1254912 bytes
6 >
7 > Device Boot Start End Blocks Id System
8 > /dev/plextor_memstick1 * 1 838 1026294 e W95 FAT16 (LBA)
9 > Partition 1 has different physical/logical endings:
10 > phys=(842, 128, 19) logical=(837, 58, 18)
11 >
12 > So, there is really a partition. This is the original partitioning. I
13 > didn't change it because I want to keep it vfat, in case I need to use
14 > it on a Mac (or even on a Windows PC, who knows?).
15
16 Ok, do dmesg and /proc/partitions agree that there is a partition
17 there? If not, then the problem is that the kernel is not recognizing
18 your partition table. I would suggest:
19
20 <insert the key>
21 dd if=/dev/zero of=/dev/sda bs=512 count=1
22 <remove then re-insert the key>
23 fdisk /dev/sdb
24 <create single partition, type 'b'>
25 mkfs.vfat -n MYKEY -F 32 /dev/sda1
26
27 FAIR WARNING: the above _will_ destroy all data on the key!!
28
29 After this, I things should work normally...I hope.
30
31 -Richard
32
33 --
34 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] confused udev? Jorge Almeida <jalmeida@××××××××××××.pt>