[From nobody Fri Jan 16 06:38:47 2004
Return-Path: &lt;pocket-linux-bounces@ufo.chicago.il.us&gt;
Received: from rly-na01.mx.aol.com (rly-na01.mail.aol.com [172.18.151.230]) by
	air-na03.mail.aol.com (v97.14) with ESMTP id
	MAILINNA33-2d1d4005cc16348; Wed, 14 Jan 2004 18:09:10 -0500
Received: from flynn.zork.net (tastytronic.net [69.17.22.194]) by
	rly-na01.mx.aol.com (v97.10) with ESMTP id
	MAILRELAYINNA11-b4005cbfa110; Wed, 14 Jan 2004 18:08:43 -0500
Received: from localhost ([127.0.0.1])
	by flynn.zork.net with esmtp (Exim 3.36 #1 (Debian))
	id 1Agu8A-0002wH-00; Wed, 14 Jan 2004 17:08:58 -0600
Received: from mail1.speakeasy.net ([216.254.0.201])
	by flynn.zork.net with esmtp (Exim 3.36 #1 (Debian))
	id 1Agu86-0002w9-00
	for &lt;pocket-linux@ufo.chicago.il.us&gt;; Wed, 14 Jan 2004 17:08:54 -0600
Received: (qmail 26559 invoked from network); 14 Jan 2004 23:08:34 -0000
Received: from dsl017-072-248.spk0.dsl.speakeasy.net (HELO megsinet.net)
	(dhorton@[69.17.72.248]) (envelope-sender &lt;dhorton@megsinet.net&gt;)
	by mail1.speakeasy.net (qmail-ldap-1.03) with SMTP
	for &lt;pocket-linux@ufo.chicago.il.us&gt;; 14 Jan 2004 23:08:34 -0000
Message-ID: &lt;4005CCD5.90802@megsinet.net&gt;
Date: Wed, 14 Jan 2004 17:12:21 -0600
From: David Horton &lt;dhorton@megsinet.net&gt;
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030701
X-Accept-Language: en-us, en
MIME-Version: 1.0
To: Support for Pocket Linux Guide &lt;pocket-linux@ufo.chicago.il.us&gt;
Subject: Re: [pocket-linux] Chapter 2: Some suggestions for newbie like me
References: &lt;15E8A117.25391DEC.02E9EEFD@netscape.net&gt;
In-Reply-To: &lt;15E8A117.25391DEC.02E9EEFD@netscape.net&gt;
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
X-BeenThere: pocket-linux@ufo.chicago.il.us
X-Mailman-Version: 2.1.3
Precedence: list
Reply-To: Support for Pocket Linux Guide &lt;pocket-linux@ufo.chicago.il.us&gt;
List-Id: Support for Pocket Linux Guide &lt;pocket-linux.ufo.chicago.il.us&gt;
List-Unsubscribe: &lt;http://ufo.chicago.il.us/cgi-bin/mailman/listinfo/pocket-linux&gt;,
	&lt;mailto:pocket-linux-request@ufo.chicago.il.us?subject=unsubscribe&gt;
List-Archive: &lt;http://tastytronic.net/pipermail/pocket-linux&gt;
List-Post: &lt;mailto:pocket-linux@ufo.chicago.il.us&gt;
List-Help: &lt;mailto:pocket-linux-request@ufo.chicago.il.us?subject=help&gt;
List-Subscribe: &lt;http://ufo.chicago.il.us/cgi-bin/mailman/listinfo/pocket-linux&gt;,
	&lt;mailto:pocket-linux-request@ufo.chicago.il.us?subject=subscribe&gt;
Sender: pocket-linux-bounces@ufo.chicago.il.us
Errors-To: pocket-linux-bounces@ufo.chicago.il.us
X-AOL-IP: 172.18.151.230


ARKKIMEDE wrote:
&gt; Two weeks ago a started with Pocket Linux Guide and I met severals errors 
&gt; solved with the help of a friend (mamomc.tin.it). 
&gt; Now I would like to share this help.
&gt; 
&gt;  - Diskette
&gt; If you use unformat disks, probably you don't have problems.  
&gt; If you use, like me, old disk used under dos/windows, the command 
&gt; &quot;mke2fs -m0 /dev/fd0&quot; could have some problems to realize a correct 
&gt; ext2 file system. In fact, when you try to mount the floppy 
&gt; (&quot;mount /dev/df0 /mnt&quot;), probably in the file /etc/fstab is specified how the
&gt;  floppy must be mounted. Usually is specified in auto mode 
&gt; (the system verify if the floppy is formatted vfat[windows] or 
&gt; ext2[linux] and mount vfat of ext2).
&gt; For this reason, old data not erased by the command mke2fs could cause that 
&gt; you mount the floppy with a fs vfat. In this situation there are problems when 
&gt; you try to use the command mknod obtaining that the operation is impossible
&gt; (to check this you can verify if in /mnt there is the directory lost+found or using 
&gt; fdisk /dev/fd0/ or with the command mount).
&gt; To obtain a more clean solution, you can format the floppy before to use
&gt; mke2fs with the command &quot;fdformat /dev/fd0&quot;.
&gt; 

Good point.  I have never come across this because I don't have any 
entries for /dev/fd0 in my /etc/fstab.

Another good way to erase diskettes is to use 'dd if=/dev/zero 
of=/dev/fd0 bs=1k count=1440'.  It takes some time, but it wipes everything.


&gt;  - The kernel
&gt; About the kernel, the guide suggest to include support for
&gt; 386 processor
&gt; floppy disk
&gt; ram disk
&gt; console on virtual terminal
&gt; but you have also to include other features like ext2 file system, etc.
&gt; In a first time I followed exactly the guide and the boot process stopped.
&gt; Using also the ext2 fs I arrived just to the message of kernel panic reported in this
&gt; mail list. For setting the kernel options you can use &quot;make menuconfig&quot; but you need the 
&gt; ncurses library installed or, if you have a X session, you can use &quot;make xconfig&quot;.
&gt; The solution is check EVERY item in the kernel and, also using the help, decide
&gt; to include or not the feature.
&gt; If someone want to try without spend time, I can send him a configuration file that can be read by make menuconfig or xconfig.
&gt; 
&gt; Arkki


If you have kernel configs that you would like to share I am sure that 
it would be appreciated by many people.  If you have some that you can 
post on your webspace I will certainly add a link to it on the Pocket 
Linux Resource page.

Dave


_______________________________________________
Pocket-Linux mailing list
Pocket-Linux@ufo.chicago.il.us
http://ufo.chicago.il.us/cgi-bin/mailman/listinfo/pocket-linux
]