Argh. I hate it when I make a fool of myself like this: > The setup that works for me doesn't have any partitions.
That was an operator error. I ran fdisk /dev/sdd1 rather than fdisk /dev/sdd Here is the corrected version. This is on a 1GB USB flash drive. [EMAIL PROTECTED] murray]# fdisk /dev/sdd Command (m for help): p Disk /dev/sdd: 999 MB, 999555072 bytes 31 heads, 62 sectors/track, 1015 cylinders Units = cylinders of 1922 * 512 = 984064 bytes Device Boot Start End Blocks Id System /dev/sdd1 * 1 1015 975384 b W95 FAT32 Command (m for help): For completeness. [EMAIL PROTECTED] murray]# mount /mnt/flash/ [EMAIL PROTECTED] murray]# ll /mnt/flash/ total 308 drwxr-xr-x 2 root root 4096 Apr 7 19:04 boot -rwxr-xr-x 1 root root 308920 Jan 3 13:49 bzimage [EMAIL PROTECTED] murray]# ll /mnt/flash/boot/ total 264708 -rwxr-xr-x 1 root root 270008320 Apr 6 21:28 nand385.img -rwxr-xr-x 1 root root 1902 Apr 6 21:38 olpc.fth -rwxr-xr-x 1 root root 1048576 Apr 3 11:09 q2b87.rom [EMAIL PROTECTED] murray]# [EMAIL PROTECTED] murray]# grep /mnt/flash /etc/fstab /dev/sdd1 /mnt/flash/ auto rw,noauto,user 0 0 -- These are my opinions, not necessarily my employer's. I hate spam. _______________________________________________ Devel mailing list [email protected] http://mailman.laptop.org/mailman/listinfo/devel
