Everything worked fine, with 2 HD500GB in RAID1 (Adaptec) mounted on dev/sda (LVM) and 1T HD SATA mounted on dev/sdb1 /BACKUP.
This morning on reboot, I found the /BACKUP dir empty, after some research I found that the LVM (2 500GB HD in RAID1) was mounted on dev/sdb and the ext3 1T HD was mounted on dev/sda, the /BACKUP folder was mounted on sdb1, the right mounting point as set in etc/fstab but on the wrong HD.
Untill yesterday the storage shown BACKUP size 1T, today the size is 0,8 GB
---------------------------------------------------------------------------
This is my fstab file
# <file system> <mount point> <type> <options> <dump> <pass>
/dev/pve/root / ext3 errors=remount-ro 0 1
/dev/pve/data /var/lib/vz ext3 defaults 0 1
UUID=7c111c94-3b79-448a-acf9-f05952626e58 /boot ext3 defaults 0 1
/dev/pve/swap none swap sw 0 0
proc /proc proc defaults 0 0
/dev/sdb1 /BACKUP ext3 defaults 0 1
------------------------------------------
Also strange is when I disconnected the 1TB HD I found the old backup in the /BACKUP dir
-----------------------------------------------------------------------
I did the following step also:
- disconnected the 1TB HD
- restart the system (now the dev/sda was on the right HD)
- connected the 1TB HD
- mount the /dev/sdb1 /BACKUP
and I found all my backups files, the storage show the right BACKUP size (but show it as empty under proxmox).
I restart the sytem, and the disk was reverses again.
any tips?
This morning on reboot, I found the /BACKUP dir empty, after some research I found that the LVM (2 500GB HD in RAID1) was mounted on dev/sdb and the ext3 1T HD was mounted on dev/sda, the /BACKUP folder was mounted on sdb1, the right mounting point as set in etc/fstab but on the wrong HD.
Untill yesterday the storage shown BACKUP size 1T, today the size is 0,8 GB
---------------------------------------------------------------------------
This is my fstab file
# <file system> <mount point> <type> <options> <dump> <pass>
/dev/pve/root / ext3 errors=remount-ro 0 1
/dev/pve/data /var/lib/vz ext3 defaults 0 1
UUID=7c111c94-3b79-448a-acf9-f05952626e58 /boot ext3 defaults 0 1
/dev/pve/swap none swap sw 0 0
proc /proc proc defaults 0 0
/dev/sdb1 /BACKUP ext3 defaults 0 1
------------------------------------------
Also strange is when I disconnected the 1TB HD I found the old backup in the /BACKUP dir
-----------------------------------------------------------------------
I did the following step also:
- disconnected the 1TB HD
- restart the system (now the dev/sda was on the right HD)
- connected the 1TB HD
- mount the /dev/sdb1 /BACKUP
and I found all my backups files, the storage show the right BACKUP size (but show it as empty under proxmox).
I restart the sytem, and the disk was reverses again.
any tips?
Last edited: