The mount-level parsing is getting hosed. You need to group the options together so that they get passed as options. Try something like: #mount -t yaffs2 -o "no-checkpoint-read no-checkpoint-write" \ /dev/mtdblock9 /mnt/yaffs/ On Saturday 20 October 2007 02:16:33 ttaier@126.com wrote: > Hi all, > > When I tried to mount yaffs2 with two options "no-checkpoint-read" > "no-checkpoint-write" together on linux-2.6.22, I got failed: > > " # mount -t yaffs2 -o no-checkpoint-read,no-checkpoint-write > /dev/mtdblock9 /mnt/yaffs/