From: Richard Fish <bigfish@asmallpond.org>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] confused udev?
Date: Tue, 22 Nov 2005 21:10:58 -0700 [thread overview]
Message-ID: <7573e9640511222010t546b19e1y2040f2cfc455973d@mail.gmail.com> (raw)
In-Reply-To: <Pine.LNX.4.63.0511221122200.22120@weber.math.ist.utl.pt>
On 11/22/05, Jorge Almeida <jalmeida@math.ist.utl.pt> wrote:
> root@jmaa ~ $ fdisk -l /dev/plextor_memstick
> Disk /dev/plextor_memstick: 1050 MB, 1050934784 bytes
> 129 heads, 19 sectors/track, 837 cylinders
> Units = cylinders of 2451 * 512 = 1254912 bytes
>
> Device Boot Start End Blocks Id System
> /dev/plextor_memstick1 * 1 838 1026294 e W95 FAT16 (LBA)
> Partition 1 has different physical/logical endings:
> phys=(842, 128, 19) logical=(837, 58, 18)
>
> So, there is really a partition. This is the original partitioning. I
> didn't change it because I want to keep it vfat, in case I need to use
> it on a Mac (or even on a Windows PC, who knows?).
Ok, do dmesg and /proc/partitions agree that there is a partition
there? If not, then the problem is that the kernel is not recognizing
your partition table. I would suggest:
<insert the key>
dd if=/dev/zero of=/dev/sda bs=512 count=1
<remove then re-insert the key>
fdisk /dev/sdb
<create single partition, type 'b'>
mkfs.vfat -n MYKEY -F 32 /dev/sda1
FAIR WARNING: the above _will_ destroy all data on the key!!
After this, I things should work normally...I hope.
-Richard
--
gentoo-user@gentoo.org mailing list
next prev parent reply other threads:[~2005-11-23 4:16 UTC|newest]
Thread overview: 32+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-11-17 9:26 [gentoo-user] confused udev? Jorge Almeida
2005-11-17 9:49 ` Dirk Heinrichs
2005-11-17 12:43 ` Jorge Almeida
2005-11-17 13:54 ` Dirk Heinrichs
2005-11-17 14:14 ` Jorge Almeida
2005-11-18 10:21 ` Dirk Heinrichs
2005-11-18 10:29 ` Neil Bothwick
2005-11-18 10:40 ` Dirk Heinrichs
2005-11-18 10:31 ` Jorge Almeida
2005-11-20 2:21 ` Richard Fish
2005-11-20 11:21 ` Jorge Almeida
2005-11-21 15:18 ` Richard Fish
2005-11-22 11:46 ` Jorge Almeida
2005-11-23 4:10 ` Richard Fish [this message]
2005-11-23 9:32 ` Jorge Almeida
2005-11-23 15:07 ` Richard Fish
2005-11-23 21:13 ` Jorge Almeida
2005-11-17 14:14 ` Richard Fish
2005-11-17 16:19 ` Jorge Almeida
2005-11-17 17:11 ` Richard Fish
2005-11-17 17:47 ` Jorge Almeida
2005-11-17 18:14 ` Richard Fish
2005-11-17 18:23 ` Jorge Almeida
2005-11-17 20:15 ` Richard Fish
2005-11-17 20:49 ` Jorge Almeida
2005-11-17 21:11 ` Richard Fish
2005-11-17 22:04 ` Jorge Almeida
2005-11-17 23:57 ` Richard Fish
2005-11-18 8:33 ` Jorge Almeida
2005-11-18 7:03 ` Dirk Heinrichs
2005-11-18 6:56 ` Dirk Heinrichs
2005-11-18 8:36 ` Jorge Almeida
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=7573e9640511222010t546b19e1y2040f2cfc455973d@mail.gmail.com \
--to=bigfish@asmallpond.org \
--cc=gentoo-user@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox