I am not sure if this is your problem with X, but yes that entry is borked. Those periods should be commas. And I think
relatime and
noatime are mutually exclusive. I.e. you want
at most only one of them. (I've also wondered whether the
data=writeback was originally in there or if that is one of your modifications. Not that there is anything wrong with it if that is what you want.) So I think what you probably want on that line is:
Code:
UUID=57c0e8f9-2bd6-4fd4-bcfc-5f715a62ce88 / ext3 relatime,errors=remount-ro,data=writeback 0 1
By the way, don't appologize for "fiddling around with fstab." We learn by breaking things and then fixing them.
However, before altering any system files like
fstab, it is prudent to back up the original file. That way if you do break something you can always go back to where you started.