All of lore.kernel.org
 help / color / mirror / Atom feed
* FAT for NAND Flash
@ 2002-05-16 14:14 Studying MTD
  2002-05-16 14:24 ` David Woodhouse
  2002-05-18  5:13 ` FAT for NAND Flash Yong-iL Joh
  0 siblings, 2 replies; 33+ messages in thread
From: Studying MTD @ 2002-05-16 14:14 UTC (permalink / raw)
  To: linux-mtd

Hello all,

I am studying MTD and i have few stupid questions in
my mind. I have seen that you are using JFFS2 for NAND
Flash devices. 

1. Is it possible to use FAT filesystem with NAND
Flash.

2. What are the advantages and disadvantages of using
FAT with NAND Flash.

3. What is the difference between SmartMedia DOS-FAT
and ordinary Fat filesystem.

Thank you for your help.


__________________________________________________
Do You Yahoo!?
LAUNCH - Your Yahoo! Music Experience
http://launch.yahoo.com

^ permalink raw reply	[flat|nested] 33+ messages in thread
* Newby Question
@ 2002-10-19  8:00 Antonio W. Lagnada
  2002-10-23  9:48 ` Antony Stone
  0 siblings, 1 reply; 33+ messages in thread
From: Antonio W. Lagnada @ 2002-10-19  8:00 UTC (permalink / raw)
  To: netfilter

Help!

I can't seem to get iptables to forward to my internal server

eth0:  INTERNAL_IP
eth1:  INTERNET

WEBSERVER_IP is the ip address of the webserver

I am trying to forward port 80 to an internal machine at port 8080 and it 
doesn't work.  If I change the ip address to be eth0's ip, then it works.

# this doesn't work
$IPTABLES -A PREROUTING -t nat -i eth1 -p tcp --dport 80 \
    -j DNAT --to $WEBSERVER_IP:8080

# if I run a webserver on the firewall machine, the following works
$IPTABLES -A PREROUTING -t nat -i eth1 -p tcp --dport 80 \
    -j DNAT --to $INTERNAL_IP:8080


--
nfets@msn.com



_________________________________________________________________
Internet access plans that fit your lifestyle -- join MSN. 
http://resourcecenter.msn.com/access/plans/default.asp



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

end of thread, other threads:[~2002-10-23  9:48 UTC | newest]

Thread overview: 33+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-05-16 14:14 FAT for NAND Flash Studying MTD
2002-05-16 14:24 ` David Woodhouse
2002-05-16 14:46   ` Studying MTD
2002-05-16 15:08     ` David Woodhouse
2002-05-16 16:31       ` Paul
2002-05-16 17:35         ` David Woodhouse
2002-05-16 20:34           ` Paul
2002-05-17  6:03             ` David Woodhouse
2002-05-17  6:40               ` Paul
2002-05-18  5:16     ` Yong-iL Joh
2000-01-12 11:37       ` Thomas Gleixner
2002-05-18  7:19       ` David Woodhouse
2002-05-19 23:58       ` FAT for NAND Flash --> Use of OOB Charles Manning
2002-05-17 13:44   ` FAT for NAND Flash Studying MTD
2002-05-17 13:50     ` David Woodhouse
2002-05-17 14:00       ` Studying MTD
2002-05-17 14:39         ` David Woodhouse
2002-05-17 16:19           ` Studying MTD
2002-05-18 16:00             ` David Woodhouse
2002-05-18 17:53               ` Studying MTD
2002-05-18 18:20               ` Studying MTD
2002-05-19  9:34                 ` David Woodhouse
2002-05-19 23:26                   ` Newby question Charles Manning
2002-05-20  6:49                     ` David Woodhouse
2002-05-20  7:48                       ` Newby question --> source tree management Charles Manning
2002-05-18  5:13 ` FAT for NAND Flash Yong-iL Joh
2002-05-18 15:30   ` Studying MTD
2002-05-20  3:39     ` Yong-iL Joh
2002-05-20 11:36       ` Studying MTD
2002-05-21 10:52         ` Yong-iL Joh
2002-05-21 22:36           ` Charles Manning
  -- strict thread matches above, loose matches on Subject: below --
2002-10-19  8:00 Newby Question Antonio W. Lagnada
2002-10-23  9:48 ` Antony Stone

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.