Code: Select all
mount -n -o remount,ro -t ext4 /dev/sda1 /Code: Select all
mount: / is busyhave used dd instead but there are some issues apparently with it and zerofree has been given the thumbs up
TIA
Code: Select all
mount -n -o remount,ro -t ext4 /dev/sda1 /Code: Select all
mount: / is busyTo remount the root file-system readonly, you can first switch to single user runlevel (telinit 1) then use mount -o remount,ro filesystem.