大硬盘vps其实很多,但是有性价比的就不是那么好选了。buyvm这家运作超过10年的加拿大老牌VPS商家早些年的时候在VPS市场上可谓是佼佼者,至今依旧如此!提供超大硬盘VPS,单个VPS最大支持10T硬盘,每T硬盘仅需$5/月,而且VPS还是1Gbps带宽不限制流量,有Windows和多种Linux系统可选…
官方网站:https://buyvm.net
支持信用卡、PayPal、支付宝付款,支付宝付款用的是加元汇率,貌似便宜一点!
卢森堡机房:比较特殊,无视版权投诉!
提示:要用大硬盘,需要先买一个常规VPS,大小根据自己的需要选择,然后再买一个对应的数据中心的块存储“blockstorage”挂载在VPS的硬盘上即可。
VPS方案
拉斯维加斯:https://my.frantech.ca/cart.php?gid=37
纽约:https://my.frantech.ca/cart.php?gid=38
卢森堡:https://my.frantech.ca/cart.php?gid=39
块存储方案
拉斯维加斯:https://my.frantech.ca/cart.php?gid=42
纽约:https://my.frantech.ca/cart.php?gid=45
卢森堡:https://my.frantech.ca/cart.php?gid=46
如何挂载块存储?
进入管理后台(https://manage.buyvm.net/login),将 Block Storage 附加到(Attached To) VPS。
查看数据盘标号/名称:/dev/disk/by-id/
如:
[root@us-cdn-west-1 ~]# ls /dev/disk/by-id/
ata-QEMU_DVD-ROM_QM00004 scsi-0BUYVM_SLAB_VOLUME-1227
scsi-0BUYVM_SLAB_VOLUME-1227 就是数据盘,1227 是数据盘 id,后台也能看到。
格式化
mkfs.ext4 -F /dev/disk/by-id/scsi-0BUYVM_SLAB_VOLUME-1227
创建加载文件夹
请根据实际需要创建
mkdir -p /mnt/256
挂载
mount -o discard,defaults /dev/disk/by-id/scsi-0BUYVM_SLAB_VOLUME-1227 /mnt/256
开机/重启自动挂载
echo ‘/dev/disk/by-id/scsi-0BUYVM_SLAB_VOLUME-1227 /mnt/256 ext4 defaults,nofail,discard 0 0’ | sudo tee -a /etc/fstab
站长提供的最低配VPS的演示:
拉斯维加斯:http://209.141.43.220/ , http://209.141.43.220/1gb.bin
卢森堡:http://104.244.77.176/ , http://104.244.77.176/1gb.bin
纽约:http://199.195.254.131/ , http://199.195.254.131/1gb.bin