[SOLVED] fstab - mount local volume: timeout

frantek

Renowned Member
May 30, 2009
176
7
83
Hi,

for good reasons I want file system storage. As usual I removed the LVM thin storage an then issued:
Code:
mkfs.xfs /dev/pve/data
and then, as usual (did this more than once with PVE) added the following line to /etc/fstab:
Code:
/dev/pve/data /var/lib/vz xfs defaults 0 0
then tested this with:
Code:
mount -a
works. At boot time I get a timeout for the fstab entry and boot hangs. Why and how to fix this?

TIA