Welcome!
A bit of an ancient
web2.0 design,
Couple lines of code,
thoughts, photo and a charm. Read more
Snippets
Sometimes even useful code. Go to category
Electronics
micro, radio,
and usual. Go to category
Photo
From different categories. View category
3/December/2015 ext4tune2fsmkfsmount
This use is not recommended for an important data.
1 2 3 4 | mkfs.ext4 -m0 /dev/mapper/lvm-test # Disable periodic file system checking after a certain number of mounts tune2fs -c0 -i0 -m0 /dev/mapper/lvm-test # Same as data=writeback when mounting a partition |