View Single Post
Posts: 2,152 | Thanked: 1,490 times | Joined on Jan 2006 @ Czech Republic
#2
it is better to copy/paste what you did instead of saying "When entering the necessary command"

probably some typo or something, just tried and works for me with and without additional parameters (not strictly needed in this case)

Code:
Nokia770-26:~$ sudo gainroot
Root shell enabled


BusyBox v1.01 (Debian 3:1.01-4.osso10-ipv6.etc1) Built-in shell (ash)
Enter 'help' for a list of built-in commands.

/home/user # mount -t jffs2 /dev/mtdblock4 /floppy -o rw,rpsize=1024,rpuid=0,rpuid=30000
/home/user # umount /floppy/
/home/user # mount -t jffs2 /dev/mtdblock4 /floppy        
/home/user # umount /floppy/
maybe you did it twice in the row or mounted something else to /floppy? Just tried again twice and indeed it prints
Code:
/home/user # mount -t jffs2 /dev/mtdblock4 /floppy -o rw,rpsize=1024,rpuid=0,rpuid=30000
/home/user # mount -t jffs2 /dev/mtdblock4 /floppy -o rw,rpsize=1024,rpuid=0,rpuid=30000
mount: Mounting /dev/mtdblock4 on /floppy failed: Device or resource busy
/home/user #