jffs2 as root

MQuicquaro at necinfrontia.com MQuicquaro at necinfrontia.com
Wed Nov 28 12:18:17 EST 2001





>On Tue, 27 Nov 2001 MQuicquaro at necinfrontia.com wrote:
>
>
>> How can I make this filesystem have read/write priviledges?
>> VFS mounts is as readonly.
>
>mount -orw,remount /
>

The only problem is, the "mount" that comes with sash seems to
not like anything more complicated than:
usage: mount [-t type] devname dirname
and when I try and compile mount from the uClinux 2.4 dist. I get

m68k-elf-gcc -m5307 -DCONFIG_COLDFIRE -Os -g -fomit-frame-pointer
-Dlinux -D__linux__ -Dunix -D__uClinux__ -DEMBED
-I/home/mikeq/uclinux/lib/libc/include -I/home/mikeq/uclinux/lib/libm
-I/home/mikeq/uclinux -fno-builtin -msep-data
-I/home/mikeq/uclinux/linux-2.4.x/include
-DHAVE_NFS   -c -o nfsmount.o nfsmount.c
In file included from nfs_mount3.h:15,
                 from nfsmount.c:52:
/home/mikeq/uclinux/lib/libc/include/linux/nfs_mount.h:40: field `root' has
incomplete type
nfsmount.c: In function `nfsmount':
nfsmount.c:238: `NFS_VERSION' undeclared (first use in this function)
nfsmount.c:238: (Each undeclared identifier is reported only once
nfsmount.c:238: for each function it appears in.)
make[2]: *** [nfsmount.o] Error 1

Thanks for the help.
- Mike




More information about the linux-mtd mailing list