Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

couldn't mount RDWR because of unsupported optional features #2

Closed
zethis opened this issue Sep 28, 2020 · 1 comment
Closed

couldn't mount RDWR because of unsupported optional features #2

zethis opened this issue Sep 28, 2020 · 1 comment

Comments

@zethis
Copy link

zethis commented Sep 28, 2020

When:

When tried to mount my usb disk on tomato with this commands (in Install_From_Scratch.sh):

#### Mount /opt
(df -h | grep -q '/tmp/mnt/ENTWARE') && umount /tmp/mnt/ENTWARE
echo "LABEL=ENTWARE /opt ${FILESYSTEM} defaults,data=writeback,noatime,nodiratime 0 0" >/etc/fstab
mount -a

Error in dmesg command:

EXT4-fs (sda1): couldn't mount RDWR because of unsupported optional features (400)

How to fix:

sudo tune2fs -O ^metadata_csum /dev/xxxx

Found it here:
https://unix.stackexchange.com/questions/287159/linux-couldnt-mount-rdwr-because-of-unsupported-optional-features-400

Maybe update the doc ?

Cheers

@toulousain79
Copy link
Owner

Hi Zethis,

Better late than never :-)
Thanks a lot for your feedback.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants