I did a really dumb mistake due to my lack of experience I was trying to remove cifs from hetzner there causing problems. By mistake, I ran this code
root@z1 /mnt # mount -f -a /mnt/pve/Google
my df went from this
df: /mnt/pve/Google: Host is down
df: /mnt/pve/Test: Host is down
df: /mnt/pve/stg: Host is down
df: /mnt/pve/remote: Host is down
df: /mnt/pve/test: Host is down
Filesystem 1K-blocks Used Available Use% Mounted on
udev 131885636 0 131885636 0% /dev
tmpfs 26382708 131108 26251600 1% /run
/dev/mapper/vg0-root 15377944 7897724 6693788 55% /
tmpfs 131913524 49920 131863604 1% /dev/shm
tmpfs 5120 0 5120 0% /run/lock
tmpfs 131913524 0 131913524 0% /sys/fs/cgroup
/dev/md0 496228 356934 113131 76% /boot
/dev/fuse 30720 36 30684 1% /etc/pve
tmpfs 26382704 0 26382704 0% /run/user/0
TO THIS
df: /mnt/pve/stg: Host is down
Filesystem 1K-blocks Used Available Use% Mounted on
udev 131885636 0 131885636 0% /dev
tmpfs 26382708 131096 26251612 1% /run
/dev/mapper/vg0-root 15377944 7892888 6698624 55% /
tmpfs 131913524 28080 131885444 1% /dev/shm
tmpfs 5120 0 5120 0% /run/lock
tmpfs 131913524 0 131913524 0% /sys/fs/cgroup
tmpfs 26382704 0 26382704 0% /run/user/0
of course, my GUI went down, is there a way to fix it without reinstall? I am really not having a good day that's why I did this stupid mistake. I just can not think properly.
root@z1 /mnt # mount -f -a /mnt/pve/Google
my df went from this
df: /mnt/pve/Google: Host is down
df: /mnt/pve/Test: Host is down
df: /mnt/pve/stg: Host is down
df: /mnt/pve/remote: Host is down
df: /mnt/pve/test: Host is down
Filesystem 1K-blocks Used Available Use% Mounted on
udev 131885636 0 131885636 0% /dev
tmpfs 26382708 131108 26251600 1% /run
/dev/mapper/vg0-root 15377944 7897724 6693788 55% /
tmpfs 131913524 49920 131863604 1% /dev/shm
tmpfs 5120 0 5120 0% /run/lock
tmpfs 131913524 0 131913524 0% /sys/fs/cgroup
/dev/md0 496228 356934 113131 76% /boot
/dev/fuse 30720 36 30684 1% /etc/pve
tmpfs 26382704 0 26382704 0% /run/user/0
TO THIS
df: /mnt/pve/stg: Host is down
Filesystem 1K-blocks Used Available Use% Mounted on
udev 131885636 0 131885636 0% /dev
tmpfs 26382708 131096 26251612 1% /run
/dev/mapper/vg0-root 15377944 7892888 6698624 55% /
tmpfs 131913524 28080 131885444 1% /dev/shm
tmpfs 5120 0 5120 0% /run/lock
tmpfs 131913524 0 131913524 0% /sys/fs/cgroup
tmpfs 26382704 0 26382704 0% /run/user/0
of course, my GUI went down, is there a way to fix it without reinstall? I am really not having a good day that's why I did this stupid mistake. I just can not think properly.