ich will in der fstab noatime verwenden und möglichst auf einen reboot verzichten ...
Code: Alles auswählen
mount -o remount /dev/md2
Code: Alles auswählen
mount -o remount /dev/md2
Code: Alles auswählen
mount -o remount,noatime /dev/md2
If universal surveillance were the answer, lots of us would have moved to the former East Germany. If surveillance cameras were the answer, camera-happy London, with something like 500,000 of them at a cost of $700 million, would be the safest city on the planet.
—Bruce Schneier
Code: Alles auswählen
UUID=33e12a7c-acaf-4657-931e-946dd2c0ba7e / ext4 errors=remount-ro,usrquota 0 1
Code: Alles auswählen
UUID=33e12a7c-acaf-4657-931e-946dd2c0ba7e / ext4 errors=remount-ro,usrquota,noatime,barrier=0 0 1
Code: Alles auswählen
mount -o remount,errors=remount-ro,usrquota,noatime,barrier=0 /dev/md2
Wie lautet die Fehlermeldung?fulltilt hat geschrieben:ein anschliessendes mount -a gibt zeigt Fehlermeldung
If universal surveillance were the answer, lots of us would have moved to the former East Germany. If surveillance cameras were the answer, camera-happy London, with something like 500,000 of them at a cost of $700 million, would be the safest city on the planet.
—Bruce Schneier
Code: Alles auswählen
$ date >a
$ tail -f a
## (shell blockt)
If universal surveillance were the answer, lots of us would have moved to the former East Germany. If surveillance cameras were the answer, camera-happy London, with something like 500,000 of them at a cost of $700 million, would be the safest city on the planet.
—Bruce Schneier