I have three ZFS pools on my server
"TANK" - a 6x10TB RAIDz2 for my data
"nvme-pool" - a single 500GB NVMe disk used for fast storage for LXC and VMs.
Then there's the disk which Proxmox is installed to but I'm not 100% sure whether I should be calling it rpool or bpool, or something else, so I'll just refer to it as Boot-SSD.
Boot-SSD - a single SATA disk for the Proxmox install and a small number of scripts.
Here's the screw up....
I was moving some files around within a dataset on TANK. I was doing via the Shell. Basically what I was doing was moving all the files in any folders within my current directory, to my current directory. I ran this command
A bunch of text appeared in the Shell, which I very stupidly didn't screenshot and now can't remember exactly, but I think it included messages along the lines of "/usr/bin/ls doesn't exist". When running
I've shut down the server and physically disconnected the TANK pool as it's the one that contains the really important data and I don't want to take any risks.
When I rebooted the server, it booted into grub rescue. When I get to the stage of running
If I boot the Proxmox install, it fails to execute "/sbin/init" saying that the file or folder is not found, and it kernel panics.
I don't know what to do. Please help me.
"TANK" - a 6x10TB RAIDz2 for my data
"nvme-pool" - a single 500GB NVMe disk used for fast storage for LXC and VMs.
Then there's the disk which Proxmox is installed to but I'm not 100% sure whether I should be calling it rpool or bpool, or something else, so I'll just refer to it as Boot-SSD.
Boot-SSD - a single SATA disk for the Proxmox install and a small number of scripts.
Here's the screw up....
I was moving some files around within a dataset on TANK. I was doing via the Shell. Basically what I was doing was moving all the files in any folders within my current directory, to my current directory. I ran this command
mv /*/*
instead of mv ../*/*
.A bunch of text appeared in the Shell, which I very stupidly didn't screenshot and now can't remember exactly, but I think it included messages along the lines of "/usr/bin/ls doesn't exist". When running
ls
, it did say no such directory /usr/bin/ls
.I've shut down the server and physically disconnected the TANK pool as it's the one that contains the really important data and I don't want to take any risks.
When I rebooted the server, it booted into grub rescue. When I get to the stage of running
insmod normal
, it says that normal isn't found.If I boot the Proxmox install, it fails to execute "/sbin/init" saying that the file or folder is not found, and it kernel panics.
I don't know what to do. Please help me.