Hello,
This is not really a configuration of Proxmox issue, but a container. I hope somebody will be able to help me though.
I installed an openvz template debian 7.0 standard as a container.
For an application that will be running in that container (ISPConfig), I need to have /etc/fstab configured.
However, it is not configured by default.:
I tried to add the root ( / ) by getting the information from df -T:
So my fstab looks like this now:
Now, when booting I get the notification that the system does not recognise simfs. fdisk -l does not print anything.
How can I add (at least) the root to fstab?
Thanks
This is not really a configuration of Proxmox issue, but a container. I hope somebody will be able to help me though.
I installed an openvz template debian 7.0 standard as a container.
For an application that will be running in that container (ISPConfig), I need to have /etc/fstab configured.
However, it is not configured by default.:
Code:
# UNCONFIGURED FSTAB FOR BASE SYSTEM
I tried to add the root ( / ) by getting the information from df -T:
Code:
Filesystem Type 1K-blocks Used Available Use% Mounted on
/dev/simfs simfs 209715200 988960 208726240 1% /
tmpfs tmpfs 838864 52 838812 1% /run
tmpfs tmpfs 5120 0 5120 0% /run/lock
tmpfs tmpfs 1782560 0 1782560 0% /run/shm
So my fstab looks like this now:
Code:
#<file system> <mount point> <type> <options> <dump> <pass>
/dev/simfs / simfs errors=remount-ro,usrjquota=aquota.user,grpjquota=aquota.group,jqfmt=vfsv0 0 1
Now, when booting I get the notification that the system does not recognise simfs. fdisk -l does not print anything.
How can I add (at least) the root to fstab?
Thanks