Linode wont help much apart from telling me to restore a 5 day old backup and then move all data over... not good as its an email server. Guess I am on my own. I have raised this at the Virtualmin forum too, as that and Webmin is the software I have on the server to manage it. They are usually very good at providing help.
So this following command does show the wrong filesystem, even though its not shown anywhere else:
Code:
[root@mail ~]# blkid
/dev/xvda: TYPE="jmicron_raid_member"
/dev/xvdb: UUID="b3fda3b3-028c-433b-acc3-9c62cb315036" TYPE="swap"
ext3 showing up OK with the following:
Code:
[root@mail ~]# mount
/dev/xvda on / type ext3 (rw,noatime,grpquota,errors=remount-ro,usrquota)
/proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw)
devpts on /dev/pts type devpts (rw,gid=5,mode=620)
tmpfs on /dev/shm type tmpfs (rw,noexec,nodev)
none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
Code:
[root@mail ~]# df -T
Filesystem Type 1K-blocks Used Available Use% Mounted on
/dev/xvda ext3 98760300 32138736 65618104 33% /
tmpfs tmpfs 2047076 112 2046964 1% /dev/shm
Code:
[root@mail ~]# sudo file -sL /dev/xvda
/dev/xvda: Linux rev 1.0 ext3 filesystem data (needs journal recovery) (large files)