Miscellaneous:SystemD Faq
From Lunar Linux
				
								
				(Difference between revisions)
				
																
				
				
								
				Wdp  (Talk | contribs)
(New page: == systemd for the rescue - faq == '''Something is f***ed up trying to mount using init=/bin/bash works but i cannot mount / rw because of missing mtab''' You have to give the drive / pa...)
(New page: == systemd for the rescue - faq == '''Something is f***ed up trying to mount using init=/bin/bash works but i cannot mount / rw because of missing mtab''' You have to give the drive / pa...)
Latest revision as of 11:50, 26 August 2011
systemd for the rescue - faq
Something is f***ed up trying to mount using init=/bin/bash works but i cannot mount / rw because of missing mtab
You have to give the drive / partition to mount. e.g.:
mount -o remount,rw /dev/sda2 /

