Changes

Jump to: navigation, search

Installation on Debian 9

2 bytes removed, 10:19, 7 October 2017
m
How to remove metadata_csum from a mounted partition
Script=/etc/initramfs-tools/scripts/local-premount/tune
echo '#!/bin/sh' | sudo tee $Script
echo 'if [ "$readonly1" != "yprereqs" ] ; then exit 0 ; fi' | sudo tee -a $Script
echo e2fsck -f $Volume | sudo tee -a $Script
echo tune2fs -O -metadata_csum $Volume | sudo tee -a $Script
92
edits

Navigation menu