11

I use ArchLinux on Raspberry Pi B+. If I reboot it using shutdown -r, I always get readonly filesystem after reboot and I have to remoung it using sudo mount -o remount,rw /. Isn't shutdown -r graceful reboot regarding to filesystems? The version is Linux computer001 3.18.3-3-ARCH #1 PREEMPT Mon Jan 26 20:10:28 MST 2015 armv6l GNU/Linux.

KernelPanic
  • 438
  • 1
  • 11
  • 24

1 Answers1

21

In /boot/cmdline.txt, add rw just before rootwait

admin
  • 224
  • 2
  • 2