Re: [Yaffs] /proc

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: Robert Szabo
Date:  
To: Lorenzo PARISI
CC: MTD mailing list, YAFFS mailing list
Subject: Re: [Yaffs] /proc
Lorenzo PARISI wrote:

>Hi,
>
>I've a s3c2410 board with BAST architecture.
>On board, I've a kernel 2.6.9-rc2-bk13.
>I've compiled the kernel with CONFIG_PROC_FS = YES;
>but the directory /proc is empty, why?
>Thus, I don't see mtd information.
>
>Thanks.
>
>_______________________________________________
>yaffs mailing list
>
>http://stoneboat.aleph1.co.uk/cgi-bin/mailman/listinfo/yaffs
>
>


Try mount it with:
mount -t proc / /proc

regards,
Robbie