Jean-Marc Beaune wrote: > [ 8.994274] EXT3-fs (sda3): error: couldn't mount because of unsupported > optional features (240) .. > Investigations done so far are not successfull, anyone could point > me to the right direction?
The above error is pretty clear. 240=128+64+32+16 so look into what the ext*fs option bit mean, and make sure your kernel has the options enabled. //Peter
