[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[microblaze-uclinux] Is it possible to write a file to romfs?
- To: microblaze-uclinux@xxxxxxxxxxxxxx
- Subject: [microblaze-uclinux] Is it possible to write a file to romfs?
- From: "qihua shang" <shangqihua@xxxxxxxxx>
- Date: Thu, 7 Jun 2007 16:53:49 +0200
- Dkim-signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; b=QHKpIsW/Hfqp9Dl6t5UKIPyhvh30ANYj+xKZmfs2l7AIECKNsz5oAbvJ8+Xog1Atb1l0XNdMN9vXtJOuUYbwJ8wuHI8NdqIxQ85uiUTylBly6LWwkcf3ZjZ362LAzLUPtD2D/6SWGmRXRcbAywOOcGYhMN7AUq549z+OWrbClnc=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=mPSgWmv/uXU2EXnZpFa5eZraV95wuuDdSUYFiiVjzWgdOEgrfwk+xr4nfikCNJnZsSoNwWJyQwNl+KhUR4VCREx4RDzAiigE3wC6x2GCP6rrmhVShGnTWmtPtufLpWz7PctCeffaImur0O1mV4Nrk92mlEETSPpFFe1x6QLbypc=
- Reply-to: microblaze-uclinux@xxxxxxxxxxxxxx
- Sender: owner-microblaze-uclinux@xxxxxxxxxxxxxx
Dear all,
I tried to write a file to /home/httpd/cgi-bin directory using some application program, but it is a read only file system.
The idea is to write continuesly .jpeg files to /home/httpd/cgi-bin directory, then one can see these continuesly .jpeg files from any web browers.
Is it possible to change /home/httpd/cgi-bin directory to writable? If not, what else can I do?
thanks a lot
Qihua Shang