On 07/08/11 21:22, Andy Smith wrote:
Hi Martin,
On Sun, Aug 07, 2011 at 09:14:27PM +0100, Martin Halford wrote:
/dev/disk/by-label/root / ext3
rw,relatime,errors=continue,data=ordered 0 0
Okay so your root is really the one
labelled "root", it's on
/dev/xvda, and your swap is coming from the swap file.
I don't know why blkid finds xvda1 and xvda2.
Cheers,
Andy
So /etc/fstab becomes:
UUID=814d97eb-aee6-4af0-bc94-eb56188b65b5 / ext3
defaults,relatime 0 1
/var/lib/swapfile swap swap defaults 0 0
proc /proc proc defaults,noexec,nosuid 0 0
I'll give it a go!
Thanks, Martin