Skip to content

Instantly share code, notes, and snippets.

@alex-endfinger
Created August 2, 2011 13:40
Show Gist options
  • Save alex-endfinger/1120195 to your computer and use it in GitHub Desktop.
Save alex-endfinger/1120195 to your computer and use it in GitHub Desktop.
Script To Remove ChromeOS Read-Only Hard Drive
#!/bin/bash
sudo su
mount -o remount,rw /
echo You Can Now Write To The System!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment