[SOLVED] Saving my SSD
by ionmich from LinuxQuestions.org on (#56QFZ)
My /etc/fstab shows...
/dev/mapper/bodhi--vg-root / ext4 errors=remount-ro 0 1
...while it's installed on an older notebook with early SSD drive. Should I have installed it on an ext2 file system to reduce wear?
I tried to disable jounaling on my installed ext4 file system by booting the USB installation media and invoking tune2fs, but it told me I had a bad magic number on a LVM parttioned drive. So is my only option to re-install using ext2?


/dev/mapper/bodhi--vg-root / ext4 errors=remount-ro 0 1
...while it's installed on an older notebook with early SSD drive. Should I have installed it on an ext2 file system to reduce wear?
I tried to disable jounaling on my installed ext4 file system by booting the USB installation media and invoking tune2fs, but it told me I had a bad magic number on a LVM parttioned drive. So is my only option to re-install using ext2?