Re: mounting errors

2017-02-22 Thread Tim Tassonis
On February 22, 2017 2:49:24 PM David Henderson wrote: Good morning all! Yes I am not specifying the type as ext4 explicitly, so it is being probed. The partitions mount and work correctly, I just keep getting these error messages any time they are mounted

Re: [PATCH 2/2] vi: don't touch file with :x when modified_count == 0

2017-02-22 Thread Kang-Che Sung
(Mail resent again to CC to busybox mailing list) On Wed, Feb 22, 2017 at 10:03 PM, walter harms wrote: > > > Am 22.02.2017 14:11, schrieb Yousong Zhou: >> @@ -1034,7 +1034,9 @@ static void colon(char *buf) >>|| strncmp(p, "wn", cnt) == 0 >>|| (p[0] == 'x' &&

Re: mounting errors

2017-02-22 Thread walter harms
Am 22.02.2017 14:43, schrieb David Henderson: > couldn't mount as ext3 due to feature incompatibilities did you find this: ? https://forums.gentoo.org/viewtopic-t-905312-start-0.html ___ busybox mailing list busybox@busybox.net

Re: mounting errors

2017-02-22 Thread Jody Bruchon
On 2017-02-22 08:43, David Henderson wrote: Good morning all! Yes I am not specifying the type as ext4 explicitly, so it is being probed. The partitions mount and work correctly, I just keep getting these error messages any time they are mounted (e.g. bootup, attaching external drives, etc).

Re: [PATCH 2/2] vi: don't touch file with :x when modified_count == 0

2017-02-22 Thread walter harms
Am 22.02.2017 14:11, schrieb Yousong Zhou: > Along with it, there are other changes > > - Check for uppercase X is removed as the expression will be always false and >:X itself is another totally different command in standard vim > - The status line will show number of written lines

Re: mounting errors

2017-02-22 Thread David Henderson
Good morning all! Yes I am not specifying the type as ext4 explicitly, so it is being probed. The partitions mount and work correctly, I just keep getting these error messages any time they are mounted (e.g. bootup, attaching external drives, etc). I'm not sure what 'feature incompatibilities'

[PATCH 2/2] vi: don't touch file with :x when modified_count == 0

2017-02-22 Thread Yousong Zhou
Along with it, there are other changes - Check for uppercase X is removed as the expression will be always false and :X itself is another totally different command in standard vim - The status line will show number of written lines instead of lines requested by the colon command. This is

[PATCH 1/2] vi: don't create a new file with ZZ when no modification has been done

2017-02-22 Thread Yousong Zhou
This is the behaviour observed with standard vim and busybox vi of at least 1.22.1. It was changed with commit 32afd3a "vi: some simplifications" which happened before 1.23.0. Mistyping filename on command line happens fairly often and it's better we restore the old behaviour to avoid a few

Re: mounting errors

2017-02-22 Thread Jody Bruchon
On 2017-02-22 2:28 AM, Mattias Schlenker wrote: Am 21.02.2017 um 22:09 schrieb David Henderson: EXT4-fs (sde2): couldn't mount as ext3 due to feature incompatibilities EXT4-fs (sde2): couldn't mount as ext2 due to feature incompatibilities Are you in control of the kernel configuration? In