> On Mon, 16 Sep 2013 10:29:26 -0400
> "Sam Fourman Jr." <sfourman at gmail.com> wrote:
> > mount -o rw /
> That would need to be
> mount -u -o rw /
> Steve O'Hara-Smith <steve at sohara.org>
I think you could shorten that to
mount -uw /
Is that correct?
Tom