当前位置:网站首页>How to mount the original data disk without damage after the reinstallation of proxmox ve?
How to mount the original data disk without damage after the reinstallation of proxmox ve?
2022-07-07 17:11:00 【It madman log】
Before, some customers needed remote technical support ——Proxmox VE Virtual server for , The SSD is broken ,PVE The system itself and several virtual server systems , It's all lost , Fortunately, the data is in the mechanical hard disk , The customer replaced a new solid state drive , And reinstalled PVE, But it will not mount the original data hard disk back .
According to the customer's request , He remotely controlled his computer with sunflowers , Then through his computer , Connect to PVE,fdisk-ll The command looks at the disk partition , It is found that SSD is normal PVE Partition , It should be the partition table automatically created during installation ;
The partition table is not found in the mechanical hard disk , Judging from this , This mechanical hard disk was not a direct drive , Instead, a virtual disk is created on it , Use virtual server to store data .
If you need a new physical hard disk , Then you can carry out orders :ls /dev/disk/by-id, Look at the physical hard disk
And then use qm set Command to mount the hard disk , Example :qm set 100 --sata1 /dev/disk/by-id/ata-WDC_WD5000AADS-00S9B0_WD-WCAV94178418
If the pass through physical disk already has partitions , You can also use this command to mount :qm set 100 --sata1 /dev/sdb
Now the situation is , Physical disk has no partition table , But there are previous PVE Virtual disk created , It can also be directly mounted to a new virtual machine , And the data won't be lost , An example command is as follows :
fdisk -ll, Display all disk information
qm set 100 --sata1 /dev/xxxxx, If there is more than one piece sata2、sata3, Not enough ide0、ide1……, But don't use scsi, The system may not directly recognize , Also install the driver , More trouble .
The customer's request is to retrieve the data in the virtual disk , therefore , This completes the task .
however , In fact, there is another situation , Not mentioned above , It's the original mechanical hard disk , perform fdisk -ll command , Partition table , But do not directly display virtual disks , Then you need different methods to import virtual disks , Retrieve the original data .
As shown in the figure below , The original SSD is broken , new 120G Solid state installed PVE, It is also an automatically generated partition table ; The original 2T Mechanical drive , It shows that there is a partition :sda1;
Because the situation is unknown , First, mount it directly ;
Anyway, mechanical hard disk is always used , So the editor FSTAB file , It is configured to mount automatically after startup ;
Mount it directly to the virtual server , See if there's any data ; Actually mount after ,ls Orders can be read , But the customer thinks it is more intuitive to mount to the virtual server .
After hanging it up , Start the virtual server , As a result, I only saw a few raw file , That's virtual disk , Look at the data file inside , Further operation is required ; Shut down the virtual server , Delete this disk ; use qm importdisk Command to import virtual disks for the virtual server :
Then edit the virtual machine hardware configuration , hold “ Unused disks ” Confirm to add to the virtual server ;
see local-lvm, Confirm the virtual disk information ;
Last , The virtual server starts , Check whether the virtual disk is imported correctly , Whether the data file can be accessed normally ;
Multiple virtual disks repeat qm importdisk, You can import the same virtual server , Or import the corresponding virtual server , Generally, data will not be lost .
It's worth reminding : Recommended configuration PVE colony , To improve data security and service coherence .
边栏推荐
- LeetCode 213. 打家劫舍 II 每日一题
- 最新Android高级面试题汇总,Android面试题及答案
- 整理几个重要的Android知识,高级Android开发面试题
- LeetCode 1043. 分隔数组以得到最大和 每日一题
- 科普达人丨一文弄懂什么是云计算?
- LeetCode 1043. Separate the array to get the maximum and daily questions
- Ray and OBB intersection detection
- LeetCode 1774. 最接近目标价格的甜点成本 每日一题
- LeetCode刷题day49
- Is AI more fair than people in the distribution of wealth? Research on multiplayer game from deepmind
猜你喜欢

Sator launched Web3 game "satorspace" and launched hoobi

DNS 系列(一):为什么更新了 DNS 记录不生效?

QT picture background color pixel processing method

Sator推出Web3游戏“Satorspace” ,并上线Huobi

Skimage learning (3) -- adapt the gray filter to RGB images, separate colors by immunohistochemical staining, and filter the maximum value of the region

Master this promotion path and share interview materials

Mrs offline data analysis: process OBS data through Flink job

SIGGRAPH 2022最佳技术论文奖重磅出炉!北大陈宝权团队获荣誉提名

Pycharm IDE下载

node:504报错
随机推荐
LeetCode 300. Daily question of the longest increasing subsequence
QT 图片背景色像素处理法
LeetCode 1186. 删除一次得到子数组最大和 每日一题
ByteDance Android gold, silver and four analysis, Android interview question app
Seaborn数据可视化
dapp丨defi丨nft丨lp单双币流动性挖矿系统开发详细说明及源码
QML beginner
Flask搭建api服务-SQL配置文件
科普达人丨一文弄懂什么是云计算?
【黄啊码】为什么我建议您选择go,而不选择php?
从DevOps到MLOps:IT工具怎样向AI工具进化?
LeetCode 1477. Find two subarrays with sum as the target value and no overlap
Flask搭建api服务
Rpcms method of obtaining articles under the specified classification
最新高频Android面试题目分享,带你一起探究Android事件分发机制
Module VI
QT video transmission
Number of exchanges in the 9th Blue Bridge Cup finals
LeetCode 152. 乘积最大子数组 每日一题
DNS 系列(一):为什么更新了 DNS 记录不生效?