sectroyer wrote:gogo wrote:Why this command don't work?
umount /mtd_rwarea/passwd
umount: can't umount /mtd_rwarea/passwd: Invalid argument
because you are not using latest stuff

As a result your /mtd_rwarea/passwd is not mounted. You can check it by running:
Hello sectroyer,
what of the "new stuff" is enough to get /mtd_rware/passwd mounted?
I did all of the lines in your post about F series, and still with mount command I can't see it mounted.
Telnet, FTP works but with SSH I get authentication failed.
21:05:36.746 Started a new SSH2 session.
21:05:36.755 Connecting to SSH2 server 192.168.1.20:22.
21:05:36.755 Connection established.
21:05:36.763 Server version: SSH-2.0-dropbear_2011.54
21:05:36.763 First key exchange started.
21:05:37.177 Received a new host key from the server. Algorithm: RSA, size: 1039 bits, MD5 fingerprint: c7:26:5a:47:96:47:16:9e:80:9b:0f:be:36:7b:80:60, Bubble-Babble: xodaf-pozis-tybis-vimem-kynuh-zobak-pekus-desob-lihom-sopez-toxax.
21:05:37.185 First key exchange completed using diffie-hellman-group14-sha1. Session encryption: aes256-ctr, MAC: hmac-sha1, compression: none.
21:05:37.185 Attempting keyboard-interactive authentication.
21:05:37.767 Authentication failed. Remaining authentication methods: 'publickey,password'.
21:05:48.741 Attempting password authentication.
21:05:48.749 Authentication failed. Remaining authentication methods: 'publickey,password'.
21:05:58.474 Attempting password authentication.
21:05:58.483 Authentication failed. Remaining authentication methods: 'publickey,password'.
21:06:00.142 Authentication aborted on user's request.
21:06:00.151 The SSH2 session has been terminated.
Command:
$SYSROOT/bin/busybox mount | grep "etc" gives
/dev/mmcblk0p16 on /etc/profile type emmcfs (rw,relatime)
/dev/mmcblk0p16 on /etc/passwd type emmcfs (rw,relatime)
/dev/mmcblk0p16 on /etc/profile type emmcfs (rw,relatime)
/dev/mmcblk0p16 on /etc/passwd type emmcfs (rw,relatime)
Best regards