标题:WIN10识别不出移动硬盘了
作者:一颗星球
原帖:https://hostloc.com/thread-900435-1-1.html
摘要:今天试了下esxi挂载移动硬盘,在esxi上挂载了一下,按照网上的教程。但是网上的好像是没有分区的,我的里面还有数据。然后再插回WIN就识别不了了,分区还没变,有什么方法可以拯救一下吗?
[root@localhost:~] ls /dev/disks/
mpx.vmhba33:C0:T00
mpx.vmhba33:C0:T00:1
t10.ATA_____KC600_256GB_____________________________KC20210329432_______
t10.ATA_____KC600_256GB_____________________________KC20210329432_______:1
t10.ATA_____KC600_256GB_____________________________KC20210329432_______:5
t10.ATA_____KC600_256GB_____________________________KC20210329432_______:6
t10.ATA_____KC600_256GB_____________________________KC20210329432_______:7
t10.ATA_____KC600_256GB_____________________________KC20210329432_______:8
t10.ATA_____ST1000LM024_HN2DM101MBB________________________S2TBJB0C208632
t10.ATA_____ST1000LM024_HN2DM101MBB________________________S2TBJB0C208632:1
vml.0100000000202020202020533254424a423043323038363332535431303030
vml.0100000000202020202020533254424a423043323038363332535431303030:1
vml.0100000000353735383435333134353431333934363338343135373441456c656d656e
vml.0100000000353735383435333134353431333934363338343135373441456c656d656e:1
vml.01000000004b433230323130333239343332202020202020204b4336303020
vml.01000000004b433230323130333239343332202020202020204b4336303020:1
vml.01000000004b433230323130333239343332202020202020204b4336303020:5
vml.01000000004b433230323130333239343332202020202020204b4336303020:6
vml.01000000004b433230323130333239343332202020202020204b4336303020:7
vml.01000000004b433230323130333239343332202020202020204b4336303020:8
[root@localhost:~] partedUtil mklabel /dev/disks/mpx.vmhba33\:C0\:T0\0 gpt
[root@localhost:~] partedUtil getptbl /dev/disks/mpx.vmhba33\:C0\:T0\0
gpt
243197 255 63 3906963456
[root@localhost:~] eval expr $(partedUtil getptbl /dev/disks/mpx.vmhba33\:C0\:T0\0 | tail -1 | awk '{print $1 " \\* " $2 " \\* " $3}') – 1
3906959804
[root@localhost:~] partedUtil setptbl /dev/disks/mpx.vmhba33\:C0\:T0\0 gpt "1 2048 3906959804 AA31E02A400F11DB9590000C2911D1B8 0"
gpt
0 0 0 0
1 2048 3906959804 AA31E02A400F11DB9590000C2911D1B8 0
[root@localhost:~]vmkfstools -C vmfs5 -S USB_Datastore /dev/disks/mpx.vmhba33\:C0\:T0\0:1
create fs deviceName:'/dev/disks/mpx.vmhba33:C0:T00:1', fsShortName:'vmfs5', fsName:'USB_Datastore'
deviceFullPath:/dev/disks/mpx.vmhba33:C0:T00:1 deviceFile:mpx.vmhba33:C0:T00:1
ATS on device /dev/disks/mpx.vmhba33:C0:T0:L0:1: not supported
.
Checking if remote hosts are using this device as a valid file system. This may take a few seconds...
Creating vmfs5 file system on "mpx.vmhba33:C0:T0:L0:1" with blockSize 1048576 and volume label "USB_Datastore".
Successfully created new volume: 61c6b718-5ee3aa78-312a-009027e00634
问题应该出在红字的地方,我比网上教程多了第一行红字
作者:一颗星球
原帖:https://hostloc.com/thread-900435-1-1.html
摘要:今天试了下esxi挂载移动硬盘,在esxi上挂载了一下,按照网上的教程。但是网上的好像是没有分区的,我的里面还有数据。然后再插回WIN就识别不了了,分区还没变,有什么方法可以拯救一下吗?
[root@localhost:~] ls /dev/disks/
mpx.vmhba33:C0:T00
mpx.vmhba33:C0:T00:1
t10.ATA_____KC600_256GB_____________________________KC20210329432_______
t10.ATA_____KC600_256GB_____________________________KC20210329432_______:1
t10.ATA_____KC600_256GB_____________________________KC20210329432_______:5
t10.ATA_____KC600_256GB_____________________________KC20210329432_______:6
t10.ATA_____KC600_256GB_____________________________KC20210329432_______:7
t10.ATA_____KC600_256GB_____________________________KC20210329432_______:8
t10.ATA_____ST1000LM024_HN2DM101MBB________________________S2TBJB0C208632
t10.ATA_____ST1000LM024_HN2DM101MBB________________________S2TBJB0C208632:1
vml.0100000000202020202020533254424a423043323038363332535431303030
vml.0100000000202020202020533254424a423043323038363332535431303030:1
vml.0100000000353735383435333134353431333934363338343135373441456c656d656e
vml.0100000000353735383435333134353431333934363338343135373441456c656d656e:1
vml.01000000004b433230323130333239343332202020202020204b4336303020
vml.01000000004b433230323130333239343332202020202020204b4336303020:1
vml.01000000004b433230323130333239343332202020202020204b4336303020:5
vml.01000000004b433230323130333239343332202020202020204b4336303020:6
vml.01000000004b433230323130333239343332202020202020204b4336303020:7
vml.01000000004b433230323130333239343332202020202020204b4336303020:8
[root@localhost:~] partedUtil mklabel /dev/disks/mpx.vmhba33\:C0\:T0\0 gpt
[root@localhost:~] partedUtil getptbl /dev/disks/mpx.vmhba33\:C0\:T0\0
gpt
243197 255 63 3906963456
[root@localhost:~] eval expr $(partedUtil getptbl /dev/disks/mpx.vmhba33\:C0\:T0\0 | tail -1 | awk '{print $1 " \\* " $2 " \\* " $3}') – 1
3906959804
[root@localhost:~] partedUtil setptbl /dev/disks/mpx.vmhba33\:C0\:T0\0 gpt "1 2048 3906959804 AA31E02A400F11DB9590000C2911D1B8 0"
gpt
0 0 0 0
1 2048 3906959804 AA31E02A400F11DB9590000C2911D1B8 0
[root@localhost:~]vmkfstools -C vmfs5 -S USB_Datastore /dev/disks/mpx.vmhba33\:C0\:T0\0:1
create fs deviceName:'/dev/disks/mpx.vmhba33:C0:T00:1', fsShortName:'vmfs5', fsName:'USB_Datastore'
deviceFullPath:/dev/disks/mpx.vmhba33:C0:T00:1 deviceFile:mpx.vmhba33:C0:T00:1
ATS on device /dev/disks/mpx.vmhba33:C0:T0:L0:1: not supported
.
Checking if remote hosts are using this device as a valid file system. This may take a few seconds...
Creating vmfs5 file system on "mpx.vmhba33:C0:T0:L0:1" with blockSize 1048576 and volume label "USB_Datastore".
Successfully created new volume: 61c6b718-5ee3aa78-312a-009027e00634
问题应该出在红字的地方,我比网上教程多了第一行红字
标题:win11 全新安装了 目前感觉良好!
作者:小心二次元
原帖:https://hostloc.com/thread-900436-1-1.html
摘要:1.UI好看了,虽然有历史遗留的上古界面
2.微软拼音有点香,搜狗输入法可以不用了
3.速度没感觉出来变化
4.安卓应用暂不支持,微软后续会更新
作者:小心二次元
原帖:https://hostloc.com/thread-900436-1-1.html
摘要:1.UI好看了,虽然有历史遗留的上古界面
2.微软拼音有点香,搜狗输入法可以不用了
3.速度没感觉出来变化
4.安卓应用暂不支持,微软后续会更新
标题:突然想起来我还有500块钱
作者:曾经
原帖:https://hostloc.com/thread-900441-1-1.html
摘要:前几年抢online和Ks用了那个叫什么付来的,香港的,虚拟信用卡,忘记网站 忘记密码怎么处理
作者:曾经
原帖:https://hostloc.com/thread-900441-1-1.html
摘要:前几年抢online和Ks用了那个叫什么付来的,香港的,虚拟信用卡,忘记网站 忘记密码怎么处理
标题:您的 Oracle Cloud 账户已禁用。
作者:emptysuns
原帖:https://hostloc.com/thread-900443-1-1.html
摘要:您好, cyou
已禁用下列服务。
You will have an opportunity to retrieve your data and content till 星期二, 十一月 02, 2021. For details, see the article, Information Center for Administrators, on My Oracle Support, and scroll to the bottom of the page to view the "Additional Termination Instructions for your Cloud Service".
You can continue to use OCI Always Free services as long as your account remains active. However, we will not be able to provide customer support and other benefits of paid services unless you upgrade your Oracle Cloud account.
邮件终于来了
作者:emptysuns
原帖:https://hostloc.com/thread-900443-1-1.html
摘要:您好, cyou
已禁用下列服务。
You will have an opportunity to retrieve your data and content till 星期二, 十一月 02, 2021. For details, see the article, Information Center for Administrators, on My Oracle Support, and scroll to the bottom of the page to view the "Additional Termination Instructions for your Cloud Service".
You can continue to use OCI Always Free services as long as your account remains active. However, we will not be able to provide customer support and other benefits of paid services unless you upgrade your Oracle Cloud account.
邮件终于来了
标题:买硬盘求教
作者:rkidc
原帖:https://hostloc.com/thread-900445-1-1.html
摘要:搞了台私有云,准备加储存,目前可选如下
msata
2.5寸硬盘 ssd or hdd
移动硬盘
不知道选哪种好,储存1t往下吧
撇开msata的话,usb3.0和sata直连哪种速度快一点
还有就是去哪买,京东找便宜的品牌还是闲鱼冲一冲。
作者:rkidc
原帖:https://hostloc.com/thread-900445-1-1.html
摘要:搞了台私有云,准备加储存,目前可选如下
msata
2.5寸硬盘 ssd or hdd
移动硬盘
不知道选哪种好,储存1t往下吧
撇开msata的话,usb3.0和sata直连哪种速度快一点
还有就是去哪买,京东找便宜的品牌还是闲鱼冲一冲。
标题:现在火币的USDT怎么换成法币方便
作者:xiao
原帖:https://hostloc.com/thread-900444-1-1.html
摘要:500不到的USDT,现在风头这么紧,怕自己的zfb和wx被封了
有没有什么稳点的渠道想退坑了
作者:xiao
原帖:https://hostloc.com/thread-900444-1-1.html
摘要:500不到的USDT,现在风头这么紧,怕自己的zfb和wx被封了
有没有什么稳点的渠道想退坑了
标题:不支持升级win11
作者:宋喆
原帖:https://hostloc.com/thread-900448-1-1.html
摘要:QQ五笔截图未命名.png (77.71 KB, 下载次数: 0)
下载附件
2 分钟前 上传
悲剧啊
作者:宋喆
原帖:https://hostloc.com/thread-900448-1-1.html
摘要:QQ五笔截图未命名.png (77.71 KB, 下载次数: 0)
下载附件
2 分钟前 上传
悲剧啊
标题:批量出点谷歌云300刀400刀找大客户合作
作者:全球主机云
原帖:https://hostloc.com/thread-900450-1-1.html
摘要:批量出点谷歌云300刀400刀找大客户合作
作者:全球主机云
原帖:https://hostloc.com/thread-900450-1-1.html
摘要:批量出点谷歌云300刀400刀找大客户合作
标题:PVE 7.0 安装 Openwrt 21.02.0 笔记
作者:sRGB
原帖:https://hostloc.com/thread-900452-1-1.html
摘要:5. 查看软件源和修改软件源为中科大
cat /etc/opkg/distfeeds.conf
因为原始固件没有 ca-certificates,所以修改国内源,改http下载
sed -i 's/downloads.openwrt.org/mirrors.ustc.edu.cn\/openwrt/g' /etc/opkg/distfeeds.conf
sed -i 's/https/http/g' /etc/opkg/distfeeds.conf
6. 安装中文语言包和常用工具
opkg update
opkg install luci-i18n-base-zh-cn
opkg install wget tmux ca-certificates htop tar bash
7. 查询可安装的软件包
opkg list | grep -e libev -e ray
不能说的 xray run config.json &
作者:sRGB
原帖:https://hostloc.com/thread-900452-1-1.html
摘要:5. 查看软件源和修改软件源为中科大
cat /etc/opkg/distfeeds.conf
因为原始固件没有 ca-certificates,所以修改国内源,改http下载
sed -i 's/downloads.openwrt.org/mirrors.ustc.edu.cn\/openwrt/g' /etc/opkg/distfeeds.conf
sed -i 's/https/http/g' /etc/opkg/distfeeds.conf
6. 安装中文语言包和常用工具
opkg update
opkg install luci-i18n-base-zh-cn
opkg install wget tmux ca-certificates htop tar bash
7. 查询可安装的软件包
opkg list | grep -e libev -e ray
不能说的 xray run config.json &
标题:免费送一个蜜桃wiki域名
作者:Tip
原帖:https://hostloc.com/thread-900451-1-1.html
摘要:mitao.wiki,明年6月到期
私信发腾讯云id随机送
AD
跟风出kurun1.5刀 命盘130
https://hostloc.com/thread-900061-1-1.html
5元出200500.xyz
作者:Tip
原帖:https://hostloc.com/thread-900451-1-1.html
摘要:mitao.wiki,明年6月到期
私信发腾讯云id随机送
AD
跟风出kurun1.5刀 命盘130
https://hostloc.com/thread-900061-1-1.html
5元出200500.xyz
标题:想建个脚本收录站
作者:mgwx
原帖:https://hostloc.com/thread-900453-1-1.html
摘要:我每次用脚本都是找书签看收藏。。想把脚本收录到一个网站上 当然会注明来源及作者 能搞嘛
作者:mgwx
原帖:https://hostloc.com/thread-900453-1-1.html
摘要:我每次用脚本都是找书签看收藏。。想把脚本收录到一个网站上 当然会注明来源及作者 能搞嘛
标题:sys dd windows 跟kimsufi不一样吗?
作者:花样
原帖:https://hostloc.com/thread-900454-1-1.html
摘要:用秋水大佬的脚本,和kimsufi相同的步骤,sys就是不成功,sys的ipmi也不知道怎么用
作者:花样
原帖:https://hostloc.com/thread-900454-1-1.html
摘要:用秋水大佬的脚本,和kimsufi相同的步骤,sys就是不成功,sys的ipmi也不知道怎么用
标题:搞了个PLEX感觉本末倒置了
作者:老公
原帖:https://hostloc.com/thread-900457-1-1.html
摘要:1、一个两年付HH的2T洛杉矶大盘鸡做存储,用NFS挂载到斯巴达上,两年付共计85USD
2、斯巴达的E5搭建PLEX,家里4K电视装PLEX看剧
3、当然觉得OD或者GD直接挂到斯巴达上应该也没啥问题,只不过目前没实装,因为HH的2T我还没装满
算起来价钱HH两年付要85刀,斯巴达一年付38.4刀,家里电视看4K可以直流秒打开体验非常好,软解1080P也没啥问题,但这些钱NETFLIX+机场年付都够了,到底图个啥呢
作者:老公
原帖:https://hostloc.com/thread-900457-1-1.html
摘要:1、一个两年付HH的2T洛杉矶大盘鸡做存储,用NFS挂载到斯巴达上,两年付共计85USD
2、斯巴达的E5搭建PLEX,家里4K电视装PLEX看剧
3、当然觉得OD或者GD直接挂到斯巴达上应该也没啥问题,只不过目前没实装,因为HH的2T我还没装满
算起来价钱HH两年付要85刀,斯巴达一年付38.4刀,家里电视看4K可以直流秒打开体验非常好,软解1080P也没啥问题,但这些钱NETFLIX+机场年付都够了,到底图个啥呢