public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
* MTD in 2.2 kernel, and geometry error
@ 1999-12-24 22:35 Dvir Oren
  0 siblings, 0 replies; 2+ messages in thread
From: Dvir Oren @ 1999-12-24 22:35 UTC (permalink / raw)
  To: MTD; +Cc: David Woodhouse

[-- Attachment #1: Mail message body --]
[-- Type: text/plain, Size: 767 bytes --]

After fixing the geometry problem, it now says that it reduces the 
size from 7cf0 to 7ce0.  Any ideas why this happens?  
Appearantly, it happens only if I format the DOC using M-Systems 
format.  If I use the MTD format, it doesn't say this (I'm not entirely 
sure about this).  I'm not using the flash under Windows or DOS, 
so I can't give you any information from there.

I still have the kernel problem.  I'm attaching the output of 
/proc/mtd, and the entire output of dmesg.  It seems like nftl 
initializes, but still I can't reach it.


---------
Dvir Oren <dvir@lucidvon.com>
Lucid VON Ltd. <http://www.lucidvon.com>
Twin Towers 2,     Suite 406,     P.O.Box 159
35 Jabotinsky street, Ramat-Gan 52511, ISRAEL
Tel:+972 3 6137214         Fax:+972 3 6137215


[-- Attachment #2: Text from file 'Dmesg.txt' --]
[-- Type: text/plain, Size: 2659 bytes --]

Linux version 2.2.14pre14 (root@DvirComp) (gcc version 2.7.2.3) #7 Sat Dec 18 21:41:05 IST 1999
Detected 167051145 Hz processor.
Console: colour VGA+ 80x25
Calibrating delay loop... 66.56 BogoMIPS
Memory: 10700k/12224k available (732k kernel code, 444k reserved, 312k data, 36k init)
Dentry hash table entries: 2048 (order 2, 16k)
Buffer cache hash table entries: 16384 (order 4, 64k)
Page cache hash table entries: 4096 (order 2, 16k)
VFS: Diskquotas version dquot_6.4.0 initialized
CPU: Intel Pentium 75 - 200 stepping 0c
Checking 386/387 coupling... OK, FPU using exception 16 error reporting.
Checking 'hlt' instruction... OK.
Intel Pentium with F0 0F bug - workaround enabled.
POSIX conformance testing by UNIFIX
PCI: PCI BIOS revision 2.10 entry at 0xfb2c0
PCI: Using configuration type 1
PCI: Probing PCI hardware
Linux NET4.0 for Linux 2.2
Based upon Swansea University Computer Society NET3.039
NET4: Unix domain sockets 1.0 for Linux NET4.0.
NET4: Linux TCP/IP 1.0 for NET4.0
IP Protocols: ICMP, UDP, TCP, IGMP
TCP: Hash tables configured (ehash 16384 bhash 16384)
Linux IP multicast router 0.06 plus PIM-SM
Initializing RT netlink socket
Starting kswapd v 1.5 
Serial driver version 4.27 with no serial options enabled
ttyS00 at 0x03f8 (irq = 4) is a 16550A
ttyS01 at 0x02f8 (irq = 3) is a 16550A
ttyS02 at 0x03e8 (irq = 4) is a 16550A
ttyS03 at 0x02e8 (irq = 3) is a 16550A
pty: 256 Unix98 ptys configured
RAM disk driver initialized:  16 RAM disks of 4096K size
loop: registered device at major 7
hda: WDC AC280, ATA DISK drive
ide2: ports already in use, skipping probe
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
hda: WDC AC280, 81MB w/31kB Cache, CHS=980/10/17
Floppy drive(s): fd0 is 1.44M
FDC 0 is a post-1991 82077
M-Systems DiskOnChip driver. (C) 1999 Machine Vision Holdings, Inc.
DiskOnChip 2000 found at address 0xDC000
2 flash chips found. Total DiskOnChip size: 16 Mb
M-Systems NAND Flash Translation Layer driver. (C) 1999 MVHI
Found new NFTL nftla at offset c000
NFTL capacity reduced for geometry reasons from 7ce0 to 7ce0 sectors
Virtual Unit #0: 8
Virtual Unit #1: 9
Virtual Unit #2: 10
Virtual Unit #3: 11
Virtual Unit #4: 12
Virtual Unit #5: 13
Virtual Unit #6: Not present
Virtual Unit #7: Not present
Virtual Unit #8: Not present
Virtual Unit #9: Not present
Partition check:
 nftla: nftla1
 hda: hda1 hda2 hda3
VFS: Mounted root (ext2 filesystem) readonly.
Freeing unused kernel memory: 36k freed
rtl8139.c:v1.07 5/6/99 Donald Becker http://cesdis.gsfc.nasa.gov/linux/drivers/rtl8139.html
eth0: RealTek RTL8139 Fast Ethernet at 0xec00, IRQ 5, 00:60:ef:10:04:90.
EXT2-fs warning: mounting unchecked fs, running e2fsck is recommended

[-- Attachment #3: Text from file 'Proc.txt' --]
[-- Type: text/plain, Size: 33 bytes --]

mtd0: 01000000 "DiskOnChip 2000"

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: MTD in 2.2 kernel, and geometry error
       [not found] <E121dM3-0001Cj-00@gate.mvhi.com>
@ 1999-12-27 18:16 ` David Woodhouse
  0 siblings, 0 replies; 2+ messages in thread
From: David Woodhouse @ 1999-12-27 18:16 UTC (permalink / raw)
  To: Dvir Oren; +Cc: MTD, David Woodhouse


Looking at the boot log, I can't see why you can't access the NFTL.
Check the contents of /proc/devices - the major number listed there for
NFTL should match the major number of your /dev/nftla1 device.

I'd check exactly what they should be but I'm at the wrong end of a 14k
dialup link.

--
dwmw2



To unsubscribe, send "unsubscribe mtd" to majordomo@infradead.org

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~1999-12-27 18:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
1999-12-24 22:35 MTD in 2.2 kernel, and geometry error Dvir Oren
     [not found] <E121dM3-0001Cj-00@gate.mvhi.com>
1999-12-27 18:16 ` David Woodhouse

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox