Hello all,
I have a Proxmox server that was running perfect, until now. I have mounted shares via GUI, but when the seperate file server reboot, I have to use: umount -l <mounted share>.
But this time I used: umount -a, and it also unmounted /proc and /dev. Now GUI doesnt work, and simple function like df, dd, htop and so on doesn't work.
If I use: mount -a, function and GUI still doesn't work. I have tried:
mount -t proc /proc proc
But:
mount: /proc: wrong fs type, bad option, bad superblock on /proc, missing codepage or helper program, or other error.
Anyone who have an idea? I can reboot, and it will be solved. But would be nice to know how to do it correctly
I have a Proxmox server that was running perfect, until now. I have mounted shares via GUI, but when the seperate file server reboot, I have to use: umount -l <mounted share>.
But this time I used: umount -a, and it also unmounted /proc and /dev. Now GUI doesnt work, and simple function like df, dd, htop and so on doesn't work.
If I use: mount -a, function and GUI still doesn't work. I have tried:
mount -t proc /proc proc
But:
mount: /proc: wrong fs type, bad option, bad superblock on /proc, missing codepage or helper program, or other error.
Anyone who have an idea? I can reboot, and it will be solved. But would be nice to know how to do it correctly