[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Stretch installation boots to read only



Gary Roach composed on 2015-12-21 23:57 (UTC-0800):

> # <file system> <mount point>   <type> <options>       <dump>  <pass>
> # / was on /dev/sda1 during installation
> /dev/sda1          /            ext4     rw noatime      0 1

Invalid, so due to the bad entry, / gets mounted ro. You cannot have
whitespace except where the header line shows you. White is for separating
fields, so with the extra in place of a comma, you have too many parameters,
and a bad type in field 5.

s/rw noatime/rw,noatime/ should fix it.

> # UUID=3b06b2a3-6daa-4b9f-983b-84501950bc9c  / ext4    rw, noatime   0       1

The space between "," and noatime makes the line similarly invalid, for the
same reason - 7 instead of 6, and bad type in #5.
-- 
"The wise are known for their understanding, and pleasant
words are persuasive." Proverbs 16:21 (New Living Translation)

 Team OS/2 ** Reg. Linux User #211409 ** a11y rocks!

Felix Miata  ***  http://fm.no-ip.com/


Reply to: