public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
* JFFS2: cannot execute /bin/bash: Permission denied
@ 2001-12-01 16:27 Michael Rothwell
  2001-12-01 16:57 ` David Woodhouse
  0 siblings, 1 reply; 4+ messages in thread
From: Michael Rothwell @ 2001-12-01 16:27 UTC (permalink / raw)
  To: 'linux-mtd@lists.infradead.org'


I'm building a JFFS2 filesystem on a 16MB CF card. If I try to run
bin/bash (really ash) from the mounted filesystem, it runs. But it will
not run when booting from the flash card, or chrooting into it:

[root@gromit flash]# chroot /mnt/flash
chroot: cannot execute /bin/bash: Permission denied

I have also tried real bash, just to see.

[root@gromit flash]# ls -al bin/*ash
-rwxr-xr-x    1 root     root        94364 Nov 30 23:47 bin/ash
-rwxr-xr-x    1 root     root       519964 Dec  1 11:17 bin/bash

Permissions seem to be correct. Busybox init complains that it cannot
execute /etc/rc.sysinit (specified in inittab, and exists with correct
permissions, #!/bin/sh at the top, etc.) This happens with sh as a
symlink to busybox, to ash, and to bash.

I get no error messages from JFFS2. On my desktop, I'm using a USB CF
reader, and the flash shows up as /dev/sda. On the device that boots
this card, it's /dev/hda. Same symptoms, "Permission denied"

/dev/mtdblock0 on /mnt/flash type jffs2 (rw)
/dev/sda1 on /mnt/flash/boot type ext2 (rw)

Any ideas?

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

end of thread, other threads:[~2001-12-01 17:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-12-01 16:27 JFFS2: cannot execute /bin/bash: Permission denied Michael Rothwell
2001-12-01 16:57 ` David Woodhouse
2001-12-01 17:53   ` Michael Rothwell
2001-12-01 18:01     ` David Woodhouse

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox