I just carelessly overwrote my /etc/fstab file with the following: echo /dev/md0 /storage ext3 defaults 0 1 | sudo tee /etc/fstab .. when I meant: echo /dev/md0 /storage ext3 defaults 0 1 | sudo tee -a /etc/fstab (-a means append)
Any suggestions for recovery?
This is a fresh install of Ubuntu 8.04 Server, so worst case I will have to reinstall the O/S but I'd like to recover if possible, not least so I know how to do it next time I am silly!
[Feeling very foolish right now...]