Hi all,

I have just flatenered my VPS install and installed debian wheezy. Upon first boot I found out that my / partion was only mounting as read-only. 

Found this in the logs;
Starting NFS common utilities: statd[   17.998558] blkfront: barrier: empty write xvda op failed
[   17.998573] blkfront: xvda: barrier or flush: disabled
[   18.079912] end_request: I/O error, dev xvda, sector 9968016
[   18.079933] end_request: I/O error, dev xvda, sector 9968016
[   18.079946] Buffer I/O error on device xvda1, logical block 1245746
[   18.079954] lost page write due to I/O error on xvda1
[   18.080006] Aborting journal on device xvda1.
[   18.084929] journal commit I/O error
[   18.085021] EXT3-fs (xvda1): error: ext3_journal_start_sb: Detected aborted journal
[   18.085033] EXT3-fs (xvda1): error: remounting filesystem read-only

After a quick google search [1]. For it to mount as rw you need to disable barrier by setting "barrier=0" in fstab options.

Just for a reference incase anyone finds this to be a problem.

Happy New Year,
Thanks,
Neil

[1] - http://xen.1045712.n5.nabble.com/xvda-I-O-errors-in-linux-3-1-under-XCP-1-0-td4853942.html